2025-04-27, 09:51 AM
Hi
I currently use Caddy as a reverse proxy to access Jellyfin remotely. I have configured NextPVR to work with Jellyfin, unfortunately the playback and recording via the Jellfin plugin are a bit clunky, and I get regular crashes of Jellyfin. NextPVR works so much better in Kodi, but I would also like to be able to remote access.
My original Caddyfile to access Jellyfin remotely is
MyDomain {
encode gzip
reverse_proxy localhost:8096
}
I tried to change it to
MyDomain {
encode gzip
reverse_proxy localhost:8096
reverse_proxy localhost:8866
}
I though If I typed the domain with the port it would give me access to NextPVR, but I just get "this site can't be reached"
I then tried
MyDomain:8096 {
encode gzip
reverse_proxy localhost:8096
}
MyDomain:8866 {
encode gzip
reverse_proxy localhost:8866
}
This stops my Jellyfin server from starting
Any suggestions?
Thanks
I currently use Caddy as a reverse proxy to access Jellyfin remotely. I have configured NextPVR to work with Jellyfin, unfortunately the playback and recording via the Jellfin plugin are a bit clunky, and I get regular crashes of Jellyfin. NextPVR works so much better in Kodi, but I would also like to be able to remote access.
My original Caddyfile to access Jellyfin remotely is
MyDomain {
encode gzip
reverse_proxy localhost:8096
}
I tried to change it to
MyDomain {
encode gzip
reverse_proxy localhost:8096
reverse_proxy localhost:8866
}
I though If I typed the domain with the port it would give me access to NextPVR, but I just get "this site can't be reached"
I then tried
MyDomain:8096 {
encode gzip
reverse_proxy localhost:8096
}
MyDomain:8866 {
encode gzip
reverse_proxy localhost:8866
}
This stops my Jellyfin server from starting
Any suggestions?
Thanks