Optimized features

This commit is contained in:
Kevin Veen-Birkenbach 2025-08-20 05:39:49 +02:00
parent de07d890dc
commit b6aec5fe33
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@ api_suffix: "/bigbluebutton/"
features: features:
matomo: true matomo: true
css: true css: true
desktop: false # Videos can't open in frame due to iframe restrictions desktop: false # Videos can't open in frame due to iframe restrictions
# @todo fix this # @todo fix this
ldap: false ldap: false
oidc: true oidc: true

View File

@ -13,4 +13,5 @@ docker:
version: latest version: latest
name: collabora name: collabora
features: features:
logout: false # I think collabora is more a service then a app. So no login neccessary Propably it makes sense to rename it ;) logout: false
desktop: true # Just set to allow the iframe to load it