Mastodon/Setup: Difference between revisions

72 bytes added ,  17:32, 28 November 2022
Add services list
(Add certbot ssl cmds)
(Add services list)
Line 52: Line 52:
Once DNS is set up, you can run:<syntaxhighlight lang="shell">
Once DNS is set up, you can run:<syntaxhighlight lang="shell">
certbot certonly --standalone
certbot certonly --standalone
</syntaxhighlight>to get SSL certs.
</syntaxhighlight>to get SSL certs. Then restart nginx to load them.


=== Services ===


Then restart nginx to load them.
* mastodon-web
* mastodon-sidekiq
* mastodon-streaming


=== Variations ===
=== Variations ===
7

edits