feat(forgejo): Add s3 configuration options
Sets s3 storage for all available subsystems, more information here: https://forgejo.org/docs/latest/admin/storage/ Does *not* set repositories to be hosted on s3 since forgejo does not support it.
This commit is contained in:
parent
29ccedf146
commit
174ad5a5fb
2 changed files with 19 additions and 0 deletions
|
|
@ -32,3 +32,12 @@ forgejo_use_ci: false
|
|||
# forgejo_ci_gitea_url:
|
||||
# forgejo_ci_gitea_client:
|
||||
# forgejo_ci_gitea_secret:
|
||||
|
||||
forgejo_use_s3: false
|
||||
forgejo_s3_use_ssl: true
|
||||
forgejo_s3_bucket_lookup: auto # auto|dns|path
|
||||
# forgejo_s3_endpoint:
|
||||
# forgejo_s3_region:
|
||||
# forgejo_s3_key:
|
||||
# forgejo_s3_secret:
|
||||
# forgejo_s3_bucket:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue