mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-18 18:50:32 +02:00
22 lines
581 B
YAML
22 lines
581 B
YAML
version: "latest"
|
|
oidc:
|
|
# Taiga doesn't have a functioning oidc support at the moment
|
|
# See
|
|
# - https://community.taiga.io/t/taiga-and-oidc-plugin/4866
|
|
#
|
|
# Due to this reason this plutin is deactivated atm
|
|
flavor: 'taigaio' # Potential flavors: robrotheram, taigaio
|
|
features:
|
|
matomo: true
|
|
css: true
|
|
portfolio_iframe: false
|
|
oidc: false
|
|
central_database: true
|
|
|
|
csp:
|
|
flags:
|
|
script-src:
|
|
unsafe-inline: true
|
|
unsafe-eval: true
|
|
style-src:
|
|
unsafe-inline: true |