Added matomo to roles and optimized features configuration

This commit is contained in:
2025-11-27 14:46:04 +01:00
parent 873607246c
commit 05ff3d3d61
16 changed files with 31 additions and 20 deletions

View File

@@ -1,5 +1,6 @@
features: features:
logout: false # Just deactivated to oppress warnings, elk is anyhow not running logout: false # Just deactivated to oppress warnings, elk is anyhow not running
matomo: true
server: server:
domains: domains:
canonical: canonical:

View File

@@ -1,5 +1,6 @@
features: features:
logout: true # Same like with elk, anyhow not active atm logout: true # Same like with elk, anyhow not active atm
matomo: true
server: server:
domains: domains:
canonical: canonical:

View File

@@ -12,7 +12,7 @@ docker:
features: features:
matomo: true matomo: true
css: true css: true
desktop: true desktop: true
ldap: true ldap: true
oauth2: true oauth2: true
logout: true logout: true

View File

@@ -27,3 +27,4 @@ features:
css: false css: false
desktop: true desktop: true
oidc: true oidc: true
matomo: true

View File

@@ -2,10 +2,10 @@ configuration_file: "oauth2-proxy-keycloak.cfg" # Needs to be set true in the ro
version: "latest" # Docker Image version 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 allowed_roles: "admin" # Restrict it default to admin role. Use the vars/main.yml to open the specific role for other groups
features: features:
matomo: true matomo: true
css: true css: true
desktop: false desktop: false
logout: true logout: true
server: server:
domains: domains:
canonical: canonical:

View File

@@ -2,7 +2,7 @@ titel: "Pictures on {{ PRIMARY_DOMAIN }}"
features: features:
matomo: true matomo: true
css: false # Needs to be reactivated css: false # Needs to be reactivated
desktop: true desktop: true
central_database: true central_database: true
oidc: true oidc: true
logout: true logout: true

View File

@@ -1,12 +1,13 @@
title: "{{ SOFTWARE_NAME }} Shop" title: "{{ SOFTWARE_NAME }} Shop"
features: features:
central_database: true central_database: true
redis: true redis: true
ldap: false # Not implemented yet ldap: false # Not implemented yet
oidc: false # Not implemented yet oidc: false # Not implemented yet
logout: true logout: true
desktop: true desktop: true
css: true css: true
matomo: true
server: server:
csp: csp:
flags: flags:

View File

@@ -1,7 +1,7 @@
features: features:
matomo: true matomo: true
css: true css: true
desktop: true desktop: true
logout: false logout: false
server: server:
csp: csp:

View File

@@ -1,6 +1,7 @@
features: features:
logout: false # Role is not enabled until then keep it false logout: false # Role is not enabled until then keep it false
matomo: true
# syncope: # syncope:
# version: "latest" # version: "latest"
# credentials: # credentials:

View File

@@ -5,3 +5,6 @@ server:
canonical: canonical:
- asset.{{ PRIMARY_DOMAIN }} - asset.{{ PRIMARY_DOMAIN }}
aliases: [] aliases: []
features:
matomo: true
css: true

View File

@@ -27,3 +27,4 @@ docker:
features: features:
logout: false logout: false
desktop: true # Just set to allow the iframe to load it desktop: true # Just set to allow the iframe to load it
matomo: true

View File

@@ -18,3 +18,6 @@ docker:
enabled: false enabled: false
database: database:
enabled: false enabled: false
features:
matomo: true
css: true

View File

@@ -1,6 +1,6 @@
features: features:
matomo: true matomo: true
css: true css: true
desktop: true desktop: true
server: server:
domains: domains:

View File

@@ -1,6 +1,6 @@
features: features:
matomo: true matomo: true
css: true css: true
desktop: true desktop: true
server: server:
domains: domains:

View File

@@ -9,13 +9,13 @@ docker:
features: features:
matomo: true # Enable Matomo Tracking matomo: true # Enable Matomo Tracking
css: true # Enable Global CSS Styling 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 ldap: false # Enable LDAP Network
central_database: false # Enable Central Database Network central_database: false # Enable Central Database Network
recaptcha: false # Enable ReCaptcha recaptcha: false # Enable ReCaptcha
oauth2: false # Enable the OAuth2-Proy oauth2: false # Enable the OAuth2-Proy
javascript: false # Enables the custom JS in the javascript.js.j2 file 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: server:
csp: csp:
whitelist: {} # URL's which should be whitelisted whitelist: {} # URL's which should be whitelisted

View File

@@ -1,4 +1,3 @@
credentials: {} credentials: {}
docker: docker:
services: services: