maknig the entrypoint cleaner - no minIO now as we use GCS FUSE

This commit is contained in:
itsamejms 2026-06-06 16:35:09 +01:00
parent 769cc670e6
commit 97eea95492

View File

@ -48,6 +48,8 @@ PROTOCOL = http
DOMAIN = gitea.jms.rocks DOMAIN = gitea.jms.rocks
ROOT_URL = https://gitea.jms.rocks/ ROOT_URL = https://gitea.jms.rocks/
DISABLE_SSH = true DISABLE_SSH = true
LIMIT_SIZE_REJECT_REQUEST = false
DISABLE_QUERY_STR_CHECK = true
[queue] [queue]
TYPE = level TYPE = level
@ -55,42 +57,23 @@ TYPE = level
[repository] [repository]
ROOT = /data/gitea/app_data/repositories ROOT = /data/gitea/app_data/repositories
DISABLE_FORK_TIME_CHECK = true DISABLE_FORK_TIME_CHECK = true
MAX_CREATION_LIMIT = 0
[attachment] [attachment]
STORAGE_TYPE = minio STORAGE_TYPE = local
MINIO_ENDPOINT = storage.googleapis.com PATH = /data/gitea/app_data/repositories/attachments
MINIO_BUCKET = $GCS_BUCKET_NAME
MINIO_LOCATION = europe-west1
MINIO_USE_SSL = true
MINIO_ACCESS_KEY_ID = $GCS_ACCESS_KEY
MINIO_SECRET_ACCESS_KEY = $GCS_SECRET_KEY
[avatar] [avatar]
STORAGE_TYPE = minio STORAGE_TYPE = local
MINIO_ENDPOINT = storage.googleapis.com PATH = /data/gitea/app_data/repositories/avatars
MINIO_BUCKET = $GCS_BUCKET_NAME
MINIO_LOCATION = europe-west1
MINIO_USE_SSL = true
MINIO_ACCESS_KEY_ID = $GCS_ACCESS_KEY
MINIO_SECRET_ACCESS_KEY = $GCS_SECRET_KEY
[lfs] [lfs]
STORAGE_TYPE = minio STORAGE_TYPE = local
MINIO_ENDPOINT = storage.googleapis.com PATH = /data/gitea/app_data/repositories/lfs
MINIO_BUCKET = $GCS_BUCKET_NAME
MINIO_LOCATION = europe-west1
MINIO_USE_SSL = true
MINIO_ACCESS_KEY_ID = $GCS_ACCESS_KEY
MINIO_SECRET_ACCESS_KEY = $GCS_SECRET_KEY
[repo-archive] [repo-archive]
STORAGE_TYPE = minio STORAGE_TYPE = local
MINIO_ENDPOINT = storage.googleapis.com PATH = /data/gitea/app_data/repositories/repo-archive
MINIO_BUCKET = $GCS_BUCKET_NAME
MINIO_LOCATION = europe-west1
MINIO_USE_SSL = true
MINIO_ACCESS_KEY_ID = $GCS_ACCESS_KEY
MINIO_SECRET_ACCESS_KEY = $GCS_SECRET_KEY
EOF EOF
# Ensure the config file is fully readable and writeable by the git user # Ensure the config file is fully readable and writeable by the git user