This lightweight and customizable social network server provides a safety-focused entryway into the Fediverse. It allows you to keep in touch with friends, publish posts, and share media without being tracked or subjected to recommendation algorithms. The timeline remains strictly chronological, ensuring your experience is shaped by your actual interactions rather than engagement metrics.
Designed to be highly efficient, it uses minimal system resources, making it perfect for single-board computers or small virtual private servers. It offers seamless compatibility with the Mastodon client API, meaning you can use your favorite existing third-party applications right out of the box.
Key features include:
services:
gotosocial:
image: superseriousbusiness/gotosocial:latest
container_name: gotosocial
networks:
- gotosocial
environment:
GTS_HOST: ${GTS_HOST}
GTS_DB_TYPE: sqlite
GTS_DB_ADDRESS: /gotosocial/storage/sqlite.db
GTS_LETSENCRYPT_ENABLED: "false"
ports:
- "8080:8080"
volumes:
- ./data:/gotosocial/storage
restart: always
networks:
gotosocial:
name: gotosocialGTS_HOST=social.example.comAuto-fetched about 23 hours ago