Files
pubky-core/pubky-homeserver
2024-09-22 12:00:57 +03:00
..
2024-09-22 12:00:57 +03:00
2024-08-23 10:45:29 +03:00

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