- 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
6 lines
148 B
Text
6 lines
148 B
Text
[storage]
|
|
STORAGE_TYPE = minio
|
|
MINIO_USE_SSL = true
|
|
MINIO_ENDPOINT = s3.amazonaws.com
|
|
MINIO_BUCKET = forgejo-bucket
|
|
MINIO_LOCATION = ap-northeast-1
|