Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2024-11-28 15:39:04 +00:00
parent f712f51108
commit cfe90234fd
19 changed files with 8 additions and 12 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ JELLYFIN_ROOT_PATH=/home/jellyfin
PANEL_APP_PORT_HTTP=8096
# HTTP(s) 网络代理
HTTP_SSL_PROXY=
HTTP_PROXY=
# 自定义挂载目录 1
CUSTOM_MOUNT_DIRECTORY_1=
+1 -1
View File
@@ -33,7 +33,7 @@ additionalProperties:
type: number
- default: ""
edit: true
envKey: HTTP_SSL_PROXY
envKey: HTTP_PROXY
labelZh: HTTP(s) 网络代理
labelEn: HTTP(s) Proxy
required: false
@@ -8,7 +8,6 @@ services:
- /dev/dri:/dev/dri
environment:
- ROC_ENABLE_PRE_VEGA=1
- HTTP_PROXY=${HTTP_PROXY:-}
- HTTPS_PROXY=${HTTP_PROXY:-}
- NO_PROXY=localhost,127.0.0.1,::1
image: jellyfin/jellyfin:10.10.3
+1 -1
View File
@@ -8,7 +8,7 @@ JELLYFIN_ROOT_PATH=/home/jellyfin
PANEL_APP_PORT_HTTP=8096
# HTTP(s) 网络代理
HTTP_SSL_PROXY=
HTTP_PROXY=
# 自定义挂载目录 1
CUSTOM_MOUNT_DIRECTORY_1=
+1 -1
View File
@@ -33,7 +33,7 @@ additionalProperties:
type: number
- default: ""
edit: true
envKey: HTTP_SSL_PROXY
envKey: HTTP_PROXY
labelZh: HTTP(s) 网络代理
labelEn: HTTP(s) Proxy
required: false
@@ -8,7 +8,6 @@ services:
- /dev/dri:/dev/dri
environment:
- ROC_ENABLE_PRE_VEGA=1
- HTTP_PROXY=${HTTP_PROXY:-}
- HTTPS_PROXY=${HTTP_PROXY:-}
- NO_PROXY=localhost,127.0.0.1,::1
image: jellyfin/jellyfin:10.9.11