Refer to Helm chart by @wrenix (fixes #1215)

This commit is contained in:
Sven-Hendrik Haase 2024-01-13 05:05:48 +01:00
parent 3d10b732cd
commit 08ef17c8aa
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915

View File

@ -47,7 +47,7 @@ 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/
@ -386,6 +386,8 @@ Alternatively install with [Scoop](https://scoop.sh/):
podman run -v /tmp:/tmp -p 8080:8080 --rm -it docker.io/svenstaro/miniserve /tmp
**With Helm:** See [this third-party Helm chart](https://codeberg.org/wrenix/helm-charts/src/branch/main/miniserve) by @wrenix.
## Shell completions
If you'd like to make use of the built-in shell completion support, you need to run `miniserve