diff options
author | proudmuslim-dev <69869443+proudmuslim-dev@users.noreply.github.com> | 2023-08-03 18:09:13 +0000 |
---|---|---|
committer | Proudmuslim <proudmuslim-dev@protonmail.com> | 2023-08-08 15:08:20 +0000 |
commit | d5671c75db400dbd4d4024a8f9f530f0b67b6d7f (patch) | |
tree | 9e3da5198a7eb80a8ab196b5e339f0f278ad4e49 | |
parent | Add file content example to `--auth-file` argument (diff) | |
download | miniserve-d5671c75db400dbd4d4024a8f9f530f0b67b6d7f.tar.gz miniserve-d5671c75db400dbd4d4024a8f9f530f0b67b6d7f.zip |
Add `--auth-file` argument to README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -47,6 +47,10 @@ Sometimes this is just a more practical and quick way than doing things properly pw=$(echo -n "123" | sha256sum | cut -f 1 -d ' ') miniserve --auth joe:sha256:$pw unreleased-linux-distros/ + +### Require username/password from file (separate logins with new lines): + + miniserve --auth-file auth.txt unreleased-linux-distros/ ### Generate random 6-hexdigit URL: |