====== Mastodon ===== **Domain:** social.folk.zone\\ **Image:** ghcr.io/glitch-soc/mastodon:latest\\ **Components:** Web, Sidekiq, Streaming, PostgreSQL, Redis ===== What It Does ===== Mastodon is a decentralized social network. Users can follow each other across different instances, creating a federated network. folk.zone runs a Glitch-Soc fork with additional features and improvements. ===== Components ===== * **folkzone-social-web** - Main Rails application serving the web interface * **folkzone-social-sidekiq** - Background job processor for asynchronous tasks * **folkzone-social-streaming** - Real-time streaming API for live updates * **folkzone-social-db** - PostgreSQL database for persistent data * **folkzone-social-redis** - Redis for caching and job queues ===== Configuration ===== The Mastodon instance uses custom fonts mounted from ./mastodon-fonts. Email is handled via Resend SMTP. Federation is enabled with ActivityPub. ===== See Also ===== * [[folkzone:services:start|folk.zone Services]] * [[https://joinmastodon.org/servers|Join Mastodon]] * [[https://docs.joinmastodon.org/|Mastodon Documentation]] * [[https://github.com/glitch-soc/mastodon|Glitch-Soc GitHub]] * [[folkzone:start|Return to folkzone]]