Your self-hosted, globally interconnected microblogging community https://joinmastodon.org
Go to file
decentral1se 2f8dcad8aa
continuous-integration/drone/push Build is failing Details
wip: v4.x & major config refactor
2023-02-15 01:30:24 +01:00
.drone.yml Switch to self-hosted stack-ssh-deploy image [mass update] 2023-01-21 11:49:56 -08:00
.env.sample wip: v4.x & major config refactor 2023-02-15 01:30:24 +01:00
.gitignore Initial commit 2021-05-07 13:34:21 +02:00
README.md wip: v4.x & major config refactor 2023-02-15 01:30:24 +01:00
abra.sh wip: v4.x & major config refactor 2023-02-15 01:30:24 +01:00
compose.yml wip: v4.x & major config refactor 2023-02-15 01:30:24 +01:00
entrypoint.sh.tmpl Get the secret/entrypoint/config thing wired up 2021-05-28 11:49:12 +02:00

README.md

Mastodon

Your self-hosted, globally interconnected microblogging community

  • Category: Apps
  • Status: 1
  • Image: tootsuite/mastodon
  • Healthcheck: No
  • Backups: No
  • Email: Yes
  • Tests: No
  • SSO: Yes

Quick start

Mastodon expects secrets to be formatted in a very specific way, so please choose "No" when prompted to generate secrets for abra app new mastodon. The secrets must be generated outside of abra and that is achieved in step 2. See the abra.sh for more.

  1. abra app new mastodon
  2. abra app cmd <domain> secrets --local
  3. abra app config <domain>
  4. abra app deploy <domain>

You can insert the smtp_password with the following:

$ abra app secret insert <domain> smtp_password v1 <YOUR-SMTP-PASSWORD>