1 unstable release

0.1.0 Jul 4, 2022

#2 in #activitystreams

39 downloads per month
Used in 2 crates

MIT/Apache

290KB
7.5K SLoC

dialtone_axum

The dialtone server implemented using Axum.

About dialtone

Dialtone is an un-imagined Activity Pub system. What does "un-imagined" mean? Basically, there is no intent to silo this software into a specific vertical "marketplace". Instead, emergent use cases will be addressed.

This software is under active, initial development and is far from feature complete or ready for use.

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

To start the server

RUST_LOG="dialtone_axum=debug,tower_http=debug,sqlx=debug" DATABASE_URL=postgres://dt_admin:supersecret@localhost/dt JWT_SECRET=secret cargo run

Dependencies

~38–54MB
~1M SLoC