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:
logout: false # Just deactivated to oppress warnings, elk is anyhow not running
matomo: true
server:
domains:
canonical:

View File

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

View File

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

View File

@@ -27,3 +27,4 @@ features:
css: false
desktop: 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
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:

View File

@@ -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

View File

@@ -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:

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -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

View File

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