From 5ba5cae5efb7c6eb55089c89e02dfda13b5ae913 Mon Sep 17 00:00:00 2001 From: mngshm Date: Tue, 6 May 2025 12:50:27 +0530 Subject: [PATCH] mark redirection info as IMPORTANT in doc --- docs/docs/self-hosting/faq/environment.md | 6 +++--- docs/docs/self-hosting/museum.md | 7 ++++++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/docs/self-hosting/faq/environment.md b/docs/docs/self-hosting/faq/environment.md index 4bfcbe07bc..1bbdb2505a 100644 --- a/docs/docs/self-hosting/faq/environment.md +++ b/docs/docs/self-hosting/faq/environment.md @@ -11,7 +11,7 @@ to which Web app and etc. Here's the list of important variables that the self hoster should know about: -## Museum +### Museum 1. `NEXT_PUBLIC_ENTE_ENDPOINT` @@ -22,7 +22,7 @@ apps to connect to your self hosted endpoint. All the apps (regardless of platform) by default connect to api.ente.io - which is our production instance of Museum. -## Web Apps +### Web Apps > [!IMPORTANT] > Web apps don't need to be configured with the below endpoints. Web App Environment @@ -39,7 +39,7 @@ the information and knowledge of all the other needful web apps like albums, cas This environment variable is used to configure and declare the endpoint for the Albums Web App. -# Ports +## Ports The below format is according to how ports are mapped in Docker. Typically,`:` diff --git a/docs/docs/self-hosting/museum.md b/docs/docs/self-hosting/museum.md index 0c26818602..1d0c7462e6 100644 --- a/docs/docs/self-hosting/museum.md +++ b/docs/docs/self-hosting/museum.md @@ -55,7 +55,12 @@ apps: family: family.myente.xyz ``` -By default, all the values redirect to our publicly hosted production services. +>[!IMPORTANT] +>By default your Ente instance will redirect all the URL's to our publicly +>hosted instances of the apps. +>For example, if `public-albums` is not configured your shared album will +>use the `albums.ente.io` URL. + After you are done with filling the values, restart museum and the app will start utilizing those endpoints instead of Ente's production instances.