mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-07 09:05:15 +02:00
20 lines
800 B
Django/Jinja
20 lines
800 B
Django/Jinja
credentials:
|
|
docker:
|
|
images: {}
|
|
versions: {}
|
|
features:
|
|
matomo: true # Enable Matomo Tracking
|
|
css: true # Enable Global CSS Styling
|
|
portfolio_iframe: true # Enable loading of app in iframe
|
|
ldap: false # Enable LDAP Network
|
|
central_database: false # Enable Central Database Network
|
|
recaptcha: false # Enable ReCaptcha
|
|
oauth2: false # Enable the OAuth2-Proy
|
|
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
|
|
|