Store files to S3. In Progress.

Thanks to xet7 !

Related #142
This commit is contained in:
Lauri Ojansivu 2022-12-21 23:45:43 +02:00
parent 0ad73ee0c0
commit 21e2eabd60
13 changed files with 551 additions and 71 deletions

View file

@ -15,6 +15,14 @@ REM Writable path for temporary saving attachments during migration to Meteor-Fi
REM Create directory wekan-uploads
SET WRITABLE_PATH=..
REM # ==== AWS S3 FOR FILES ====
REM # Any region. For example:
REM # us-standard,us-west-1,us-west-2,
REM # eu-west-1,eu-central-1,
REM # ap-southeast-1,ap-northeast-1,sa-east-1
REM #
REM SET S3='{"s3":{"key": "xxx", "secret": "xxx", "bucket": "xxx", "region": "eu-west-1"}}'
REM # https://github.com/wekan/wekan/wiki/Troubleshooting-Mail
REM SET MAIL_URL=smtps://username:password@email-smtp.eu-west-1.amazonaws.com:587/
REM SET MAIL_FROM="Wekan Boards <info@example.com>"