parent
e358336eb7
commit
9114c6c499
|
|
@ -27,3 +27,10 @@ additionalProperties:
|
|||
value: "jellyfin"
|
||||
- label: Emby
|
||||
value: "emby"
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: http_proxy
|
||||
labelZh: HTTP(s) 网络代理
|
||||
labelEn: HTTP(s) Proxy
|
||||
required: false
|
||||
type: text
|
||||
|
|
|
|||
|
|
@ -22,3 +22,4 @@ services:
|
|||
- PORT=5055
|
||||
- LOG_LEVEL=debug
|
||||
- TZ=Asia/Shanghai
|
||||
- https_proxy=${http_proxy:-}
|
||||
|
|
|
|||
Loading…
Reference in New Issue