Compare commits
1 Commits
codex/add-
...
codex/add-
| Author | SHA1 | Date | |
|---|---|---|---|
| 5c9c35d10d |
2
.env
2
.env
@@ -1,5 +1,5 @@
|
||||
TZ=Europe/Berlin
|
||||
WEBGUI_PORT=8080
|
||||
WEBGUI_PORT=8081
|
||||
|
||||
# Optional Basic Auth (leave empty to disable)
|
||||
BASIC_AUTH_USER=admin
|
||||
|
||||
@@ -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>:8080`
|
||||
4) WebUI: `http://<host>:8081`
|
||||
|
||||
## Proxies
|
||||
- Proxies werden **nur** an yt-dlp/aria2 übergeben (pro Job), beeinflussen also nicht SFTP/Jellyfin.
|
||||
|
||||
@@ -6,7 +6,7 @@ services:
|
||||
container_name: jf-dl-media-webgui
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "${WEBGUI_PORT:-8080}:8080"
|
||||
- "${WEBGUI_PORT:-8081}:8080"
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user