Add explicit Forgejo deployment structure with artifact build pipeline

- Introduce clear directory separation for docker, infra, ci, and config
- Add CloudFormation pipeline for S3 → CodeBuild → ECR
- Implement explicit artifact build script for flat deployment zip
- Provide example runtime configuration and ignore secrets
This commit is contained in:
Daisuke Nakahara 2025-12-30 16:37:09 +09:00
commit 46ec47aa2d
8 changed files with 323 additions and 0 deletions

6
config/app.ini.example Normal file
View file

@ -0,0 +1,6 @@
[storage]
STORAGE_TYPE = minio
MINIO_USE_SSL = true
MINIO_ENDPOINT = s3.amazonaws.com
MINIO_BUCKET = forgejo-bucket
MINIO_LOCATION = ap-northeast-1