mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-07 09:05:15 +02:00
Finished docker template
This commit is contained in:
parent
fe9d3aa4aa
commit
acad3f217f
@ -1,2 +0,0 @@
|
||||
# Docker Role Template
|
||||
This folder contains a template to setup docker roles
|
19
templates/docker_role/README.md.j2
Normal file
19
templates/docker_role/README.md.j2
Normal 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
|
@ -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
|
||||
|
||||
|
@ -1 +1,2 @@
|
||||
application_id: {{ application_id }}
|
||||
application_id: {{ application_id }} # ID of the application
|
||||
database_type: {{ database }} # Database type [postgres, mariadb]
|
Loading…
x
Reference in New Issue
Block a user