2.3 KiB
2.3 KiB
airsonic
Airsonic is a Free and Open Source community driven media server
Homepage: https://github.com/truecharts/apps/tree/master/charts/incubator/airsonic
Maintainers
Name | Url | |
---|---|---|
TrueCharts | info@truecharts.org | truecharts.org |
Source Code
- https://github.com/airsonic/airsonic
- https://github.com/linuxserver/docker-airsonic
- https://github.com/k8s-at-home/charts/tree/master/charts/airsonic
Requirements
Kubernetes: >=1.16.0-0
Repository | Name | Version |
---|---|---|
https://truecharts.org/ | common | 6.12.1 |
Values
Key | Type | Default | Description |
---|---|---|---|
env | object | See below | environment variables. See image docs for more details. |
env.CONTEXT_PATH | string | nil |
Used to set the base path for reverse proxies eg. /booksonic, /books, etc. |
env.JAVA_OPTS | string | nil |
For passing additional java options. For some reverse proxies, you may need to pass JAVA_OPTS=-Dserver.use-forward-headers=true for airsonic to generate the proper URL schemes. |
env.PGID | string | "1001" |
Specify the group ID the application will run as |
env.PUID | string | "1001" |
Specify the user ID the application will run as |
env.TZ | string | "UTC" |
Set the container timezone |
image.pullPolicy | string | "IfNotPresent" |
image pull policy |
image.repository | string | "linuxserver/airsonic" |
image repository |
image.tag | string | "version-v10.6.2" |
image tag |
ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
service | object | See values.yaml | Configures service settings for the chart. Normally this does not need to be modified. |
Autogenerated from chart metadata using helm-docs v1.5.0