Yesterday, 05:16 AM
I run Jellyfin (v10.10 7-25) on my Synology NAS. Its setup with Cloudflared tunnels to my Caddy instance running on Proxmox.
I can visit my jellyfin instance via my domain (https://jellyfin.mydomain.com) with no issues. There is a cloudflare policy that requires One Time pin prior to allowing access to Jellyfin login page.
Accessing the same domain via a TV app running on Chromecast throws an error "Unable to connect"
Has anyone come across this and managed to get native apps on TV or Chromecast to work remotely?
Caddy file:
jellyfin.mydomain.com {
reverse_proxy 192.168.1.2:8096
}
I can visit my jellyfin instance via my domain (https://jellyfin.mydomain.com) with no issues. There is a cloudflare policy that requires One Time pin prior to allowing access to Jellyfin login page.
Accessing the same domain via a TV app running on Chromecast throws an error "Unable to connect"
Has anyone come across this and managed to get native apps on TV or Chromecast to work remotely?
Caddy file:
jellyfin.mydomain.com {
reverse_proxy 192.168.1.2:8096
}