DonMcD / ultimate-plex-stack

This comprehensive Plex stack configuration simplifies the setup for your media server, integrating Plex, Radarr, Sonarr, Prowlarr, and more for seamless movie and TV show streaming with enhanced management and automation features, including VPN support, subtitle management and much more!
MIT License
217 stars 24 forks source link

Exposing this stack to the internet #9

Closed ZillowwCode closed 7 months ago

ZillowwCode commented 7 months ago

Hey folks!

Once all of this setup, how would you expose these services to the internet? For example, I would like to make Prowlarr publicly accessible from a subdomain of my domain name. How would you do this? Thank you in advance.

Feramance commented 7 months ago

Nginx proxy manager, Traefik or Swag are good options, together with port forwarding. Ideally using a domain, if not at least a dynamic dns

ZillowwCode commented 7 months ago

@Feramance Do you have any source to make these setups?

Feramance commented 7 months ago

I personally found swag to need very little config and is what I'm using, just follow the guide on the linuxserver wiki or ask their discord for help. Traefik and nginx proxy manager I haven't used but I know can work and they have a web UI. Wikis and discords will help here

ZillowwCode commented 7 months ago

Thank you for your informations. I'll take a look at all of the solutions to find the more suitable for me :)