1
Fork 0
Federation database
Find a file
2025-02-18 17:36:31 +01:00
.idea webauthn: Create 2025-02-15 10:31:06 +01:00
.media First commit 2024-11-09 00:32:59 +01:00
acrate_apub_inbox utils: Add layer config 2025-02-15 11:25:56 +01:00
acrate_astreams astreams: Change placeholder test 2025-02-15 09:36:53 +01:00
acrate_database database: Reorganize features 2025-02-17 18:17:08 +01:00
acrate_docker webauthn: Add to compose 2025-02-15 10:31:06 +01:00
acrate_nodeinfo *: Add project logo 2025-02-14 06:34:43 +01:00
acrate_rd *: Add project logo 2025-02-14 06:34:43 +01:00
acrate_rdserver utils: Add layer config 2025-02-15 11:25:56 +01:00
acrate_utils utils: Add layer config 2025-02-15 11:25:56 +01:00
acrate_webauthn webauthn: Draft registration_start route 2025-02-18 17:36:31 +01:00
.editorconfig Add .editorconfig 2024-11-09 10:27:59 +01:00
.gitignore Obliterate .idea/misc.xml from existence 2024-11-16 02:56:24 +01:00
.gitmodules nodeinfo: Give up on following the spec and implement things loosely 2024-11-11 04:11:53 +01:00
Cargo.toml webauthn: Create 2025-02-15 10:31:06 +01:00
LICENSE.txt database: Add crate metadata 2024-11-18 06:24:08 +01:00
README.md Add apub_inbox to the README 2024-12-16 02:04:25 +01:00

acrate

Federation database

Caution

This software suite is in active development!

Warning

Monorepo! Make sure to open the root directory in your IDE, or weird things might happen until the packages are published!

Crates

Libraries

  • acrate_database: Database schema, migrations, and high level database-reliant structures
  • acrate_nodeinfo: Rust typing and utilities for the NodeInfo format
  • acrate_rd: Rust typing and utilities for the JSON and XML resource descriptior formats

Binaries

  • acrate_rdserver: Resource descriptor web server
  • acrate_apub_inbox: ActivityPub inbox web server

Extra

  • acrate_docker: Utilities for deploying the acrate stack on Docker