Running Weblate behind Caddy #13573
Unanswered
Karmalakas
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You should use 127.0.0.1:18080 for Docker (or specify IP address in port mapping in docker compose). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to run Weblate on a TrueNAS SCALE as a custom app. I also have Caddy running there and all other apps seem to work fine, but even after solving all permission issues I can't make Weblate to work. I keep getting 502 error
Here's full Caddy log entry:
I've tried with
IP_BEHIND_REVERSE_PROXY: true
in Weblate docker-compose config and without. Also triedheader_up Host {host}
in Caddyfile and without. Tried a bunch of other different combinations almost not knowing what I'm doind at that point...I also have ports defined:
Upon Weblate startup I see this in the logs:
Otherwise no noticeable errors
Although later, when all initial stuff happens, I see
/healthz
returns200
P. S. Where does Weblate try to send an email during startup? I was getting an error it couldn't send one until I managed to configure that correctly
Beta Was this translation helpful? Give feedback.
All reactions