sos-server
Server for the Save Our Secrets sync protocol.
Usage: sos-server <COMMAND>
Commands:
init Create a configuration file
start Start a server
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version
init
Create a configuration file
Usage: sos-server init [OPTIONS] <CONFIG>
Arguments:
<CONFIG> Config file to write
Options:
-p, --path <PATH> Path to the storage folder
-b, --bind <BIND> Bind to host:port
-c, --cache <CACHE> Cache directory for ACME SSL configration
-d, --domains <DOMAINS> Domains for ACME SSL configration
-e, --email <EMAIL> Email addresses for ACME SSL configration
--production Production flag for ACME SSL configration
-h, --help Print help
More help
start
Start a server
Usage: sos-server start [OPTIONS] <CONFIG>
Arguments:
<CONFIG> Config file to load
Options:
-b, --bind <BIND> Bind to host:port
-h, --help Print help
More help