mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Refactor and cleanup OIDC, desktop, and web-app roles
- 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
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
description: Access our comprehensive documentation and support resources to help you get the most out of the software.
|
||||
icon:
|
||||
class: fas fa-book
|
||||
url: https://{{domains | get_domain('web-app-sphinx')}}
|
||||
iframe: {{ applications | get_app_conf('web-app-sphinx','features.desktop',True) }}
|
||||
url: {{ domains | get_url('web-app-sphinx', WEB_PROTOCOL) }}
|
||||
iframe: {{ applications | get_app_conf('web-app-sphinx','features.desktop') }}
|
||||
|
||||
{% endif %}
|
||||
|
||||
@@ -20,8 +20,8 @@
|
||||
description: Checkout the presentation
|
||||
icon:
|
||||
class: "fas fa-chalkboard-teacher"
|
||||
url: https://{{domains | get_domain('web-app-navigator')}}
|
||||
iframe: {{ applications | get_app_conf('web-app-navigator','features.desktop',True) }}
|
||||
url: {{ domains | get_url('web-app-navigator', WEB_PROTOCOL) }}
|
||||
iframe: {{ applications | get_app_conf('web-app-navigator','features.desktop') }}
|
||||
|
||||
{% endif %}
|
||||
- name: Solutions
|
||||
|
Reference in New Issue
Block a user