Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353 2025-01-13 03:28:03 +00:00
parent 5c2c193b81
commit bb9bc04164
52 changed files with 20 additions and 85 deletions

View File

@ -11,7 +11,7 @@ services:
- PORT=7789 - PORT=7789
- CONFIG=/config - CONFIG=/config
- TZ=Asia/Shanghai - TZ=Asia/Shanghai
image: wushuo894/ani-rss:v1.1.218 image: wushuo894/ani-rss:v1.1.219
labels: labels:
createdBy: Apps createdBy: Apps
networks: networks:

View File

@ -20,7 +20,7 @@ services:
- /dozzle - /dozzle
- healthcheck - healthcheck
timeout: 30s timeout: 30s
image: amir20/dozzle:v8.10.1 image: amir20/dozzle:v8.10.2
labels: labels:
createdBy: Apps createdBy: Apps
networks: networks:

View File

@ -28,7 +28,7 @@ services:
- GITEA__webhook__PROXY_HOSTS=${PROXY_HOSTS} - GITEA__webhook__PROXY_HOSTS=${PROXY_HOSTS}
- GITEA__git.config__http.proxy=${PROXY_URL} - GITEA__git.config__http.proxy=${PROXY_URL}
- GITEA__git.config__https.proxy=${PROXY_URL} - GITEA__git.config__https.proxy=${PROXY_URL}
image: gitea/gitea:1.23.0 image: gitea/gitea:1.23.1
labels: labels:
createdBy: Apps createdBy: Apps
networks: networks:

View File

@ -19,7 +19,7 @@ services:
- NEXT_PUBLIC_CustomLogo=https://nezha-cf.buycoffee.top/apple-touch-icon.png - NEXT_PUBLIC_CustomLogo=https://nezha-cf.buycoffee.top/apple-touch-icon.png
- NEXT_PUBLIC_CustomTitle=NezhaDash - NEXT_PUBLIC_CustomTitle=NezhaDash
- NEXT_PUBLIC_CustomDescription=NezhaDash is a dashboard for Nezha. - NEXT_PUBLIC_CustomDescription=NezhaDash is a dashboard for Nezha.
image: hamster1963/nezha-dash:v2.1.3 image: hamster1963/nezha-dash:v2.2.0
labels: labels:
createdBy: Apps createdBy: Apps
networks: networks:

View File

@ -4,15 +4,6 @@ NODEBB_ROOT_PATH=/home/nodebb
# WebUI 端口 [必填] # WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=4567 PANEL_APP_PORT_HTTP=4567
# 管理员邮箱 [必填]
NODEBB_ADMIN_EMAIL=
# 管理员用户名 [必填]
NODEBB_ADMIN_USERNAME=
# 管理员密码 [必填]
NODEBB_ADMIN_PASSWORD=
# 数据库类型 [必填] # 数据库类型 [必填]
NODEBB_DB=postgres NODEBB_DB=postgres

View File

@ -15,27 +15,6 @@ additionalProperties:
required: true required: true
rule: paramPort rule: paramPort
type: number 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" - default: "postgres"
edit: true edit: true
envKey: NODEBB_DB envKey: NODEBB_DB

View File

@ -12,25 +12,12 @@ services:
- bind_address=0.0.0.0 - bind_address=0.0.0.0
- port=4567 - port=4567
- url=http://127.0.0.1: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} - database=${NODEBB_DB}
- redis__host=${NODEBB_DB_HOST} - ${NODEBB_DB}__host=${NODEBB_DB_HOST}
- redis__port=${NODEBB_DB_PORT} - ${NODEBB_DB}__port=${NODEBB_DB_PORT}
- redis__database=${NODEBB_DB_NAME} - ${NODEBB_DB}__database=${NODEBB_DB_NAME}
- redis__username=${NODEBB_DB_USER} - ${NODEBB_DB}__username=${NODEBB_DB_USER}
- redis__password=${NODEBB_DB_PASSWORD} - ${NODEBB_DB}__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}
image: ghcr.io/nodebb/nodebb:3.12.2 image: ghcr.io/nodebb/nodebb:3.12.2
labels: labels:
createdBy: Apps createdBy: Apps

View File

@ -57,7 +57,7 @@ services:
- -f - -f
- http://localhost:1200/healthz?key=${ACCESS_KEY} - http://localhost:1200/healthz?key=${ACCESS_KEY}
timeout: 10s timeout: 10s
image: diygod/rsshub:2025-01-09 image: diygod/rsshub:2025-01-10
labels: labels:
createdBy: Apps createdBy: Apps
networks: networks:

