Change web UI port to 8081

This commit is contained in:
2026-01-04 12:49:08 +01:00
parent 7e9cbd94b6
commit 5c9c35d10d
4 changed files with 417 additions and 11 deletions

4
.env
View File

@@ -1,5 +1,5 @@
TZ=Europe/Berlin
WEBGUI_PORT=8080
WEBGUI_PORT=8081
# Optional Basic Auth (leave empty to disable)
BASIC_AUTH_USER=admin
@@ -20,7 +20,7 @@ JELLYFIN_MOVIES_DIR=/jellyfin/Filme
JELLYFIN_SERIES_DIR=/jellyfin/Serien
# Engines
ENGINE_DEFAULT=auto # auto|ytdlp|direct
ENGINE_DEFAULT=auto # auto|ytdlp|direct|hoster
YTDLP_FORMAT=bestvideo+bestaudio/best
# Proxy pool (ONLY used for downloads; not for SFTP / webgui internal calls)