From c8d240e13197e4a582bac3120da9cc1596a41e4d Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Sat, 11 Apr 2026 02:16:57 -0500 Subject: [PATCH] fix(seerr): persist applicationUrl so Jellyfin OAuth callback works --- servers/legion/k8s/media/overseerr.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/servers/legion/k8s/media/overseerr.yaml b/servers/legion/k8s/media/overseerr.yaml index 235db69..7f85a99 100644 --- a/servers/legion/k8s/media/overseerr.yaml +++ b/servers/legion/k8s/media/overseerr.yaml @@ -48,6 +48,10 @@ data: settings.main.mediaServerType = 'JELLYFIN'; console.log('Set main.mediaServerType = JELLYFIN'); } + if (!settings.main.applicationUrl) { + settings.main.applicationUrl = 'https://watch.nook.family'; + console.log('Set main.applicationUrl'); + } // Mark setup as complete so the wizard never shows if (!settings.public) { settings.public = {}; @@ -91,7 +95,7 @@ spec: labels: app: overseerr annotations: - restartedAt: "2026-04-11T07:30:00Z" + restartedAt: "2026-04-11T07:45:00Z" spec: initContainers: # Restore Jellyfin connection config if it was cleared (e.g. after pod restart with bad key)