fix(paperless_ngx): Add config

This commit is contained in:
hygienic-books 2023-05-16 22:26:03 +02:00
parent 6959dab910
commit 1b12c68f0a

View File

@ -0,0 +1,7 @@
{% set VAULT_KEY = getenv("VAULT_KEY") %}
# This file is maintained by remco and populated with data from HashiCorp
# Vault. Changes not done in Vault will be reverted when file gets rendered.
{% for key in ls(VAULT_KEY|add:"/data") %}
{{key}}={{ getv(VAULT_KEY|add:"/data/"|add:key) }}
{% endfor %}