Add Jellyfin to HOST1 transcode servers
Adds HOST1_JELLYFIN vars and registers the container in HOST1_TRANSCODE_SERVERS.
This commit is contained in:
@@ -87,6 +87,12 @@
|
|||||||
HOST1_EMBY_URL="http://localhost:8096"
|
HOST1_EMBY_URL="http://localhost:8096"
|
||||||
HOST1_EMBY_API_KEY="0c27448d93a7431f9ac63569f7655829"
|
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 ━━━
|
# ━━━ Gitea ━━━
|
||||||
# Personal access token for gitea_ssh_setup.sh — registers this server's SSH public key
|
# 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.
|
# 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.
|
# ⚠️ Tdarr does NOT belong here — keep Tdarr on SSD, not ramdisk.
|
||||||
HOST1_TRANSCODE_SERVERS=(
|
HOST1_TRANSCODE_SERVERS=(
|
||||||
"${HOST1_EMBY_CONTAINER}|${HOST1_EMBY_URL}|${HOST1_EMBY_API_KEY}|emby"
|
"${HOST1_EMBY_CONTAINER}|${HOST1_EMBY_URL}|${HOST1_EMBY_API_KEY}|emby"
|
||||||
|
"${HOST1_JELLYFIN_CONTAINER}|${HOST1_JELLYFIN_URL}|${HOST1_JELLYFIN_API_KEY}|jellyfin"
|
||||||
)
|
)
|
||||||
|
|
||||||
# ==============================================================================================
|
# ==============================================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user