aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2024-01-13 04:05:48 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2024-01-13 04:05:48 +0000
commit08ef17c8aa90fe202a74e3b554a815caa7c3f7cb (patch)
treeedae1f23aa86547c2abb8a9b11b3c5b7dee7bc62
parentBump deps (diff)
downloadminiserve-08ef17c8aa90fe202a74e3b554a815caa7c3f7cb.tar.gz
miniserve-08ef17c8aa90fe202a74e3b554a815caa7c3f7cb.zip
Refer to Helm chart by @wrenix (fixes #1215)
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0d5bf4b..7136627 100644
--- a/README.md
+++ b/README.md
@@ -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