From 00a32d69ca627bace050a3e79dbb95336d761ca3 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Fri, 28 May 2021 15:06:59 +0200 Subject: [PATCH] Add warning --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fc173a0..25ef728 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ Your self-hosted, globally interconnected microblogging community ## 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.