6 hours ago
What is the most simplistic, optimal setup one could have so that everything just flows nicely and
would have the least amount of headaches to fix issue(s) if they happened?
The goal I personally wanted to achieve:
Access JF & JS on my home devices (Firestick, phone, etc.) using the server's local IP address for JF/JS.
Access JF & JS when not home through my domain name.
My setup is:
-Domain name with Cloudflare pointing to my server's public IP.
-Docker has NPM, JF, & Jellyseerr (JS) in it and is managed by NPM.
-NPM's proxy host IP for JF is the server's native local IP instead of "jellyfin".
-JF docker compose file has these ports in it: 7359, 1900, and 8096
-Each docker compose file for each program in Docker ends with the custom network name I gave them (should I make these all "--net=host" instead?)
-Regarding VPN, I use ProtonVPN but I only want it On for qBittorrent. Cannot figure this out yet.
If a professional Linux, Docker, or NPM user/dev saw my setup and how it's configured, what could be optimized/changed?
Would they be like, "nah, change those custom network names on the docker compose files and just make them all host. Then do X differently to achieve Y by Z method" or what?
The point of this thread is to not only achieve a better setup for myself and my needs, but spark discussion in general on optimal setups.
would have the least amount of headaches to fix issue(s) if they happened?
The goal I personally wanted to achieve:
Access JF & JS on my home devices (Firestick, phone, etc.) using the server's local IP address for JF/JS.
Access JF & JS when not home through my domain name.
My setup is:
-Domain name with Cloudflare pointing to my server's public IP.
-Docker has NPM, JF, & Jellyseerr (JS) in it and is managed by NPM.
-NPM's proxy host IP for JF is the server's native local IP instead of "jellyfin".
-JF docker compose file has these ports in it: 7359, 1900, and 8096
-Each docker compose file for each program in Docker ends with the custom network name I gave them (should I make these all "--net=host" instead?)
-Regarding VPN, I use ProtonVPN but I only want it On for qBittorrent. Cannot figure this out yet.
If a professional Linux, Docker, or NPM user/dev saw my setup and how it's configured, what could be optimized/changed?
Would they be like, "nah, change those custom network names on the docker compose files and just make them all host. Then do X differently to achieve Y by Z method" or what?
The point of this thread is to not only achieve a better setup for myself and my needs, but spark discussion in general on optimal setups.