From 9473ba0dbd8e1b303e6b68d89f59029a4f35feeb Mon Sep 17 00:00:00 2001 From: "Alexander \"Ace\" Olofsson" Date: Sun, 25 Apr 2021 11:09:32 +0200 Subject: [PATCH] funkwhale: Add simple readme --- charts/funkwhale/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 charts/funkwhale/README.md diff --git a/charts/funkwhale/README.md b/charts/funkwhale/README.md new file mode 100644 index 0000000..16d3da5 --- /dev/null +++ b/charts/funkwhale/README.md @@ -0,0 +1,14 @@ +Funkwhale +========= + +[Funkwhale](https://funkwhale.audio/) is a community-driven project that lets you listen and share music and audio within a decentralized, open network. + +## Installing + +A minimal Funkwhale install could look like; + + helm install funkwhale ananace/funkwhale --set ingress.enabled=true,ingress.host=funkwhale.example.com + +Though using HTTPS might be necessary if you wish to be able to federate with other Funkwhale instances - commonly referred to as pods. + + helm install funkwhale ananace/funkwhale --set ingress.enabled=true,ingress.host=funkwhale.example.com,ingress.protocol=https,ingress.tls[0].hosts[0]=funkwhale.example.com,ingress.tls[0].secretName=funkwhale-tls