Compare commits
2 Commits
codex/add-
...
codex/add-
| Author | SHA1 | Date | |
|---|---|---|---|
| 7755dc8b82 | |||
| 508b716b46 |
2
.env
2
.env
@@ -1,5 +1,5 @@
|
|||||||
TZ=Europe/Berlin
|
TZ=Europe/Berlin
|
||||||
WEBGUI_PORT=8081
|
WEBGUI_PORT=8080
|
||||||
|
|
||||||
# Optional Basic Auth (leave empty to disable)
|
# Optional Basic Auth (leave empty to disable)
|
||||||
BASIC_AUTH_USER=admin
|
BASIC_AUTH_USER=admin
|
||||||
|
|||||||
@@ -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>:8081`
|
4) WebUI: `http://<host>:8080`
|
||||||
|
|
||||||
## 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.
|
||||||
|
|||||||
@@ -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:-8081}:8080"
|
- "${WEBGUI_PORT:-8080}:8080"
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user