* 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
9 lines
230 B
YAML
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" . }}
|