Merge pull request #2 from DasPoschi/codex/add-integration-for-chatgpt.com-pydla4

Change web UI port to 8081
This commit is contained in:
2026-01-04 12:49:20 +01:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

2
.env
View File

@@ -1,5 +1,5 @@
TZ=Europe/Berlin TZ=Europe/Berlin
WEBGUI_PORT=8080 WEBGUI_PORT=8081
# Optional Basic Auth (leave empty to disable) # Optional Basic Auth (leave empty to disable)
BASIC_AUTH_USER=admin BASIC_AUTH_USER=admin

View File

@@ -18,7 +18,7 @@ Danach:
1) `.env.example` -> `.env` kopieren und Werte setzen. 1) `.env.example` -> `.env` kopieren und Werte setzen.
2) SSH Key ablegen: `data/ssh/id_ed25519` (chmod 600) 2) SSH Key ablegen: `data/ssh/id_ed25519` (chmod 600)
3) `docker compose up -d --build` 3) `docker compose up -d --build`
4) WebUI: `http://<host>:8080` 4) WebUI: `http://<host>:8081`
## Proxies ## Proxies
- Proxies werden **nur** an yt-dlp/aria2 übergeben (pro Job), beeinflussen also nicht SFTP/Jellyfin. - Proxies werden **nur** an yt-dlp/aria2 übergeben (pro Job), beeinflussen also nicht SFTP/Jellyfin.

View File

@@ -6,7 +6,7 @@ services:
container_name: jf-dl-media-webgui container_name: jf-dl-media-webgui
restart: unless-stopped restart: unless-stopped
ports: ports:
- "${WEBGUI_PORT:-8080}:8080" - "${WEBGUI_PORT:-8081}:8080"
env_file: env_file:
- .env - .env
volumes: volumes: