Mastodon/Setup: Difference between revisions

210 bytes removed ,  20:31, 4 December 2022
no edit summary
No edit summary
Line 59: Line 59:
* mastodon-sidekiq
* mastodon-sidekiq
* mastodon-streaming
* mastodon-streaming
=== 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 ==