Mastodon: Difference between revisions

imported>LeSuisse
Add instructions to setup a minimal Mastodon instance
imported>Sefidel
Since https://github.com/NixOS/nixpkgs/pull/203825, mastodon-env has been replaced with mastodon-tootctl.
Line 20: Line 20:
</syntaxHighlight>
</syntaxHighlight>


You can then create your account using <code>tootctl</code>: <code>su - mastodon -s "$(which bash)" -c 'mastodon-env tootctl accounts create USERNAME --email=YOUR_EMAIL --confirmed --role=Owner'</code>
You can then create your account using <code>tootctl</code>: <code>mastodon-tootctl accounts create USERNAME --email=YOUR_EMAIL --confirmed --role=Owner'</code>


== Automatic backups ==
== Automatic backups ==