Up and running in minutes
Feediverse comes with a Docker setup so you can go from zero to federated in the time it takes to make a coffee.
- ✓ Works with any website that has an RSS or Atom feed
- ✓ Configure with a single TOML file or environment variables
- ✓ Docker Compose one-liner to launch
- ✓ Built-in admin token generation for security
git clone https://codeberg.org/ric_harvey/feediverse.git
cd feediverse
# Configure your feed
cp feediverse.toml.example feediverse.toml
nano feediverse.toml
# Launch! 🚀
docker compose up -d
# That's it. You're on the fediverse.