Embed albums configuration

Hi #support I've been trying to configure my #self-hosting ente #photos with that new embed albums feature, Following documentation I tried to update museum.yaml this way:
apps:
public-albums: https://albums.mydomain
+ embed-albums: https://embed.mydomain
apps:
public-albums: https://albums.mydomain
+ embed-albums: https://embed.mydomain
But then when I replace "albums" by "embed" in my public links I'm sent back to login page. What do I do wrong ? It seems when I read further items in GitHub that embed is another app, Is it so ? Does it run on self hosted docker images to date ? Thanks for your help
3 Replies
Ducky
Ducky4w ago
You can configure the app endpoints in museum.yaml under the apps.* section. Once configured, the application will use the specified endpoints instead of Ente's production instances. The apps.embed-albums variable controls the Embed app base endpoint for embedded sharing, with the default being https://embed.ente.io. To modify the museum.yaml file, navigate to it by running cd docker/ente, then edit the file using sudo nano museum.yaml. You can find this information at https://help.ente.io/self-hosting/guides/tailscale#resolve-localhost3200-in-the-museum-container-to-the-minio-container. The web apps for Ente (Auth, Cast, Albums) use different endpoints, which are configurable in museum.yaml. See https://help.ente.io/self-hosting/installation/config#app-endpoints for more information. -# If your issue is resolved, feel free to use the /solved command to close this thread. If you'd like to ask me another question use /docsearch
Ente Photos
Safely store and share your best moments
Configuration - Self-hosting | Ente Help
Information about all the configuration variables needed to run Ente with museum.yaml
Self-hosting with Tailscale - Self-hosting | Ente Help
Guides for self-hosting Ente Photos and/or Ente Auth with Tailscale
rmadu66
rmadu66OP4w ago
Need further help for sure But thanks
Ducky
Ducky4w ago
-# If your issue is resolved, you can use the /solved command to close the thread. If not, use /unsolve to cancel. Thread has been reopened and unmarked as solved.

Did you find this page helpful?