Fix install wizard gaps: add Jellyfin to TRANSCODE_SERVERS template, add Emby/JF API key checklist checks, fix setup guide var names to HOST1_ prefix

This commit is contained in:
Gmer4Lfe
2026-06-19 23:52:40 -04:00
parent 2b8571c52c
commit 719ca016f4
3 changed files with 34 additions and 4 deletions
+1
View File
@@ -456,6 +456,7 @@
HOSTN_TRANSCODE_SERVERS=(
"${HOSTN_EMBY_CONTAINER}|${HOSTN_EMBY_URL}|${HOSTN_EMBY_API_KEY}|emby"
"${HOSTN_JELLYFIN_CONTAINER}|${HOSTN_JELLYFIN_URL}|${HOSTN_JELLYFIN_API_KEY}|jellyfin"
)
# ==============================================================================================