Files
pubky-core/pubky-homeserver

Pubky Homeserver

Usage

Use cargo run

cargo run -- --config=./src/config.toml

Or Build first then run from target.

Build

cargo build --release

Run with an optional config file

../target/release/pubky_homeserver --config=./src/config.toml