Files
truecharts/charts/stable/lychee/templates/common.yaml
T
Stavros KoisandGitHub 98cd17f2fb feat(lychee): Add db/redis, fix storage path, add app_key secret, add gui config options (#1928)
* feat(lychee): Add db/redis, fix storage path, add app_key secret, add gui config options

* see output

* without quote

* remove `command`

* Add TZ
2022-02-22 11:25:37 +01:00

8 lines
183 B
YAML

{{/* Make sure all variables are set properly */}}
{{ include "common.setup" . }}
{{ include "lychee.secrets" . }}
{{/* Render the templates */}}
{{ include "common.postSetup" . }}