8
Replace lemmy-ui
(buddyverse.one)
A client for the fediverse designed to be intuitive, fast, and beautiful.
Share your themes, ask questions, report bugs, or check on the latest updates here!
You can contact the dev at @Xylight@lemdro.id.
Rules
[solved]
if it's been fixed.
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 (eglemmy:8536
)PUBLIC_SSR_ENABLED
: enable this to allow server rendering which improves SEOPUBLIC_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 tolemmy-ui
This is what I have in the log:
From nginx. I've commented out lemmy-ui before running the compose file.