funkwhale: Add simple readme
This commit is contained in:
parent
1391635b51
commit
9473ba0dbd
1 changed files with 14 additions and 0 deletions
14
charts/funkwhale/README.md
Normal file
14
charts/funkwhale/README.md
Normal file
|
@ -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
|
Loading…
Reference in a new issue