mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-09 14:46:37 +00:00
- networks: add web-app-drupal subnet 192.168.104.80/28 - ports: map localhost http port 8060 - add role files: tasks, vars, schema, users, templates (Dockerfile, docker-compose, settings.local.php, upload.ini) - add docs: README.md and Administration.md Ref: https://chatgpt.com/share/690535c5-b55c-800f-8556-5335a6b8a33f
24 lines
626 B
YAML
24 lines
626 B
YAML
galaxy_info:
|
|
author: "Kevin Veen-Birkenbach"
|
|
description: >
|
|
Drupal CMS in Docker with Drush, msmtp, and OpenID Connect (OIDC) SSO.
|
|
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:
|
|
- drupal
|
|
- docker
|
|
- cms
|
|
- oidc
|
|
- sso
|
|
repository: "https://s.infinito.nexus/code"
|
|
issue_tracker_url: "https://s.infinito.nexus/issues"
|
|
documentation: "https://docs.infinito.nexus"
|
|
logo:
|
|
class: "fa-solid fa-droplet"
|
|
run_after:
|
|
- web-app-keycloak
|