2 Commits

Author SHA1 Message Date
7755dc8b82 Prefix container name with jf-dl 2026-01-04 12:46:06 +01:00
508b716b46 Add hoster engine with header support 2026-01-04 12:39:10 +01:00
3 changed files with 3 additions and 3 deletions

2
.env
View File

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

View File

@@ -18,7 +18,7 @@ Danach:
1) `.env.example` -> `.env` kopieren und Werte setzen.
2) SSH Key ablegen: `data/ssh/id_ed25519` (chmod 600)
3) `docker compose up -d --build`
4) WebUI: `http://<host>:8081`
4) WebUI: `http://<host>:8080`
## Proxies
- 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
restart: unless-stopped
ports:
- "${WEBGUI_PORT:-8081}:8080"
- "${WEBGUI_PORT:-8080}:8080"
env_file:
- .env
volumes: