charts/charts/funkwhale
Alexander Olofsson 155770d7a9
funkwhale: Update to 1.3.0
Note that the upstream images have been renamed, the frontend no longer
runs a plain nginx container - and therefore no longer uses K8s-specific
templates, and image specification has been redone in an intentionally
backwards-incompatible manner as the required images are not the same
anymore.
2023-06-01 21:08:48 +02:00
..
templates funkwhale: Update to 1.3.0 2023-06-01 21:08:48 +02:00
.helmignore Restructuring and work on funkwhale 2019-05-17 20:13:16 +02:00
Chart.yaml funkwhale: Update to 1.3.0 2023-06-01 21:08:48 +02:00
README.md funkwhale: Update readme to same chart repo name 2022-01-21 19:58:54 +01:00
values.yaml funkwhale: Update to 1.3.0 2023-06-01 21:08:48 +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-charts/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-charts/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