Skip to content

Commit

Permalink
Merge pull request #40 from elabftw/nico-s3
Browse files Browse the repository at this point in the history
add example setting for scw s3
  • Loading branch information
sjkoke authored Dec 18, 2024
2 parents d4333bc + c1efe0a commit 16f03c0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/sysadmin-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,14 @@ By default, uploaded files are stored in the `uploads/` folder that is mounted o

To use S3 storage, set `ELAB_AWS_ACCESS_KEY` and `ELAB_AWS_SECRET_KEY` in your config file. You can use `bin/console uploads:migrate` to migrate existing locally uploaded files to S3 storage.

Example setting with Scaleway S3:

* Bucket name: elabftw-example
* S3 region: fr-par
* S3 endpoint: https://s3.fr-par.scw.cloud
* S3 path prefix: uploads
* Verify TLS certificate: enabled

Set up a cronjob to renew TLS certificates :sup:`(optional)`
=============================================================

Expand Down

0 comments on commit 16f03c0

Please sign in to comment.