mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-30 07:18:09 +02:00
- Fixed incorrect filter usage in docker-compose handler (proper use of | path_join). - Improved LetsEncrypt template by joining paths with filenames instead of appending manually. - Enhanced sys-svc-msmtp task with an additional condition to only run if no-reply mailu_token exists. - Updated Keycloak meta to depend on Mailu (ensuring token generation before setup). - Refactored Keycloak import path variables to use path_join consistently. - Adjusted Mailu meta dependency to run after Matomo instead of Keycloak. See: https://chatgpt.com/share/68af13e6-edc0-800f-b76a-a5f427837173
25 lines
907 B
YAML
25 lines
907 B
YAML
---
|
|
galaxy_info:
|
|
author: "Kevin Veen-Birkenbach"
|
|
description: "Step into a secure future with Keycloak! Our dynamic identity and access management solution offers streamlined SSO capabilities, robust security measures, and an intuitive user experience that propels your applications to unprecedented heights of performance and reliability."
|
|
license: "Infinito.Nexus NonCommercial License"
|
|
license_url: "https://s.infinito.nexus/license"
|
|
company: |
|
|
Kevin Veen-Birkenbach
|
|
Consulting & Coaching Solutions
|
|
https://www.veen.world
|
|
galaxy_tags:
|
|
- keycloak
|
|
- docker
|
|
- identity management
|
|
- sso
|
|
- self-hosted
|
|
repository: https://s.infinito.nexus/code
|
|
issue_tracker_url: https://s.infinito.nexus/issues
|
|
documentation: "https://docs.infinito.nexus/"
|
|
logo:
|
|
class: "fa-solid fa-lock"
|
|
run_after:
|
|
- web-app-matomo
|
|
- web-app-mailu # Token must be generated
|