Skip Navigation

Replace lemmy-ui

Hi,

I want to replace lemmy-ui with photon. How can I actually do this? Do I need to just install it using docker and reverse proxy to the port? Is there any docker compose method? Where can I set the environment variables?

TIA

9

You're viewing a single thread.

9 comments
  • You should be able to just replace the lemmy-ui image with the photon image, but you'll need to set a few env variables

    PUBLIC_INSTANCE_URL: the domain your Lemmy instance is accessed from. (like lemmy.world)

    PUBLIC_INTERNAL_INSTANCE: the url and port for the internal server to access (eg lemmy:8536)

    PUBLIC_SSR_ENABLED: enable this to allow server rendering which improves SEO

    PUBLIC_MIGRATE_COOKIE: this will automatically migrate lemmy-ui logins to photon.

    • Where do I have to set the env variables? On the docker compose file similar to lemmy-ui?

      • Is everything alright here?

        • Getting error 502. Not sure what I'm doing wrong.

          • 502 from photon itself or nginx? I think you need to change photon at the top to lemmy-ui

            • This is what I have in the log:

              2024/10/13 01:30:29 [error] 3854559#3854559: *1291647 connect() failed (111: Connection refused) while connecting to upstream, client: 18.118.255.176, server: buddyverse.one, request: "GET /post/4126/15889 HTTP/2.0", upstream: "http://0.0.0.0:10633/post/4126/15889", host: "buddyverse.one"
              2024/10/13 01:30:34 [error] 3854559#3854559: *1291662 connect() failed (111: Connection refused) while connecting to upstream, client: 159.69.54.68, server: buddyverse.one, request: "POST /inbox HTTP/1.1", upstream: "http://0.0.0.0:10633/inbox", host: "buddyverse.one"                                          2024/10/13 01:30:34 [error] 3854559#3854559: *1291664 connect(
              ) failed (111: Connection refused) while connecting to upstream, client: 3.133.133.233, server: buddyverse.one, request: "GET /post/2893/14546 HTTP/2.0", upstream: "http://0.0.0.0:10633/post/2893/14546", host: "buddyverse.one"                      2024/10/13 01:30:35 [error] 3854559#3854559: *1291668 connect() failed (111: Connection refused) while connecting to upstream, client: 159.69.49.255, server: buddyverse.one, request: "POST /inbox HTTP/1.1", upstream: "http://0.0.0.0:10633/inbox", host: "buddyverse.one"
              
            • From nginx. I've commented out lemmy-ui before running the compose file.

You've viewed 9 comments.