diff --git a/Configurations/host1.conf b/Configurations/host1.conf index 172909b..d5e6426 100644 --- a/Configurations/host1.conf +++ b/Configurations/host1.conf @@ -87,6 +87,12 @@ HOST1_EMBY_URL="http://localhost:8096" HOST1_EMBY_API_KEY="0c27448d93a7431f9ac63569f7655829" +# ━━━ Jellyfin ━━━ +# API key: Jellyfin Dashboard → Administration → API Keys → + New Key + HOST1_JELLYFIN_CONTAINER="Jellyfin" + HOST1_JELLYFIN_URL="http://localhost:8095" + HOST1_JELLYFIN_API_KEY="956d0168987f4e4680626653abb080f0" + # ━━━ Gitea ━━━ # Personal access token for gitea_ssh_setup.sh — registers this server's SSH public key # with Gitea so git operations use key auth instead of passwords. @@ -545,6 +551,7 @@ # ⚠️ Tdarr does NOT belong here — keep Tdarr on SSD, not ramdisk. HOST1_TRANSCODE_SERVERS=( "${HOST1_EMBY_CONTAINER}|${HOST1_EMBY_URL}|${HOST1_EMBY_API_KEY}|emby" + "${HOST1_JELLYFIN_CONTAINER}|${HOST1_JELLYFIN_URL}|${HOST1_JELLYFIN_API_KEY}|jellyfin" ) # ==============================================================================================