Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-01-13 06:28:53 +00:00
parent 9ceec5bcf2
commit a706c75f2f
6 changed files with 92 additions and 9 deletions
+12
View File
@@ -4,6 +4,18 @@ NODEBB_ROOT_PATH=/home/nodebb
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=4567
# 服务地址 [必填]
NODEBB_URL=http://127.0.0.1:4567
# 管理员用户名 [必填]
NODEBB_ADMIN_USERNAME=
# 管理员密码 [必填]
NODEBB_ADMIN_PASSWORD=
# 管理员邮箱 [必填]
NODEBB_ADMIN_EMAIL=
# 数据库类型 [必填]
NODEBB_DB=postgres