mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-02 15:39:57 +00:00
Added matomo to roles and optimized features configuration
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -27,3 +27,4 @@ features:
|
|||||||
css: false
|
css: false
|
||||||
desktop: true
|
desktop: true
|
||||||
oidc: true
|
oidc: true
|
||||||
|
matomo: true
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ features:
|
|||||||
logout: true
|
logout: true
|
||||||
desktop: true
|
desktop: true
|
||||||
css: true
|
css: true
|
||||||
|
matomo: true
|
||||||
server:
|
server:
|
||||||
csp:
|
csp:
|
||||||
flags:
|
flags:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -5,3 +5,6 @@ server:
|
|||||||
canonical:
|
canonical:
|
||||||
- asset.{{ PRIMARY_DOMAIN }}
|
- asset.{{ PRIMARY_DOMAIN }}
|
||||||
aliases: []
|
aliases: []
|
||||||
|
features:
|
||||||
|
matomo: true
|
||||||
|
css: true
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -18,3 +18,6 @@ docker:
|
|||||||
enabled: false
|
enabled: false
|
||||||
database:
|
database:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
features:
|
||||||
|
matomo: true
|
||||||
|
css: true
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
credentials: {}
|
credentials: {}
|
||||||
docker:
|
docker:
|
||||||
services:
|
services:
|
||||||
|
|||||||
Reference in New Issue
Block a user