Replies: 2 comments
-
Is it correct? http://REDACTED { https://REDACTED { Or there is more that i have to do? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, I started using PairDrop together with Caddy V2 as a reverse proxy. My Caddyfile looks like this:
Some notes:
Hope that helps. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Good morning, i'm trying to setup Caddy as reverse-proxy for Pairdrop. At the moment Pairdrop is a Docker Container in a custom bridge that expose port binded to host i.e. 127.0.0.1:5200 -> 3000. I also have a Caddy docker container that work on host network that have a configuration to expose Pairdrop to Home network only (General idea should be (192.168.x.x:443) -> 127.0.0.1:5200 -> pairdrop:3000). Caddy manage https with FQDN Let's Encrypt certificate that i also use for my homelab.
I tried to follow guides and tutorial to setup a reverse proxy: with Nginx Proxy Manager I didn't have Problem but insted i'm not able to manage Caddy. I suppose that the problem is with ws but I can't find how to correctly manage them in Caddy.
Thanks so much.
Beta Was this translation helpful? Give feedback.
All reactions