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:
|
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
|
||||||
|
ldap: false # Enable LDAP Network
|
||||||
|
central_database: false # Enable Central Database Network
|
||||||
|
recaptcha: false # Enable ReCaptcha
|
||||||
|
oauth2: false # Enable the OAuth2-Proy
|
||||||
csp:
|
csp:
|
||||||
whitelist:
|
whitelist: {} # URL's which should be whitelisted
|
||||||
script-src-elem:
|
flags: {} # Flags which should be set
|
||||||
- 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
|
|
||||||
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
|
||||||
|
|
||||||
|
@ -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