diff options
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -7,6 +7,17 @@ this is intended for simple use cases, like if you have a weird little web app t security concerns that you'd still like to be able to access on the public internet. +usage +----- + +phlox supports the following command-line flags: + + * `-c CONFIG_FILE` - set the config file to use + * `--passwd` - generate a json object with the argon2id hash of the given password + * this will cause phlox to output json and exit without running the server + * `--user` - optionally set the username to use with the --passwd option + + configuration ------------- |