mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-03 00:07:59 +08:00
Merge remote-tracking branch 'origin/custom' into custom
This commit is contained in:
commit
77d8756fdc
@ -11,7 +11,7 @@ services:
|
||||
- PORT=7789
|
||||
- CONFIG=/config
|
||||
- TZ=Asia/Shanghai
|
||||
image: wushuo894/ani-rss:v1.1.218
|
||||
image: wushuo894/ani-rss:v1.1.219
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
@ -20,7 +20,7 @@ services:
|
||||
- /dozzle
|
||||
- healthcheck
|
||||
timeout: 30s
|
||||
image: amir20/dozzle:v8.10.1
|
||||
image: amir20/dozzle:v8.10.2
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
@ -28,7 +28,7 @@ services:
|
||||
- GITEA__webhook__PROXY_HOSTS=${PROXY_HOSTS}
|
||||
- GITEA__git.config__http.proxy=${PROXY_URL}
|
||||
- GITEA__git.config__https.proxy=${PROXY_URL}
|
||||
image: gitea/gitea:1.23.0
|
||||
image: gitea/gitea:1.23.1
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
@ -19,7 +19,7 @@ services:
|
||||
- NEXT_PUBLIC_CustomLogo=https://nezha-cf.buycoffee.top/apple-touch-icon.png
|
||||
- NEXT_PUBLIC_CustomTitle=NezhaDash
|
||||
- NEXT_PUBLIC_CustomDescription=NezhaDash is a dashboard for Nezha.
|
||||
image: hamster1963/nezha-dash:v2.1.3
|
||||
image: hamster1963/nezha-dash:v2.2.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
@ -4,15 +4,6 @@ NODEBB_ROOT_PATH=/home/nodebb
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=4567
|
||||
|
||||
# 管理员邮箱 [必填]
|
||||
NODEBB_ADMIN_EMAIL=
|
||||
|
||||
# 管理员用户名 [必填]
|
||||
NODEBB_ADMIN_USERNAME=
|
||||
|
||||
# 管理员密码 [必填]
|
||||
NODEBB_ADMIN_PASSWORD=
|
||||
|
||||
# 数据库类型 [必填]
|
||||
NODEBB_DB=postgres
|
||||
|
||||
|
@ -15,27 +15,6 @@ additionalProperties:
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: NODEBB_ADMIN_EMAIL
|
||||
labelZh: 管理员邮箱
|
||||
labelEn: Admin email
|
||||
required: true
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: NODEBB_ADMIN_USERNAME
|
||||
labelZh: 管理员用户名
|
||||
labelEn: Admin username
|
||||
required: true
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: NODEBB_ADMIN_PASSWORD
|
||||
labelZh: 管理员密码
|
||||
labelEn: Admin password
|
||||
required: true
|
||||
type: password
|
||||
- default: "postgres"
|
||||
edit: true
|
||||
envKey: NODEBB_DB
|
||||
|
@ -12,25 +12,12 @@ services:
|
||||
- bind_address=0.0.0.0
|
||||
- port=4567
|
||||
- url=http://127.0.0.1:4567
|
||||
- admin__email=${NODEBB_ADMIN_EMAIL}
|
||||
- admin__username=${NODEBB_ADMIN_USERNAME}
|
||||
- admin__password=${NODEBB_ADMIN_PASSWORD}
|
||||
- database=${NODEBB_DB}
|
||||
- redis__host=${NODEBB_DB_HOST}
|
||||
- redis__port=${NODEBB_DB_PORT}
|
||||
- redis__database=${NODEBB_DB_NAME}
|
||||
- redis__username=${NODEBB_DB_USER}
|
||||
- redis__password=${NODEBB_DB_PASSWORD}
|
||||
- postgres__host=${NODEBB_DB_HOST}
|
||||
- postgres__port=${NODEBB_DB_PORT}
|
||||
- postgres__database=${NODEBB_DB_NAME}
|
||||
- postgres__username=${NODEBB_DB_USER}
|
||||
- postgres__password=${NODEBB_DB_PASSWORD}
|
||||
- mongo__host=${NODEBB_DB_HOST}
|
||||
- mongo__port=${NODEBB_DB_PORT}
|
||||
- mongo__database=${NODEBB_DB_NAME}
|
||||
- mongo__username=${NODEBB_DB_USER}
|
||||
- mongo__password=${NODEBB_DB_PASSWORD}
|
||||
- ${NODEBB_DB}__host=${NODEBB_DB_HOST}
|
||||
- ${NODEBB_DB}__port=${NODEBB_DB_PORT}
|
||||
- ${NODEBB_DB}__database=${NODEBB_DB_NAME}
|
||||
- ${NODEBB_DB}__username=${NODEBB_DB_USER}
|
||||
- ${NODEBB_DB}__password=${NODEBB_DB_PASSWORD}
|
||||
image: ghcr.io/nodebb/nodebb:3.12.2
|
||||
labels:
|
||||
createdBy: Apps
|
||||
|
@ -57,7 +57,7 @@ services:
|
||||
- -f
|
||||
- http://localhost:1200/healthz?key=${ACCESS_KEY}
|
||||
timeout: 10s
|
||||
image: diygod/rsshub:2025-01-09
|
||||
image: diygod/rsshub:2025-01-10
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
@ -11,7 +11,7 @@ services:
|
||||
- PORT=7789
|
||||
- CONFIG=/config
|
||||
- TZ=Asia/Shanghai
|
||||
image: wushuo894/ani-rss:v1.1.218
|
||||
image: wushuo894/ani-rss:v1.1.219
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
@ -20,7 +20,7 @@ services:
|
||||
- /dozzle
|
||||
- healthcheck
|
||||
timeout: 30s
|
||||
image: amir20/dozzle:v8.10.1
|
||||
image: amir20/dozzle:v8.10.2
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
@ -28,7 +28,7 @@ services:
|
||||
- GITEA__webhook__PROXY_HOSTS=${PROXY_HOSTS}
|
||||
- GITEA__git.config__http.proxy=${PROXY_URL}
|
||||
- GITEA__git.config__https.proxy=${PROXY_URL}
|
||||
image: gitea/gitea:1.23.0
|
||||
image: gitea/gitea:1.23.1
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
@ -19,7 +19,7 @@ services:
|
||||
- NEXT_PUBLIC_CustomLogo=https://nezha-cf.buycoffee.top/apple-touch-icon.png
|
||||
- NEXT_PUBLIC_CustomTitle=NezhaDash
|
||||
- NEXT_PUBLIC_CustomDescription=NezhaDash is a dashboard for Nezha.
|
||||
image: hamster1963/nezha-dash:v2.1.3
|
||||
image: hamster1963/nezha-dash:v2.2.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
@ -4,15 +4,6 @@ NODEBB_ROOT_PATH=/home/nodebb
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=4567
|
||||
|
||||
# 管理员邮箱 [必填]
|
||||
NODEBB_ADMIN_EMAIL=
|
||||
|
||||
# 管理员用户名 [必填]
|
||||
NODEBB_ADMIN_USERNAME=
|
||||
|
||||
# 管理员密码 [必填]
|
||||
NODEBB_ADMIN_PASSWORD=
|
||||
|
||||
# 数据库类型 [必填]
|
||||
NODEBB_DB=postgres
|
||||
|
||||
|
@ -12,25 +12,12 @@ services:
|
||||
- bind_address=0.0.0.0
|
||||
- port=4567
|
||||
- url=http://127.0.0.1:4567
|
||||
- admin__email=${NODEBB_ADMIN_EMAIL}
|
||||
- admin__username=${NODEBB_ADMIN_USERNAME}
|
||||
- admin__password=${NODEBB_ADMIN_PASSWORD}
|
||||
- database=${NODEBB_DB}
|
||||
- redis__host=${NODEBB_DB_HOST}
|
||||
- redis__port=${NODEBB_DB_PORT}
|
||||
- redis__database=${NODEBB_DB_NAME}
|
||||
- redis__username=${NODEBB_DB_USER}
|
||||
- redis__password=${NODEBB_DB_PASSWORD}
|
||||
- postgres__host=${NODEBB_DB_HOST}
|
||||
- postgres__port=${NODEBB_DB_PORT}
|
||||
- postgres__database=${NODEBB_DB_NAME}
|
||||
- postgres__username=${NODEBB_DB_USER}
|
||||
- postgres__password=${NODEBB_DB_PASSWORD}
|
||||
- mongo__host=${NODEBB_DB_HOST}
|
||||
- mongo__port=${NODEBB_DB_PORT}
|
||||
- mongo__database=${NODEBB_DB_NAME}
|
||||
- mongo__username=${NODEBB_DB_USER}
|
||||
- mongo__password=${NODEBB_DB_PASSWORD}
|
||||
- ${NODEBB_DB}__host=${NODEBB_DB_HOST}
|
||||
- ${NODEBB_DB}__port=${NODEBB_DB_PORT}
|
||||
- ${NODEBB_DB}__database=${NODEBB_DB_NAME}
|
||||
- ${NODEBB_DB}__username=${NODEBB_DB_USER}
|
||||
- ${NODEBB_DB}__password=${NODEBB_DB_PASSWORD}
|
||||
image: ghcr.io/nodebb/nodebb:3.12.2
|
||||
labels:
|
||||
createdBy: Apps
|
||||
|
@ -57,7 +57,7 @@ services:
|
||||
- -f
|
||||
- http://localhost:1200/healthz?key=${ACCESS_KEY}
|
||||
timeout: 10s
|
||||
image: diygod/rsshub:2025-01-09
|
||||
image: diygod/rsshub:2025-01-10
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
Loading…
x
Reference in New Issue
Block a user