mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-15 17:46:28 +00:00
Includes: - New role: web-app-shopware (Docker, MariaDB, Redis, OpenSearch) - Updated networks and ports configuration - Automated install, migration, and admin creation - Optional IAM integration via OIDC/LDAP plugins Reference: https://chatgpt.com/share/6907b0d4-ab14-800f-b576-62c0d26c8ad1
27 lines
740 B
YAML
27 lines
740 B
YAML
---
|
|
galaxy_info:
|
|
author: "Kevin Veen-Birkenbach"
|
|
description: "Open-Source Commerce (PHP/Symfony) with optional OIDC/LDAP, Redis & OpenSearch — containerized & automated."
|
|
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:
|
|
- shopware
|
|
- ecommerce
|
|
- docker
|
|
- symfony
|
|
- oidc
|
|
- ldap
|
|
repository: https://s.infinito.nexus/code
|
|
issue_tracker_url: https://s.infinito.nexus/issues
|
|
documentation: "https://docs.infinito.nexus/"
|
|
logo:
|
|
class: "fa-solid fa-cart-shopping"
|
|
run_after:
|
|
- web-app-keycloak
|
|
- web-app-mailu
|
|
dependencies: []
|