AdrienPoupa / docker-compose-nas

Simple Docker Compose NAS featuring Sonarr, Radarr, Prowlarr, Jellyfin, qBittorrent, PIA VPN and Traefik with SSL support
893 stars 116 forks source link

Allow for multiple machines to connect to traefik #9

Closed rkabrick closed 1 year ago

rkabrick commented 1 year ago

Hello again!

Is it possible to run a jellyfin container on one machine (separate from the downloaders) but still have it resolve via nas.mydomain.com/jellyfin ?

AdrienPoupa commented 1 year ago

Hello, I haven't tried it myself but Traefik is certainly able to do so:

Given the Jellyfin box has a static IP that's reachable from the Traefik host, you should be able to specify that IP as target.

rkabrick commented 1 year ago

Damn that was easy af. Just had to add another record to the cloudflare page and boom!

Unfortunately, I think I will have to expose two ports with my final config... One for plex and another for notifiarr. I share plex with family so I'd have to have their Apple TVs & phones added to my tailscale which I don't feel like dealing with 😂... and notifiarr needs to access notifiarr.com.

Seriously though thank you so much for your work and continued help. I'd love to see you eventually add recyclarr to this config to add the TRaSH custom profiles to sonarr & radarr.

AdrienPoupa commented 1 year ago

You're welcome! I've been using Tailscale for a while, no ports opened and it works fine so far :)