fix(ha): read transcode store config from the variable form deployments set #9

Merged
benvin merged 1 commits from benvin/ha-config-wiring into main 2026-09-13 14:24:12 +10:00
Member

The startup configuration only reads JELLYFIN_ prefixed environment variables, so the bare Jellyfin__TranscodeStore__* form set by the chart, the production manifests and the README is dropped: the Redis store is never registered, and nothing logs which store was selected.

  • Read bare Jellyfin__* variables into the Jellyfin:* configuration root
  • Keep an explicit JELLYFIN_ variable winning over the bare form
  • Log the selected transcode session store at Information
  • Ping Redis once at startup; log a configured but unreachable store at Error
  • Log endpoints only, never the connection string
The startup configuration only reads `JELLYFIN_` prefixed environment variables, so the bare `Jellyfin__TranscodeStore__*` form set by the chart, the production manifests and the README is dropped: the Redis store is never registered, and nothing logs which store was selected. - Read bare `Jellyfin__*` variables into the `Jellyfin:*` configuration root - Keep an explicit `JELLYFIN_` variable winning over the bare form - Log the selected transcode session store at `Information` - Ping Redis once at startup; log a configured but unreachable store at `Error` - Log endpoints only, never the connection string
unkin-agent added 1 commit 2026-09-13 13:11:08 +10:00
fix(ha): read transcode store config from the variable form deployments set
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful
95220e2ed6
The startup configuration only reads JELLYFIN_ prefixed environment
variables, so the bare Jellyfin__TranscodeStore__* form used by the chart,
the manifests and the README is dropped and the Redis store is never
registered. Nothing logs the selected store, so the fallback is invisible.

- Read bare Jellyfin__* variables into the Jellyfin:* configuration root
- Keep an explicit JELLYFIN_ variable winning over the bare form
- Log the selected transcode session store at startup
- Ping Redis once at startup and log an unreachable store at Error
- Log endpoints only, never the connection string
benvin merged commit a652d718ca into main 2026-09-13 14:24:12 +10:00
benvin deleted branch benvin/ha-config-wiring 2026-09-13 14:24:12 +10:00
Sign in to join this conversation.