TrueChartsClone/charts/incubator/navidrome/README.md

48 lines
1.7 KiB
Markdown
Raw Normal View History

# navidrome
![Version: 6.6.1](https://img.shields.io/badge/Version-6.6.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: auto](https://img.shields.io/badge/AppVersion-auto-informational?style=flat-square)
Navidrome is an open source web-based music collection server and streamer
**Homepage:** <https://github.com/truecharts/apps/tree/master/charts/incubator/navidrome>
## Maintainers
| Name | Email | Url |
| ---- | ------ | --- |
| TrueCharts | info@truecharts.org | truecharts.org |
## Source Code
* <https://github.com/deluan/navidrome>
* <https://hub.docker.com/r/deluan/navidrome>
## Requirements
Kubernetes: `>=1.16.0-0`
| Repository | Name | Version |
|------------|------|---------|
| https://truecharts.org/ | common | 6.8.0 |
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env.ND_ENABLETRANSCODINGCONFIG | string | `"true"` | |
| env.ND_LOGLEVEL | string | `"info"` | |
| env.ND_MUSICFOLDER | string | `"/music"` | |
| env.ND_SCANINTERVAL | string | `"15m"` | |
| env.ND_SESSIONTIMEOUT | string | `"24h"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"deluan/navidrome"` | |
| image.tag | string | `"0.44.1"` | |
| persistence.data.enabled | bool | `true` | |
| persistence.data.mountPath | string | `"/data"` | |
| persistence.data.type | string | `"emptyDir"` | |
| service.main.ports.main.port | int | `4533` | |
| strategy.type | string | `"Recreate"` | |
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)