fix(forgejo): App Path
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user