21 lines
698 B
Bash
21 lines
698 B
Bash
# Jellyfin intern oder extern erreichbar
|
||
JELLYFIN_URL=http://192.168.1.100:8096
|
||
JELLYFIN_API_KEY=HIER_JELLYFIN_API_KEY_EINTRAGEN
|
||
|
||
# Entweder Benutzername oder feste User-ID setzen.
|
||
JELLYFIN_USERNAME=josh
|
||
# JELLYFIN_USER_ID=
|
||
|
||
# Seerr / Jellyseerr / Overseerr-kompatible Seerr-API
|
||
SEERR_URL=http://192.168.1.100:5055
|
||
SEERR_API_KEY=HIER_SEERR_API_KEY_EINTRAGEN
|
||
|
||
# Bei selbst signiertem HTTPS-Zertifikat auf false setzen.
|
||
VERIFY_SSL=true
|
||
HTTP_TIMEOUT=30
|
||
|
||
# Optionale Playlist-Namen
|
||
JELLYFIN_PLAYLIST_MCU_COMPLETE=Marvel – MCU komplett chronologisch bis Doomsday
|
||
JELLYFIN_PLAYLIST_MCU_CORE=Marvel – MCU Core chronologisch bis Doomsday
|
||
JELLYFIN_PLAYLIST_LEGACY=Marvel – Doomsday Legacy Story Order
|