From d63d171f17f24706d2952d1b705f4c2e41fd3318 Mon Sep 17 00:00:00 2001 From: sanine Date: Mon, 15 May 2023 00:28:26 -0500 Subject: add usage to README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 498cfbc..e0b95b7 100644 --- a/README.md +++ b/README.md @@ -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 ------------- -- cgit v1.2.1