mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-27 05:55:15 +02:00
- Improved OIDC variable definitions (12_oidc.yml) - Added account/security/profile URLs - Restructured web-app-desktop tasks and JS handling - Introduced oidc.js and iframe.js with runtime loader - Fixed nginx.conf, LDAP, and healthcheck templates spacing - Improved Lua injection for CSP and snippets - Fixed typos (WordPress, receive, etc.) - Added silent-check-sso nginx location Conversation: https://chatgpt.com/share/68ae0060-4fac-800f-9f02-22592a4087d3
49 lines
1.5 KiB
Django/Jinja
49 lines
1.5 KiB
Django/Jinja
|
|
footer:
|
|
children:
|
|
# - link: support
|
|
|
|
{% if "web-app-sphinx" in group_names %}
|
|
|
|
- name: Documentation
|
|
description: Access our comprehensive documentation and support resources to help you get the most out of the software.
|
|
icon:
|
|
class: fas fa-book
|
|
url: {{ domains | get_url('web-app-sphinx', WEB_PROTOCOL) }}
|
|
iframe: {{ applications | get_app_conf('web-app-sphinx','features.desktop') }}
|
|
|
|
{% endif %}
|
|
|
|
{% if "web-app-navigator" in group_names %}
|
|
|
|
- name: Slides
|
|
description: Checkout the presentation
|
|
icon:
|
|
class: "fas fa-chalkboard-teacher"
|
|
url: {{ domains | get_url('web-app-navigator', WEB_PROTOCOL) }}
|
|
iframe: {{ applications | get_app_conf('web-app-navigator','features.desktop') }}
|
|
|
|
{% endif %}
|
|
- name: Solutions
|
|
description: "Software and IT Infrastructure Solutions by Kevin Veen-Birkenbach"
|
|
icon:
|
|
class: fa-solid fa-rocket
|
|
url: "https://cybermaster.space/"
|
|
iframe: false
|
|
|
|
{% if service_provider.legal.source_code is defined and service_provider.legal.source_code != "" %}
|
|
- name: Source Code
|
|
description: Explore {{ 'our' if service_provider.type == 'legal' else 'my' }} code.
|
|
icon:
|
|
class: fa-solid fa-code
|
|
url: "{{service_provider.legal.source_code}}"
|
|
{% endif %}
|
|
- link: followus
|
|
- link: contact
|
|
- name: Imprint
|
|
description: Check out the imprint information
|
|
icon:
|
|
class: fa-solid fa-scale-balanced
|
|
url: "{{ service_provider.legal.imprint }}"
|
|
iframe: true
|