Demo of how to run caddy with socket activation + rootless Podman + Quadlet files #24199
eriksjolund
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Great examples. Would you like to maybe add a link to your repo in the README of the https://github.com/containers/appstore repo? |
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
-
Caddy 2.9.0 (not yet released) includes support for socket activation.
I tried it out. The functionality works fine with Podman.
The cool thing is that
X-Forwarded-For
is now supported when running caddy with rootless podman (with pasta).Caddy can act as a reverse proxy for a custom network (i.e. a network that was created with
podman network create mynet
or with a quadlet).I wrote some examples here:
https://github.com/eriksjolund/podman-caddy-socket-activation
Beta Was this translation helpful? Give feedback.
All reactions