Ente CommunityEC
Ente Community7mo ago
5 replies
Cornbread1400

Can't enable Public albums sharing using quickstart.sh

Hi,

I'm currently self hosting my ente photos using the quickstart.sh command with docker to create it.
But I can't manage to make public albums works.

My compose.yaml config :

  web:
    image: ghcr.io/ente-io/web
    # Uncomment what you need to tweak.
    ports:
      - 3000:3000 # Photos web app
      # - 3001:3001 # Accounts
      - 3002:3002 # Public albums
      # - 3003:3003 # Auth
      # - 3004:3004 # Cast
    environment:
      ENTE_API_ORIGIN: https://api.*****.xyz
      ENTE_ALBUMS_ORIGIN: https://albums.*****.xyz

And my museum.yaml :
apps:
  public-albums: https://albums.*****.xyz

I tried using https://help.ente.io/self-hosting/faq/sharing but it doesn't work...
Thank you.
Getting album sharing to work using an self-hosted Ente
Was this page helpful?