Jump to content

Mastodon: Difference between revisions

41 bytes removed ,  27 March 2023
Since https://github.com/NixOS/nixpkgs/pull/203825, mastodon-env has been replaced with mastodon-tootctl.
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 ==
Anonymous user