Social networking that's not for sale.
Mastodon is a free, open-source social network server based on ActivityPub where users can follow friends and discover new ones. On Mastodon, users can publish anything they want: links, pictures, text, and video. All Mastodon servers are interoperable as a federated network (users on one server can seamlessly communicate with users from another one, including non-Mastodon software that implements ActivityPub!) Click below to learn more in a video:
To deploy a Mastodon instance, click the button, and wait.
Important Notice : You should generate your own MASTODON_OTP_SECRET, MASTODON_SECRET_KEY_BASE, ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT, ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY, and ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY
MASTODON_OTP_SECRET, MASTODON_SECRET_KEY_BASE: openssl rand -hex 64
ACTIVE_RECORD_ENCRYPTION_DETERMINISTIC_KEY, ACTIVE_RECORD_ENCRYPTION_KEY_DERIVATION_SALT, ACTIVE_RECORD_ENCRYPTION_PRIMARY_KEY: Run this ruby script: https://gist.github.com/ffha/17325ae25ae4880f0444c5fcd9e7f1d0