mirror of
https://github.com/nullishamy/ferri.git
synced 2025-04-29 20:29:23 +00:00
[mirror] [https://forge.amy.mov/amy/ferri] ferriverse
.vscode | ||
assets | ||
ferri-cli | ||
ferri-main | ||
ferri-server | ||
migrations | ||
.envrc | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
config.toml | ||
flake.lock | ||
flake.nix | ||
LICENSE.md | ||
README.md | ||
Rocket.toml |
ferri
a fediverse backend written in rust.
goals
- mastoapi compatible
- well suited for single user / selfhosted deployments
- feature-rich (reactions, quotes, ...)
general structure
- AP/MastoAPI separation
- cli will handle admin / spinup
- main will handle business logic
- server will handle HTTP layer