mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Solved nextcloud plugin bugs in context ldap
This commit is contained in:
@@ -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
|
@@ -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 }}"
|
||||
|
Reference in New Issue
Block a user