Solved nextcloud plugin bugs in context ldap

This commit is contained in:
2025-03-21 18:43:06 +01:00
parent c51f935eff
commit 0928245853
4 changed files with 25 additions and 11 deletions

View File

@@ -70,4 +70,4 @@ css_enabled_default: true # Enables\Disables Global CSS o
## iframe for primary domain
# Enables\Disables the possibility to be embedded via iframe by default.
# Enable conciously on every app in which it makes sense, due to that this a potential security risk
landingpage_iframe_enabled_default: false
landingpage_iframe_enabled_default: false

View File

@@ -13,8 +13,8 @@ defaults_service_provider:
platform:
titel: "CyMaIS Plattform Demo"
subtitel: "Demo of the Cyber Master Infrastructur Solution Plattform"
logo: "{{applications.assets_server.url}}/logo.png"
favicon: "{{applications.assets_server.url}}/favicon.ico"
logo: "{{applications.assets_server.url}}/img/logo.png"
favicon: "{{applications.assets_server.url}}/img/favicon.ico"
contact:
bluesky: "{{ '@' ~ users.administrator.username ~ '.' ~ domains.bluesky_api if 'bluesky' in group_names else '' }}"
email: "contact@{{ primary_domain }}"