adding S3 bucket
-
@redegelde nothing in the Cloudron docs yet (I think @staff should probably add something), but it's very simple.
All you have to do is use the File Manger to edit your
/app/data/env.production
and add something like this:# Store data using S3 object S3_ENABLED=true S3_BUCKET=bucket-name AWS_ACCESS_KEY_ID=<key_id> AWS_SECRET_ACCESS_KEY=<secret_key> S3_REGION=fr-par S3_PROTOCOL=https S3_HOSTNAME=s3.fr-par.scw.cloud
Lots more info in this thread https://forum.cloudron.io/post/50193 (even though it's ostensibly about Minio)
-
okay, update looks easy. But reading this now
https://github.com/cybrespace/cybrespace-meta/blob/master/s3.md -