From 26b8456deebf2cbdb8772f444c44c551c32d172a Mon Sep 17 00:00:00 2001 From: Audun Date: Fri, 7 Jun 2024 10:37:30 +0200 Subject: [PATCH] Update information about sharable urls --- docs/docs/self-hosting/guides/external-s3.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/self-hosting/guides/external-s3.md b/docs/docs/self-hosting/guides/external-s3.md index 87a48de277..2e6494f2a2 100644 --- a/docs/docs/self-hosting/guides/external-s3.md +++ b/docs/docs/self-hosting/guides/external-s3.md @@ -7,7 +7,7 @@ description: # Hosting server and web app using external S3 -This guide is for self hosting the server and the web application of Ente Photos +This guide is cat for self hosting the server and the web application of Ente Photos using docker compose and an external S3 bucket. So we assume that you already have the keys and secrets for the S3 bucket. The plan is as follows: @@ -213,6 +213,8 @@ ENTE_INTERNAL_HARDCODED-OTT_LOCAL-DOMAIN-VALUE=123456 # it can be changed later ENDPOINT=http://localhost:8080 ALBUMS_ENDPOINT=http://localhost:8082 +# This is used to generate sharable URLs +ENTE_APPS_PUBLIC-ALBUMS=http://localhost:8082 ``` ## 3. Run `docker-compose up`