charts/charts/funkwhale
2021-05-19 19:45:57 +02:00
..
templates funkwhale: Update pods on env/secret changes 2021-04-25 11:20:23 +02:00
.helmignore Restructuring and work on funkwhale 2019-05-17 20:13:16 +02:00
Chart.yaml funkwhale: Update to 1.1.2 2021-05-19 19:45:57 +02:00
README.md funkwhale: Add simple readme 2021-04-25 11:09:32 +02:00
values.yaml funkwhale: Update to 1.1.1 2021-04-14 10:30:10 +02:00

Funkwhale

Funkwhale 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