2021-03-31 20:50:04 +00:00
|
|
|
{{- define "custom.custom.configuration.header" -}}
|
|
|
|
# Configuration Options
|
|
|
|
{{- end -}}
|
2021-08-31 10:21:54 +00:00
|
|
|
|
2021-03-31 20:50:04 +00:00
|
|
|
{{- define "custom.custom.configuration" -}}
|
|
|
|
{{ template "custom.custom.configuration.header" . }}
|
|
|
|
|
|
|
|
##### Connecting to other apps
|
2021-08-19 09:38:55 +00:00
|
|
|
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
|
|
|
|
https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
|
2021-03-31 20:50:04 +00:00
|
|
|
|
|
|
|
##### Available config options
|
|
|
|
In the future this page is going to contain an automated list of options available in the installation/edit UI.
|
|
|
|
{{- end -}}
|
|
|
|
{{ template "custom.custom.configuration" . }}
|