You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a bunch of research and trial and error, I finally figured out how to get the full Ente stack up and running behind traefik! I also figured out how to make it pretty easy for anyone else to do too.
run the official ente quickstart script, choose "n" when it asks you if you want to start ente
drop the override files into the same directory as the "compose.yaml? file
update the .env file with your own values (I provided pretty thorough commentary to hopefully guide you.. and maybe to remind myself later)
then deploy the stack
You don't have to touch the stock "compose.yaml" file, but you do need to comment out the postgres database lines in museum.yaml, as well as update your app host information. I also added some lines to disable the ente-provided database and point it towards an existing postgres db container. Other than that, I think it's pretty straight-forward (I hope!)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
After a bunch of research and trial and error, I finally figured out how to get the full Ente stack up and running behind traefik! I also figured out how to make it pretty easy for anyone else to do too.
Here are the override files - https://github.com/etuckeriv/homelab-stuff/tree/main/ente
All you have to do is:
You don't have to touch the stock "compose.yaml" file, but you do need to comment out the postgres database lines in museum.yaml, as well as update your app host information. I also added some lines to disable the ente-provided database and point it towards an existing postgres db container. Other than that, I think it's pretty straight-forward (I hope!)
Enjoy!
Beta Was this translation helpful? Give feedback.
All reactions