gitea hardened

Signed-off-by: Alex Mikhalev <alex@metacortex.engineer>
This commit is contained in:
2026-02-26 10:33:51 +01:00
parent 63850fd47a
commit b7c8795157
+5
View File
@@ -36,6 +36,11 @@ services:
- GITEA__actions__ENABLE=true - GITEA__actions__ENABLE=true
- GITEA__repository__LFS_START_SERVER=true - GITEA__repository__LFS_START_SERVER=true
- GITEA__repository__LFS_CONTENT_PATH=/data/lfs - GITEA__repository__LFS_CONTENT_PATH=/data/lfs
- GITEA__repository__FORCE_PRIVATE=true
- GITEA__repository__DEFAULT_PRIVATE=private
- GITEA__repository__DEFAULT_PUSH_CREATE_PRIVATE=true
- GITEA__openid__ENABLE_OPENID_SIGNIN=false
- GITEA__openid__ENABLE_OPENID_SIGNUP=false
- GITEA__storage__type=minio - GITEA__storage__type=minio
- GITEA__storage__MINIO_ACCESS_KEY_ID=op://TerraphimPlatform/gitea-s3/access-key - GITEA__storage__MINIO_ACCESS_KEY_ID=op://TerraphimPlatform/gitea-s3/access-key
- GITEA__storage__MINIO_SECRET_ACCESS_KEY=op://TerraphimPlatform/gitea-s3/secret-key - GITEA__storage__MINIO_SECRET_ACCESS_KEY=op://TerraphimPlatform/gitea-s3/secret-key