Files
truecharts/charts/stable/paperless-ng/templates/common.yaml
T
Stavros KoisandGitHub d21615d259 feat(paperless-ng): move to official image (#1552)
* feat(paperless-ng): move to official image

* bump major

* hmm

* aha

* lint

* fix tpl and add redis dep

* address feedback

* enable varrun

* test root

* use tccr and re-enable varrun

* new image + test redis

* ...

* ofc...

* run as root

* enable varrun

* rofs false

* more perms?!

* not relevant

* disable varrun

* remove comments

* identation

* puid

* remove redisDatabase key
2021-12-17 23:05:07 +01:00

9 lines
230 B
YAML

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