Mastodon: Difference between revisions

Voklen (talk | contribs)
The services.mastodon.streamingProcesses option is now required for the mastodon service
import from old wiki
 
(2 intermediate revisions by 2 users not shown)
Line 21: Line 21:
</syntaxhighlight>
</syntaxhighlight>


You can then create your account using <code>tootctl</code>:
You can then create your account using the package <code>mastodon</code>:
Ignore any warnings about the ruby version, it should work anyways


<syntaxhighlight lang="console">
<syntaxhighlight lang="console">
# mastodon-tootctl accounts create USERNAME --email=YOUR_EMAIL --confirmed --role=Owner
# sudo -u mastodon mastodon-tootctl accounts create USERNAME --email=YOUR_EMAIL --confirmed --role=Owner
</syntaxhighlight>
</syntaxhighlight>


and approve your new account
and approve your new account
<syntaxhighlight lang="console">
<syntaxhighlight lang="console">
# mastodon-tootctl accounts approve USERNAME
# sudo -u mastodon mastodon-tootctl accounts approve USERNAME
</syntaxhighlight>
</syntaxhighlight>


Then you're ready to head to the domain you set up in <code>configuration.nix</code> and start tooting away!
Then you're ready to head to the domain you set up and start tooting away!


== Usage ==
== Usage ==
Line 39: Line 40:


<syntaxhighlight lang="console">
<syntaxhighlight lang="console">
# mastodon-tootctl accounts modify --reset-password my_user
# sudo -u mastodon mastodon-tootctl accounts modify --reset-password my_user
</syntaxhighlight>
</syntaxhighlight>