Reverse proxy configuration
from Dust0741@lemmy.world to selfhosted@lemmy.world on 16 Apr 17:50
https://lemmy.world/post/28315883
from Dust0741@lemmy.world to selfhosted@lemmy.world on 16 Apr 17:50
https://lemmy.world/post/28315883
I am currently using NPM as my reverse proxy. It runs on a Raspberry Pi which also does pihole. I have a separate server for other non internet critical systems.
So local IP address mappings point a subdomain to the pi’s IP, then nginx points to the correct device and port.
I am wondering if Traefik works the same way. Can I run Traefik on the Pi, then point my other sever at it? (I believe Caddy doesn’t allow this)
threaded - newest
Looks like you should be able to do so:
community.traefik.io/t/…/3
community.traefik.io/t/…/25899
Caddy supports it too: caddyserver.com/docs/caddyfile/…/reverse_proxy
I just replaced NPM with Caddy this week. It’s straightforward once I understood the config file. Why the switch? NPM is too heavy for my needs and I need to do extra manual works to update the SSL certs.