Finished docker template

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-06 21:14:47 +02:00
parent fe9d3aa4aa
commit acad3f217f
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
4 changed files with 37 additions and 29 deletions

View File

@ -1,2 +0,0 @@
# Docker Role Template
This folder contains a template to setup docker roles

View File

@ -0,0 +1,19 @@
# Docker Role Template
This folder contains a template to setup docker roles.
## Description
* Put a description here.
## Overview
Put an overview here.
## Features
Put a feature list here
## Further Resources
* Put more ressources here

View File

@ -1,29 +1,19 @@
credentials:
docker:
images: {}
versions: {}
features:
matomo: true
css: true
portfolio_iframe: false
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:
script-src-elem:
- https://cdn.jsdelivr.net
- https://kit.fontawesome.com
style-src:
- https://cdn.jsdelivr.net
font-src:
- https://ka-f.fontawesome.com
- https://cdn.jsdelivr.net
connect-src:
- https://ka-f.fontawesome.com
frame-src:
- "{{ web_protocol }}://*.{{primary_domain}}"
flags:
style-src:
unsafe-inline: true
script-src:
unsafe-inline: true
script-src-elem:
unsafe-inline: true
whitelist: {} # URL's which should be whitelisted
flags: {} # Flags which should be set
domains:
canonical:
- "{{ primary_domain }}"
canonical: [] # Urls under which the domain should be directly accessible
alias: [] # Alias redirections to the first element of the canonical domains

View File

@ -1 +1,2 @@
application_id: {{ application_id }}
application_id: {{ application_id }} # ID of the application
database_type: {{ database }} # Database type [postgres, mariadb]