2024-12-14, 12:29 AM
(2024-12-13, 08:36 PM)TheDreadPirate Wrote:Code:x-frame-options: SAMEORIGIN
This is the problem. Add this to your caddyfile.
Code:header -X-Frame-Options {
defer
}
The whole thing would look like this.
Code:example.com {
header -X-Frame-Options {
defer
}
reverse_proxy 127.0.0.1:8096
}
my original caddyfile had this, it was a couple of configs to save logs, plus enable the SAMEORIGIN to be able to display the featured-content-bar of my man Ted where he details that in order to be seen in all devices, it should be modified in this way:
OLD CADDYFILE:
now I deleted it and left it as you mention, like this:
I will tell my niece to try again on her LG TV and I will let you know how it goes, thank you very much.
Jellyfin 10.10.3
Ubuntu desktop 24.04.1 LTS
Intel i5-7500
16GB DDR4 2400Mhz
OS-DRIVE: WDC SN720 256GB
Storage (JF Library)
1: x4 4TB Seagate IronWolf
2: 8TB HGST Dell Enterprise
3: 2TB Seagate Barracuda
4: 2TB WD RED
Ubuntu desktop 24.04.1 LTS
Intel i5-7500
16GB DDR4 2400Mhz
OS-DRIVE: WDC SN720 256GB
Storage (JF Library)
1: x4 4TB Seagate IronWolf
2: 8TB HGST Dell Enterprise
3: 2TB Seagate Barracuda
4: 2TB WD RED