diff --git a/Configurations/host2.conf b/Configurations/host2.conf index f775a97..eff91aa 100644 --- a/Configurations/host2.conf +++ b/Configurations/host2.conf @@ -89,6 +89,12 @@ HOST2_EMBY_URL="http://localhost:8096" HOST2_EMBY_API_KEY="your-host2-emby-api-key" +# ━━━ Jellyfin ━━━ +# API key: Jellyfin Dashboard → Administration → API Keys → + New Key + HOST2_JELLYFIN_CONTAINER="Jellyfin" + HOST2_JELLYFIN_URL="http://localhost:8095" + HOST2_JELLYFIN_API_KEY="956d0168987f4e4680626653abb080f0" + # ━━━ Notifications ━━━ # Discord webhook — leave blank to disable. # Per-host so HOST1 and HOST2 can post to different channels or only one server notifies. @@ -477,6 +483,7 @@ # ⚠️ Tdarr does NOT belong here — keep Tdarr on SSD, not ramdisk. HOST2_TRANSCODE_SERVERS=( "${HOST2_EMBY_CONTAINER}|${HOST2_EMBY_URL}|${HOST2_EMBY_API_KEY}|emby" + "${HOST2_JELLYFIN_CONTAINER}|${HOST2_JELLYFIN_URL}|${HOST2_JELLYFIN_API_KEY}|jellyfin" ) # ==============================================================================================