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: features:
matomo: true matomo: true # Enable Matomo Tracking
css: true css: true # Enable Global CSS Styling
portfolio_iframe: false portfolio_iframe: true # Enable loading of app in iframe
csp: ldap: false # Enable LDAP Network
whitelist: central_database: false # Enable Central Database Network
script-src-elem: recaptcha: false # Enable ReCaptcha
- https://cdn.jsdelivr.net oauth2: false # Enable the OAuth2-Proy
- https://kit.fontawesome.com csp:
style-src: whitelist: {} # URL's which should be whitelisted
- https://cdn.jsdelivr.net flags: {} # Flags which should be set
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
domains: domains:
canonical: canonical: [] # Urls under which the domain should be directly accessible
- "{{ primary_domain }}" 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]