mirror of
https://github.com/QYG2297248353/appstore-dpanel
synced 2025-03-04 12:14:26 +08:00
Synced apps from source repository via GitHub Actions
This commit is contained in:
parent
e8d6cc738d
commit
4001592cbf
@ -10,3 +10,6 @@ INSTALL_USERNAME=admin
|
|||||||
# 管理员 密码 [必填]
|
# 管理员 密码 [必填]
|
||||||
INSTALL_PASSWORD=admin
|
INSTALL_PASSWORD=admin
|
||||||
|
|
||||||
|
# 网络代理
|
||||||
|
HTTP_PROXY=
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -16,3 +16,6 @@ INSTALL_USERNAME=admin
|
|||||||
# 管理员 密码 [必填]
|
# 管理员 密码 [必填]
|
||||||
INSTALL_PASSWORD=admin
|
INSTALL_PASSWORD=admin
|
||||||
|
|
||||||
|
# 网络代理
|
||||||
|
HTTP_PROXY=
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user