mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-20 10:45:01 +02:00
Solved port-ui keycloak url bug and optimized var names
This commit is contained in:
parent
29df95ed82
commit
e4b8c97e03
@ -1,10 +1,10 @@
|
|||||||
features:
|
features:
|
||||||
matomo: true
|
matomo: true
|
||||||
css: true
|
css: true
|
||||||
desktop: false
|
desktop: false
|
||||||
simpleicons: true # Activate Brand Icons for your groups
|
simpleicons: true # Activate Brand Icons for your groups
|
||||||
javascript: true # Necessary for URL sync
|
javascript: true # Necessary for URL sync
|
||||||
logout: false # Doesn't have own user data. Just a frame.
|
logout: false # Doesn't have own user data. Just a frame.
|
||||||
server:
|
server:
|
||||||
csp:
|
csp:
|
||||||
whitelist:
|
whitelist:
|
||||||
|
@ -9,20 +9,20 @@ cards:
|
|||||||
{% include 'menu/support.yml.j2' %}
|
{% include 'menu/support.yml.j2' %}
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
titel: {{service_provider.platform.titel}}
|
titel: {{ service_provider.platform.titel }}
|
||||||
subtitel: {{service_provider.platform.subtitel}}
|
subtitel: {{ service_provider.platform.subtitel }}
|
||||||
logo:
|
logo:
|
||||||
source: {{service_provider.platform.logo}}
|
source: {{ service_provider.platform.logo }}
|
||||||
favicon:
|
favicon:
|
||||||
source: {{service_provider.platform.favicon}}
|
source: {{ service_provider.platform.favicon }}
|
||||||
company:
|
company:
|
||||||
titel: {{service_provider.company.titel}}
|
titel: {{ service_provider.company.titel }}
|
||||||
subtitel: {{service_provider.company.slogan}}
|
subtitel: {{ service_provider.company.slogan }}
|
||||||
logo:
|
logo:
|
||||||
source: {{service_provider.company.logo}}
|
source: {{ service_provider.company.logo }}
|
||||||
address:
|
address:
|
||||||
{{ service_provider.company.address | to_nice_yaml(indent=4) | indent(4, true) }}
|
{{ service_provider.company.address | to_nice_yaml(indent=4) | indent(4, true) }}
|
||||||
imprint_url: {{service_provider.legal.imprint}}
|
imprint_url: {{ service_provider.legal.imprint }}
|
||||||
navigation:
|
navigation:
|
||||||
|
|
||||||
{% include 'menu/header.yml.j2' %}
|
{% include 'menu/header.yml.j2' %}
|
||||||
|
@ -25,7 +25,7 @@ applications:
|
|||||||
url: {{ app.url }}
|
url: {{ app.url }}
|
||||||
iframe: {{ app.iframe }}
|
iframe: {{ app.iframe }}
|
||||||
{% if app.title == 'Keycloak' %}
|
{% if app.title == 'Keycloak' %}
|
||||||
{% set keycloak_url = domains | get_url(application_id, WEB_PROTOCOL) %}
|
{% set keycloak_url = domains | get_url('web-app-keycloak', WEB_PROTOCOL) %}
|
||||||
{{ domains | get_url(application_id, WEB_PROTOCOL) }}
|
{{ domains | get_url(application_id, WEB_PROTOCOL) }}
|
||||||
children:
|
children:
|
||||||
- name: Administration
|
- name: Administration
|
||||||
|
@ -44,5 +44,5 @@
|
|||||||
description: Check out the imprint information
|
description: Check out the imprint information
|
||||||
icon:
|
icon:
|
||||||
class: fa-solid fa-scale-balanced
|
class: fa-solid fa-scale-balanced
|
||||||
url: "{{service_provider.legal.imprint}}"
|
url: "{{ service_provider.legal.imprint }}"
|
||||||
iframe: true
|
iframe: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user