mark redirection info as IMPORTANT in doc

This commit is contained in:
mngshm
2025-05-06 12:50:27 +05:30
parent 8d8202adab
commit 5ba5cae5ef
2 changed files with 9 additions and 4 deletions

View File

@@ -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,`<host>:<container-port>`

View File

@@ -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.