Mastodon/Setup: Difference between revisions

210 bytes added ,  01:08, 26 November 2022
no edit summary
No edit summary
No edit summary
Line 48: Line 48:
- [ ] Install & Enable systemd services
- [ ] Install & Enable systemd services
</markdown>
</markdown>
=== Variations ===
* Using Node.js 18.12.1 rather than 16 as per docs
<syntaxhighlight lang="bash">
curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
apt-get install -y nodejs
</syntaxhighlight>


== Configuration ==
== Configuration ==