View File

@ -11,7 +11,7 @@ services:
- PORT=7789 - PORT=7789
- CONFIG=/config - CONFIG=/config
- TZ=Asia/Shanghai - TZ=Asia/Shanghai
image: wushuo894/ani-rss:v1.1.218 image: wushuo894/ani-rss:v1.1.219
labels: labels:
createdBy: Apps createdBy: Apps
networks: networks:

View File

@ -20,7 +20,7 @@ services:
- /dozzle - /dozzle
- healthcheck - healthcheck
timeout: 30s timeout: 30s
image: amir20/dozzle:v8.10.1 image: amir20/dozzle:v8.10.2
labels: labels:
createdBy: Apps createdBy: Apps
networks: networks:

View File

@ -28,7 +28,7 @@ services:
- GITEA__webhook__PROXY_HOSTS=${PROXY_HOSTS} - GITEA__webhook__PROXY_HOSTS=${PROXY_HOSTS}
- GITEA__git.config__http.proxy=${PROXY_URL} - GITEA__git.config__http.proxy=${PROXY_URL}
- GITEA__git.config__https.proxy=${PROXY_URL} - GITEA__git.config__https.proxy=${PROXY_URL}
image: gitea/gitea:1.23.0 image: gitea/gitea:1.23.1
labels: labels:
createdBy: Apps createdBy: Apps
networks: networks:

View File

@ -19,7 +19,7 @@ services:
- NEXT_PUBLIC_CustomLogo=https://nezha-cf.buycoffee.top/apple-touch-icon.png - NEXT_PUBLIC_CustomLogo=https://nezha-cf.buycoffee.top/apple-touch-icon.png
- NEXT_PUBLIC_CustomTitle=NezhaDash - NEXT_PUBLIC_CustomTitle=NezhaDash
- NEXT_PUBLIC_CustomDescription=NezhaDash is a dashboard for Nezha. - NEXT_PUBLIC_CustomDescription=NezhaDash is a dashboard for Nezha.
image: hamster1963/nezha-dash:v2.1.3 image: hamster1963/nezha-dash:v2.2.0
labels: labels:
createdBy: Apps createdBy: Apps
networks: networks:

View File

@ -4,15 +4,6 @@ NODEBB_ROOT_PATH=/home/nodebb
# WebUI 端口 [必填] # WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=4567 PANEL_APP_PORT_HTTP=4567
# 管理员邮箱 [必填]
NODEBB_ADMIN_EMAIL=
# 管理员用户名 [必填]
NODEBB_ADMIN_USERNAME=
# 管理员密码 [必填]
NODEBB_ADMIN_PASSWORD=
# 数据库类型 [必填] # 数据库类型 [必填]
NODEBB_DB=postgres NODEBB_DB=postgres

View File

@ -12,25 +12,12 @@ services:
- bind_address=0.0.0.0 - bind_address=0.0.0.0
- port=4567 - port=4567
- url=http://127.0.0.1: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} - database=${NODEBB_DB}
- redis__host=${NODEBB_DB_HOST} - ${NODEBB_DB}__host=${NODEBB_DB_HOST}
- redis__port=${NODEBB_DB_PORT} - ${NODEBB_DB}__port=${NODEBB_DB_PORT}
- redis__database=${NODEBB_DB_NAME} - ${NODEBB_DB}__database=${NODEBB_DB_NAME}
- redis__username=${NODEBB_DB_USER} - ${NODEBB_DB}__username=${NODEBB_DB_USER}
- redis__password=${NODEBB_DB_PASSWORD} - ${NODEBB_DB}__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}
image: ghcr.io/nodebb/nodebb:3.12.2 image: ghcr.io/nodebb/nodebb:3.12.2
labels: labels:
createdBy: Apps createdBy: Apps

View File

@ -57,7 +57,7 @@ services:
- -f - -f
- http://localhost:1200/healthz?key=${ACCESS_KEY} - http://localhost:1200/healthz?key=${ACCESS_KEY}
timeout: 10s timeout: 10s
image: diygod/rsshub:2025-01-09 image: diygod/rsshub:2025-01-10
labels: labels:
createdBy: Apps createdBy: Apps
networks: networks: