Access Postal from Caddy that is not running on same machine #3209
Unanswered
pahlgrimm
asked this question in
Help with using Postal
Replies: 1 comment 1 reply
-
I believe you may need to run two Caddy installs for this. The local Caddy which proxies connections to Postal in the local environment. Then the Caddy install on the different machine. You end up with: Caddy (external) -> Caddy (local to Postal) -> Postal. This is how I have things setup, however I use HAProxy instead of Caddy. So I have one container running HAProxy that receives inbound http/s traffic, which proxies to HAProxy in my Postal container which then proxies to Postal. HAProxy -> HAProxy -> Postal. |
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
-
Hi, I am trying to get Postal running. It runs but the web container listens only on 127.0.0.1:5000.
I have a Caddy running on an opnsense appliance. It seems that Postal ist ignoring everything coming from the router/gateway.
Beta Was this translation helpful? Give feedback.
All reactions