Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353 2024-12-04 03:32:16 +00:00
parent e8d6cc738d
commit 4001592cbf
6 changed files with 22 additions and 0 deletions

View File

@ -10,3 +10,6 @@ INSTALL_USERNAME=admin
# 管理员 密码 [必填] # 管理员 密码 [必填]
INSTALL_PASSWORD=admin INSTALL_PASSWORD=admin
# 网络代理
HTTP_PROXY=

View File

@ -29,3 +29,10 @@ additionalProperties:
labelEn: Admin Password labelEn: Admin Password
required: true required: true
type: text type: text
- default: ""
edit: true
envKey: HTTP_PROXY
labelZh: 网络代理
labelEn: Network Proxy
required: false
type: text

View File

@ -9,6 +9,7 @@ services:
- .env - .env
environment: environment:
- APP_NAME=${CONTAINER_NAME} - APP_NAME=${CONTAINER_NAME}
- HTTPS_PROXY=${HTTP_PROXY}
image: dpanel/dpanel:1.3.3-lite image: dpanel/dpanel:1.3.3-lite
labels: labels:
createdBy: Apps createdBy: Apps

View File

@ -16,3 +16,6 @@ INSTALL_USERNAME=admin
# 管理员 密码 [必填] # 管理员 密码 [必填]
INSTALL_PASSWORD=admin INSTALL_PASSWORD=admin
# 网络代理
HTTP_PROXY=

View File

@ -45,3 +45,10 @@ additionalProperties:
labelEn: Admin Password labelEn: Admin Password
required: true required: true
type: text type: text
- default: ""
edit: true
envKey: HTTP_PROXY
labelZh: 网络代理
labelEn: Network Proxy
required: false
type: text

View File

@ -9,6 +9,7 @@ services:
- .env - .env
environment: environment:
- APP_NAME=${CONTAINER_NAME} - APP_NAME=${CONTAINER_NAME}
- HTTPS_PROXY=${HTTP_PROXY}
image: dpanel/dpanel:1.3.3 image: dpanel/dpanel:1.3.3
labels: labels:
createdBy: Apps createdBy: Apps