Yup, easy, just add a config with router, host rule & service specification for each machine with their respective ip as destination.
https://doc.traefik.io/traefik/master/reference/routing-configuration/http/routing/router/
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Yup, easy, just add a config with router, host rule & service specification for each machine with their respective ip as destination.
https://doc.traefik.io/traefik/master/reference/routing-configuration/http/routing/router/
It's entirely possible. If the 2 domains are different, you should look into SNI routing using the TCP router instead of HTTP. With the tls.passthrough flag, encryption is kept intact until it reaches the second proxy.
Thank you! The sni routing and passthrough helped get me to the right pages and reading. I have a test setup running now and it's looking hopeful.
Yes, no problem with that