Join a decentralized, self-hosted social media ecosystem based on the Twtxt format, designed entirely around protecting your personal data. This privacy-first micro-blogging platform operates on a pull-based model, allowing you to maintain complete ownership over your social interactions. You can host your own feed on a personal server or use compatible clients to connect with friends, family, and colleagues.
Enjoy a completely transparent social experience with several core benefits:
services:
yarn:
image: prologic/yarnd:latest
container_name: yarn
restart: unless-stopped
ports:
- "8000:8000"
volumes:
- ./data:/data
environment:
- YARN_DATA=/data
- YARN_STORE=bitcask:///data/yarn.db
- YARN_URL=http://localhost:8000
- YARN_COOKIE_SECRET=${YARN_COOKIE_SECRET}
- YARN_ADMIN_USER=${YARN_ADMIN_USER}
- YARN_ADMIN_PASSWORD=${YARN_ADMIN_PASSWORD}YARN_COOKIE_SECRET=your_secure_random_cookie_secret_here
YARN_ADMIN_USER=admin
YARN_ADMIN_PASSWORD=your_secure_admin_passwordAuto-fetched about 14 hours ago