diff --git a/apps/alist/data.yml b/apps/alist/data.yml index bc14ac9b..f4dbc453 100755 --- a/apps/alist/data.yml +++ b/apps/alist/data.yml @@ -16,7 +16,7 @@ additionalProperties: type: tool crossVersionUpdate: true limit: 0 - recommend: 10 + recommend: 11 website: https://alist.nn.ci/ github: https://github.com/alist-org/alist document: https://alist.nn.ci/zh/guide/ diff --git a/apps/gitea/data.yml b/apps/gitea/data.yml index 2db9a674..9ec8bc74 100755 --- a/apps/gitea/data.yml +++ b/apps/gitea/data.yml @@ -1,20 +1,20 @@ name: Gitea tags: - DevOps -title: 自托管的 Git 服务 +title: 新一代的代码托管平台 type: DevOps -description: 自托管的 Git 服务 +description: 新一代的代码托管平台 additionalProperties: key: gitea name: Gitea tags: - DevOps - shortDescZh: 自托管的 Git 服务 - shortDescEn: a self-hosted Git service + shortDescZh: 新一代的代码托管平台 + shortDescEn: The next generation of code hosting platform type: tool crossVersionUpdate: false limit: 0 - recommend: 0 + recommend: 10 website: https://gitea.io/ github: https://github.com/go-gitea/gitea document: https://docs.gitea.io/ diff --git a/apps/sftpgo/data.yml b/apps/sftpgo/data.yml index ff645ecc..3ca389f3 100755 --- a/apps/sftpgo/data.yml +++ b/apps/sftpgo/data.yml @@ -14,7 +14,7 @@ additionalProperties: type: tool crossVersionUpdate: false limit: 1 - recommend: 12 + recommend: 13 website: https://sftpgo.com/ github: https://github.com/drakkan/sftpgo/ document: https://github.com/drakkan/sftpgo/blob/main/docs/howto/getting-started.md diff --git a/apps/tailchat/1.9.5/data.yml b/apps/tailchat/1.9.5/data.yml index a1d563e1..519d2291 100755 --- a/apps/tailchat/1.9.5/data.yml +++ b/apps/tailchat/1.9.5/data.yml @@ -10,27 +10,17 @@ additionalProperties: type: number - default: "" edit: true - envKey: REDIS_HOST + envKey: PANEL_DB_HOST key: redis labelEn: Redis Service labelZh: 缓存服务服务 required: true type: service - - default: "6379" - edit: true - envKey: REDIS_PORT - labelEn: Redis Service Port - labelZh: 缓存服务服务端口 - required: true - rule: paramPort - type: number - default: "" - edit: true - envKey: REDIS_PASS + envKey: PANEL_REDIS_ROOT_PASSWORD labelEn: Redis Service Password labelZh: 缓存服务服务密码 required: true - rule: paramCommon type: password - default: "" edit: true @@ -40,14 +30,6 @@ additionalProperties: labelZh: 数据库服务 required: true type: service - - default: "27017" - edit: true - envKey: MONGO_PORT - labelEn: Database Service Port - labelZh: 数据库服务端口 - required: true - rule: paramPort - type: number - default: tailchat edit: true envKey: MONGO_DB @@ -80,14 +62,6 @@ additionalProperties: labelZh: 文件存储服务 required: true type: service - - default: "9001" - edit: true - envKey: MINIO_PORT - labelEn: Storage Service Port - labelZh: 文件存储服务API端口 - required: true - rule: paramPort - type: number - default: "" edit: true envKey: MINIO_USER diff --git a/apps/tailchat/1.9.5/docker-compose.yml b/apps/tailchat/1.9.5/docker-compose.yml index a2e3887b..e4c688b7 100644 --- a/apps/tailchat/1.9.5/docker-compose.yml +++ b/apps/tailchat/1.9.5/docker-compose.yml @@ -11,10 +11,10 @@ services: - LOGGER=true - LOGLEVEL=info - PORT=11000 - - REDIS_URL=redis://:${REDIS_PASS}@${REDIS_HOST}:${REDIS_PORT} - - TRANSPORTER=redis://:${REDIS_PASS}@${REDIS_HOST}:${REDIS_PORT} - - MONGO_URL=mongodb://${MONGO_USER}:${MONGO_PASS}@${MONGO_HOST}:${MONGO_PORT}/${MONGO_DB}?authSource=admin - - MINIO_URL=${MINIO_HOST}:${MINIO_PORT} + - REDIS_URL=redis://:${PANEL_REDIS_ROOT_PASSWORD}@${PANEL_DB_HOST}:6379 + - TRANSPORTER=redis://:${PANEL_REDIS_ROOT_PASSWORD}@${PANEL_DB_HOST}:6379 + - MONGO_URL=mongodb://${MONGO_USER}:${MONGO_PASS}@${MONGO_HOST}:27017/${MONGO_DB}?authSource=admin + - MINIO_URL=${MINIO_HOST}:9001 - MINIO_USER=${MINIO_USER} - MINIO_PASS=${MINIO_PASS} - SMTP_SENDER=${SMTP_SENDER} @@ -37,10 +37,10 @@ services: - ADMIN_PASS=${ADMIN_PASSWORD} - LOGGER=true - LOGLEVEL=info - - REDIS_URL=redis://:${REDIS_PASS}@${REDIS_HOST}:${REDIS_PORT} - - TRANSPORTER=redis://:${REDIS_PASS}@${REDIS_HOST}:${REDIS_PORT} - - MONGO_URL=mongodb://${MONGO_USER}:${MONGO_PASS}@${MONGO_HOST}:${MONGO_PORT}/${MONGO_DB}?authSource=admin - - MINIO_URL=${MINIO_HOST}:${MINIO_PORT} + - REDIS_URL=redis://:${PANEL_REDIS_ROOT_PASSWORD}@${PANEL_DB_HOST}:6379 + - TRANSPORTER=redis://:${PANEL_REDIS_ROOT_PASSWORD}@${PANEL_DB_HOST}:6379 + - MONGO_URL=mongodb://${MONGO_USER}:${MONGO_PASS}@${MONGO_HOST}:27017/${MONGO_DB}?authSource=admin + - MINIO_URL=${MINIO_HOST}:9001 - MINIO_USER=${MINIO_USER} - MINIO_PASS=${MINIO_PASS} - SMTP_SENDER=${SMTP_SENDER} diff --git a/apps/zentao/data.yml b/apps/zentao/data.yml index 773c01d9..67fbb6a2 100644 --- a/apps/zentao/data.yml +++ b/apps/zentao/data.yml @@ -14,7 +14,7 @@ additionalProperties: type: tool crossVersionUpdate: true limit: 0 - recommend: 11 + recommend: 12 website: https://www.zentao.net/index.html github: https://github.com/easysoft/zentaopms document: https://www.zentao.net/book/zentaopms/38.html