发布应用 Jelyseerr

Signed-off-by: 萌森 <qyg2297248353@163.com>
This commit is contained in:
萌森 2024-09-10 13:00:57 +08:00
parent 80f66514fc
commit 7c7c946269
2 changed files with 8 additions and 0 deletions

View File

@ -27,3 +27,10 @@ additionalProperties:
value: "jellyfin" value: "jellyfin"
- label: Emby - label: Emby
value: "emby" value: "emby"
- default: ""
edit: true
envKey: http_proxy
labelZh: HTTP(s) 网络代理
labelEn: HTTP(s) Proxy
required: false
type: text

View File

@ -22,3 +22,4 @@ services:
- PORT=5055 - PORT=5055
- LOG_LEVEL=debug - LOG_LEVEL=debug
- TZ=Asia/Shanghai - TZ=Asia/Shanghai
- https_proxy=${http_proxy:-}