NPM reverse proxy, Cloudflare, Docker Compose help! - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +---- Forum: Networking & Access (https://forum.jellyfin.org/f-networking-access) +---- Thread: NPM reverse proxy, Cloudflare, Docker Compose help! (/t-npm-reverse-proxy-cloudflare-docker-compose-help) |
RE: NPM reverse proxy, Cloudflare, Docker Compose help! - sunnythe14 - 2024-03-15 (2024-03-14, 08:57 PM)TheDreadPirate Wrote: This? Solved! Was able to use this nifty little container: https://github.com/oznu/docker-cloudflare-ddns Thank you, again! RE: NPM reverse proxy, Cloudflare, Docker Compose help! - Zhaytoshi - 2024-04-12 Hello i have a similar problem. can you share to me what did you do to make it work ? I have installed the NPM together with the jellyfin using container, also setup the cloud-flare together with my domain but the problem i can't connect my domain to JF in the NPM its not working. Below is my container file Code: version: '3.5' Below is my NPM setups and Audit Logs Code: { RE: NPM reverse proxy, Cloudflare, Docker Compose help! - TheDreadPirate - 2024-04-12 Does Nginx have any way to resolve "jellyfin" to an IP address? Try swapping out "jellyfin" in the Forward Hostname field for an IP address (192.168.1.126?). Also, enable web sockets and enable block common exploits. The latter is obviously good to have enabled, and web sockets is required by Jellyfin to work properly. But that isn't the reason you aren't able to connect. RE: NPM reverse proxy, Cloudflare, Docker Compose help! - Zhaytoshi - 2024-04-12 Thank you for the reply. I Did change it now to 192.168.1.126 still the same. But the nginx.home.domain.com its working and its using the SSL Cert very well. The only problem now is the JF I've been trying to make it work few days now still nothing. RE: NPM reverse proxy, Cloudflare, Docker Compose help! - TheDreadPirate - 2024-04-12 Can you access Jellyfin directly from the same LAN? http://192.168.1.126:8096 ? Did you enable remote connections in Jellyfin? Also, since you meaned Cloudflare, Cloudflare Tunnels or enabling proxying in your Cloudflare DNS config to stream video is against their TOS and I recommend not using it and setting the DNS config to "DNS Only". RE: NPM reverse proxy, Cloudflare, Docker Compose help! - Zhaytoshi - 2024-04-12 Yes did enable the remote connection and also I was able to Access Via LAN and WIFI using my phone I just followed some of the info I've seen here. Also watched this guy video and did what he exactly show in the video https://www.youtube.com/watch?v=qlcVx-k-02E&t=588s RE: NPM reverse proxy, Cloudflare, Docker Compose help! - TheDreadPirate - 2024-04-12 You did this part? And you setup port forwarding in your router for ports 80 and 443? RE: NPM reverse proxy, Cloudflare, Docker Compose help! - Zhaytoshi - 2024-04-12 Yes, I did that part. Why ? About the port forwarding, it's already setup, but if I understand correctly, based on his video he did not turn on his port because NPM already took care of it, Right ?? RE: NPM reverse proxy, Cloudflare, Docker Compose help! - TheDreadPirate - 2024-04-12 You still need to forward ports 80 and 443. How else will external requests get through your router? The port publishing in the docker config for Nginx is only for allowing those ports into the container since it isn't using host networking. You don't need to forward port 8096, though. RE: NPM reverse proxy, Cloudflare, Docker Compose help! - Zhaytoshi - 2024-04-12 Oh I see. Thank you for that information But the port has been open for almost 2 days now, And still nothing has changed. as you can see in my router config. but maybe adding 8096 will give some hope. |