authentik: Support for additional mounts
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
---
|
||||
_authentik_default_mounts:
|
||||
- path: /media
|
||||
name: "media"
|
||||
- path: /templates
|
||||
name: "templates"
|
||||
- path: /certs
|
||||
name: "certs"
|
||||
_authentik_mounts: "{{ _authentik_default_mounts + authentik_additional_mounts }}"
|
||||
|
||||
authentik_common_env:
|
||||
AUTHENTIK_REDIS__HOST: authentik-redis
|
||||
|
||||
Reference in New Issue
Block a user