Merge branch 'main' of ssh://git.autonomic.zone:2222/coop-cloud/mastodon into main

This commit is contained in:
decentral1se 2021-05-28 15:07:07 +02:00
commit 1232978daf
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ This repository is a copy of [coop-cloud/mastodon](https://git.autonomic.zone/co
## Secrets setup
> WARNING: the abra secret insertion doesn't work at all! You have to use `docker secret create`. We'll fix this soon
Because Mastodon expects secrets generated by specific tools, we don't support that in `abra` yet. However, you can run these commands yourself using the underlying Docker CLI. You can then load them in as secrets to the swarm using `abra` though and then they will be picked up on the deployment.
First, generate the `SECRET_KEY_BASE` and `OTP_SECRET` and store them in your local shell environment, you'll need them for subsequent commands.