Kevin Veen-Birkenbach d1cd87c843
Fix RBAC groups handling and refactor Keycloak role
- Fixed incorrect handling of RBAC group configuration (moved from OIDC claims into dedicated RBAC variable set).
- Unified RBAC group usage across applications (LAM, pgAdmin, phpLDAPadmin, phpMyAdmin, YOURLS).
- Replaced old 'KEYCLOAK_OIDC_RBAC_SCOPE_NAME' with dedicated 'KEYCLOAK_RBAC_GROUP_*' variables.
- Updated OAuth2 Proxy configuration to use 'RBAC.GROUP.CLAIM'.
- Refactored Keycloak role task structure:
  * Renamed and reorganized task files for clarity ('_update.yml', '02_cleanup.yml', etc.).
  * Introduced meta and dependency handling separation.
- Cleaned up Keycloak config defaults and recaptcha placeholders.
2025-08-17 23:27:01 +02:00
..
2025-07-09 02:26:50 +02:00
2025-08-17 11:40:15 +02:00

YOURLS

Description

YOURLS (Your Own URL Shortener) is an opensource URL shortening solution that enables you to create, track, and manage short links with ease. This deployment leverages Docker to provide a secure and easily scalable environment, ensuring that your YOURLS instance is configured for optimal performance and reliability.

Overview

This containerized YOURLS solution is built on robust Docker Compose and Ansible automation. It simplifies the deployment process by integrating with centralized MariaDB management and providing preconfigured health checks and environment settings. Whether you're looking to quickly generate memorable links or need detailed analytics, this deployment supports your digital strategy seamlessly.

Features

  • Efficient URL Shortening:
    Quickly generate short, branded links that help streamline your online presence.

  • Built-in Analytics:
    Monitor link performance and track click data to gain valuable insights into user engagement.

  • Centralized Database Integration:
    Seamlessly connect to a MariaDB instance for consistent, reliable data storage and management.

  • Configurable Environment:
    Easily customize your YOURLS instance through environment variables—set your site URL, admin credentials, and more.

  • Secure and Scalable:
    Benefit from container isolation and reproducible deployments that ensure your service is both secure and scalable.

Further Resources