Merge remote-tracking branch 'origin/custom' into custom

This commit is contained in:
ms
2026-01-20 13:55:25 +08:00
525 changed files with 727 additions and 118 deletions
@@ -272,3 +272,15 @@ additionalProperties:
labelEn: GitHub App Private Key (GitHub Integration)
required: false
type: password
- default: "false"
edit: true
envKey: FORCE_HTTPS
labelZh: 强制使用 HTTPS
labelEn: Force HTTPS
required: true
type: select
values:
- label: 启用
value: "true"
- label: 禁止
value: "false"
@@ -10,7 +10,7 @@ services:
- .env
environment:
- DATABASE_URL=postgres://${DB_USERNAME}:${DB_PASSWORD}@${DB_HOSTNAME}:${DB_PORT}/${DB_DATABASE_NAME}
image: outlinewiki/outline:1.2.0
image: outlinewiki/outline:1.3.0
labels:
createdBy: Apps
networks: