[mirror] [https://forge.amy.mov/amy/ferri] ferriverse
Find a file
2025-04-28 23:31:09 +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: more fixes; finish account api types for now; add some more useful fields to it 2025-04-28 19:23:56 +01:00
ferri-main chore: move a bunch of instance types; deprecate old types 2025-04-28 23:31:09 +01:00
ferri-server chore: move a bunch of instance types; deprecate old types 2025-04-28 23:31:09 +01:00
migrations feat: ! minor crimes ! timeline query 2025-04-28 21:06:17 +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: http wrapper, start type rewrite, add nextest 2025-04-28 00:26:59 +01:00
Cargo.toml feat: http wrapper, start type rewrite, add nextest 2025-04-28 00:26: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 feat: http wrapper, start type rewrite, add nextest 2025-04-28 00:26:59 +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