feat: add s3 storage provisioning for opencloud

Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
Bert-Jan Fikse 2026-03-05 16:24:12 +01:00
parent 2dc9097707
commit fe85cc0f86
Signed by: bert-jan
GPG key ID: C1E0AB516AC16D1A
2 changed files with 16 additions and 0 deletions

View file

@ -33,5 +33,13 @@ opencloud_oidc_user_cs3_claim: "username"
opencloud_oidc_account_edit_url: ""
opencloud_oidc_autoprovision_accounts: true
# S3 storage configuration (leave empty to use local storage)
opencloud_use_s3_storage: false
opencloud_s3_endpoint: ""
opencloud_s3_region: "us-east-1"
opencloud_s3_access_key: ""
opencloud_s3_secret_key: ""
opencloud_s3_bucket: "opencloud"
# CSP configuration (extra URLs to allow in connect-src)
opencloud_csp_extra_connect_src: []