mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-02 07:38:22 +00:00
Added matomo to roles and optimized features configuration
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
features:
|
||||
logout: false # Just deactivated to oppress warnings, elk is anyhow not running
|
||||
matomo: true
|
||||
server:
|
||||
domains:
|
||||
canonical:
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
features:
|
||||
logout: true # Same like with elk, anyhow not active atm
|
||||
matomo: true
|
||||
server:
|
||||
domains:
|
||||
canonical:
|
||||
|
||||
@@ -12,7 +12,7 @@ docker:
|
||||
features:
|
||||
matomo: true
|
||||
css: true
|
||||
desktop: true
|
||||
desktop: true
|
||||
ldap: true
|
||||
oauth2: true
|
||||
logout: true
|
||||
|
||||
@@ -27,3 +27,4 @@ features:
|
||||
css: false
|
||||
desktop: true
|
||||
oidc: true
|
||||
matomo: true
|
||||
|
||||
@@ -2,10 +2,10 @@ configuration_file: "oauth2-proxy-keycloak.cfg" # Needs to be set true in the ro
|
||||
version: "latest" # Docker Image version
|
||||
allowed_roles: "admin" # Restrict it default to admin role. Use the vars/main.yml to open the specific role for other groups
|
||||
features:
|
||||
matomo: true
|
||||
css: true
|
||||
matomo: true
|
||||
css: true
|
||||
desktop: false
|
||||
logout: true
|
||||
logout: true
|
||||
server:
|
||||
domains:
|
||||
canonical:
|
||||
|
||||
@@ -2,7 +2,7 @@ titel: "Pictures on {{ PRIMARY_DOMAIN }}"
|
||||
features:
|
||||
matomo: true
|
||||
css: false # Needs to be reactivated
|
||||
desktop: true
|
||||
desktop: true
|
||||
central_database: true
|
||||
oidc: true
|
||||
logout: true
|
||||
|
||||
@@ -1,12 +1,13 @@
|
||||
title: "{{ SOFTWARE_NAME }} Shop"
|
||||
features:
|
||||
central_database: true
|
||||
redis: true
|
||||
ldap: false # Not implemented yet
|
||||
oidc: false # Not implemented yet
|
||||
logout: true
|
||||
desktop: true
|
||||
css: true
|
||||
central_database: true
|
||||
redis: true
|
||||
ldap: false # Not implemented yet
|
||||
oidc: false # Not implemented yet
|
||||
logout: true
|
||||
desktop: true
|
||||
css: true
|
||||
matomo: true
|
||||
server:
|
||||
csp:
|
||||
flags:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
features:
|
||||
matomo: true
|
||||
css: true
|
||||
desktop: true
|
||||
desktop: true
|
||||
logout: false
|
||||
server:
|
||||
csp:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
|
||||
features:
|
||||
logout: false # Role is not enabled until then keep it false
|
||||
matomo: true
|
||||
# syncope:
|
||||
# version: "latest"
|
||||
# credentials:
|
||||
|
||||
@@ -5,3 +5,6 @@ server:
|
||||
canonical:
|
||||
- asset.{{ PRIMARY_DOMAIN }}
|
||||
aliases: []
|
||||
features:
|
||||
matomo: true
|
||||
css: true
|
||||
|
||||
@@ -27,3 +27,4 @@ docker:
|
||||
features:
|
||||
logout: false
|
||||
desktop: true # Just set to allow the iframe to load it
|
||||
matomo: true
|
||||
|
||||
@@ -18,3 +18,6 @@ docker:
|
||||
enabled: false
|
||||
database:
|
||||
enabled: false
|
||||
features:
|
||||
matomo: true
|
||||
css: true
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
features:
|
||||
matomo: true
|
||||
css: true
|
||||
matomo: true
|
||||
css: true
|
||||
desktop: true
|
||||
server:
|
||||
domains:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
features:
|
||||
matomo: true
|
||||
css: true
|
||||
matomo: true
|
||||
css: true
|
||||
desktop: true
|
||||
server:
|
||||
domains:
|
||||
|
||||
@@ -9,13 +9,13 @@ docker:
|
||||
features:
|
||||
matomo: true # Enable Matomo Tracking
|
||||
css: true # Enable Global CSS Styling
|
||||
desktop: true # Enable loading of app in iframe
|
||||
desktop: 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
|
||||
javascript: false # Enables the custom JS in the javascript.js.j2 file
|
||||
logout: false # With this app I assume that it's a service, so should be renamed and logging is unneccessary
|
||||
logout: false # With this app I assume that it's a service, so should be renamed and logging is unneccessary
|
||||
server:
|
||||
csp:
|
||||
whitelist: {} # URL's which should be whitelisted
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
credentials: {}
|
||||
docker:
|
||||
services:
|
||||
|
||||
Reference in New Issue
Block a user