Logo

SOS Server

sos-server

Distributed, encrypted database for private secrets.

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
  -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 [default: 0.0.0.0:5053]
  -h, --help         Print help

More help