fix(forgejo): App Path

This commit is contained in:
2026-01-14 23:17:10 +01:00
parent 98812a6a3b
commit 683c7f36c3
+2 -1
View File
@@ -30,13 +30,14 @@ gitea:
STORAGE_TYPE: minio STORAGE_TYPE: minio
MINIO_ENDPOINT: https://hel1.your-objectstorage.com MINIO_ENDPOINT: https://hel1.your-objectstorage.com
MINIO_USE_SSL: true MINIO_USE_SSL: true
MINIO_LOCATION = us-east-1 MINIO_LOCATION: us-east-1
MINIO_BUCKET: forgejo MINIO_BUCKET: forgejo
security: security:
INSTALL_LOCK: true INSTALL_LOCK: true
service: service:
DISABLE_REGISTRATION: false DISABLE_REGISTRATION: false
server: server:
APP_DATA_PATH: "/data/gitea"
DOMAIN: git.svc.hel1.obx DOMAIN: git.svc.hel1.obx
ROOT_URL: https://git.svc.hel1.obx ROOT_URL: https://git.svc.hel1.obx
SSH_DOMAIN: git.svc.hel1.obx SSH_DOMAIN: git.svc.hel1.obx