Replies: 1 comment 1 reply
-
|
At a high level, yes, you can replace Caddy with Pangolin. You would no longer use your Caddy config, and instead use Pangolin to expose the resources by creating targets in the web UI. If you have very specific settings in your Caddy configs, they may or may not be transferrable to Pangolin. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am using Caddy in Docker for some projects. I wonder if it's possible to replace Caddy with Pangolin ? I am not sure where and how I can add these lines from Caddy:
reverse_proxy /api/iam/sso/redirect/ backend:8000
reverse_proxy /api/accounts/saml/0/acs/ backend:8000
reverse_proxy /api/accounts/saml/0/acs/finish/ backend:8000
reverse_proxy /* frontend:3000
THX
Beta Was this translation helpful? Give feedback.
All reactions