helm-charts/charts/stable/airsonic/README_CONFIG.md.gotmpl
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs e521965294
more testing
2022-07-27 11:25:50 +02:00

11 lines
467 B
Go Template

{{- define "custom.custom.configuration.header" -}}
## Custom configuration
{{- end -}}
{{- define "custom.custom.configuration" -}}
{{ template "custom.custom.configuration.header" . }}
If you plan to use networked storage to store your media or config for Airsonic, (NFS, etc.) please take a look at the
Fast Access option in the Airsonic settings. This will help improve the performance of the application
by not constantly monitoring media folders.
{{- end -}}