[mirror] [https://forge.amy.mov/amy/ferri] ferriverse
Find a file
2025-04-24 20:21:59 +01:00
.vscode refactor: everything 2025-04-11 12:29:29 +01:00
assets feat: better APIs; WIP timeline support 2025-04-11 15:47:22 +01:00
ferri-cli feat: config basics; fmt; small issues 2025-04-23 19:14:53 +01:00
ferri-main feat: auth basics 2025-04-24 20:21:59 +01:00
ferri-server feat: auth basics 2025-04-24 20:21:59 +01:00
migrations feat: auth basics 2025-04-24 20:21:59 +01:00
.envrc feat: initial commit 2025-04-10 19:40:50 +01:00
.gitignore refactor: everything 2025-04-11 12:29:29 +01:00
Cargo.lock feat: auth basics 2025-04-24 20:21:59 +01:00
Cargo.toml feat: auth basics 2025-04-24 20:21:59 +01:00
config.toml feat: config basics; fmt; small issues 2025-04-23 19:14:53 +01:00
flake.lock feat: initial commit 2025-04-10 19:40:50 +01:00
flake.nix refactor: everything 2025-04-11 12:29:29 +01:00
LICENSE.md doc: LICENSE 2025-04-20 11:04:49 +01:00
README.md doc: structure 2025-04-12 15:20:00 +01:00
Rocket.toml feat: initial commit 2025-04-10 19:40:50 +01:00

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