mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
Merge remote-tracking branch 'origin/custom' into custom
This commit is contained in:
@@ -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"
|
||||
+1
-1
@@ -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:
|
||||
Reference in New Issue
Block a user