Merge pull request #2 from DasPoschi/codex/add-integration-for-chatgpt.com-pydla4
Change web UI port to 8081
This commit is contained in:
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