mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-12-05 09:12:22 +08:00
13 lines
225 B
Bash
13 lines
225 B
Bash
|
# 数据持久化路径 [必填]
|
||
|
JELLYSEERR_ROOT_PATH=/home/jellyseerr
|
||
|
|
||
|
# WebUI 端口 [必填]
|
||
|
PANEL_APP_PORT_HTTP=5055
|
||
|
|
||
|
# 播放媒体服务器类型 [必填]
|
||
|
JELLYFIN_TYPE=jellyfin
|
||
|
|
||
|
# HTTP(s) 网络代理
|
||
|
http_proxy=
|
||
|
|