Files
truecharts/charts/incubator/radicale/templates/common.yaml
T
Michael SchnerringandGitHub 5af697722d feat(radicale): add Radicale to incubator (#3030)
* Add default Radicale config file

* Add Chart.yaml

* Add initial {questions,values}.yaml

* Fix config persistence

* Add Linux capabilities and set PUID

* Add server and encoding config

* Add storage, web, and logging config

* Add rights config

* Add auth settings

* Change mask_passwords to bool

* Add authentication

* Fix questions
2022-07-02 19:56:41 +03:00

12 lines
318 B
YAML

{{/* Make sure all variables are set properly */}}
{{- include "tc.common.loader.init" . }}
{{/* Render config map for radicale */}}
{{- include "radicale.configmap" . }}
{{/* Render secret for radicale */}}
{{- include "radicale.secret" . }}
{{/* Render the templates */}}
{{ include "tc.common.loader.apply" . }}