Files
computer-playbook/roles/web-app-yourls
Kevin Veen-Birkenbach 6ea8301364 Refactor: migrate cmp/* and srv/* roles into sys-stk/* and sys-svc/* namespaces
- Removed obsolete 'cmp' category, introduced 'stk' category (fa-bars-staggered icon).
- Renamed roles:
  * cmp-db-docker → sys-stk-back-stateful
  * cmp-docker-oauth2 → sys-stk-back-stateless
  * srv-domain-provision → sys-stk-front
  * cmp-db-docker-proxy → sys-stk-full-stateful
  * cmp-docker-proxy → sys-stk-full-stateless
  * cmp-rdbms → sys-svc-rdbms
- Updated all include_role references, vars, templates and README.md files.
- Adjusted run_once comments and variable paths accordingly.
- Updated all web-app roles to use new sys-stk/* and sys-svc/* roles.

Conversation: https://chatgpt.com/share/68b0ba66-09f8-800f-86fc-76c47009d431
2025-08-28 22:23:09 +02:00
..
2025-08-20 01:01:32 +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