Optimized template

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-07 07:34:41 +02:00
parent 8200abad85
commit a7b9467304
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -1,5 +1,5 @@
{% raw %}
credentials:
credentials: {}
docker:
images: {} # @todo Move under services
versions: {} # @todo Move under services
@ -20,11 +20,9 @@ csp:
whitelist: {} # URL's which should be whitelisted
flags: {} # Flags which should be set
domains:
canonical: [] # Urls under which the domain should be directly accessible
alias: [] # Alias redirections to the first element of the canonical domains
canonical: # Urls under which the domain should be directly accessible
aliases: # Alias redirections to the first element of the canonical domains
rbac:
roles:
mail-bot:
description: "Has an token to send and recieve emails"
roles: {}
{% endraw %}