[PR #891] [MERGED] feat: add Joomla template #15226

Closed
opened 2026-07-13 16:57:04 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/891
Author: @BinkyTwin
Created: 5/20/2026
Status: Merged
Merged: 7/7/2026
Merged by: @Siumauricio

Base: canaryHead: codex/add-joomla-template


📝 Commits (3)

  • 94eb333 feat: add Joomla template
  • 160280a docs: clarify Joomla admin credential fields
  • 1604819 Merge remote-tracking branch 'origin/canary' into codex/add-joomla-template

📊 Changes

4 files changed (+118 additions, -0 deletions)

View changed files

blueprints/joomla/docker-compose.yml (+44 -0)
blueprints/joomla/joomla.svg (+5 -0)
blueprints/joomla/template.toml (+51 -0)
📝 meta.json (+18 -0)

📄 Description

Summary

  • add a Joomla CMS template backed by the official joomla:6.1.0-apache image
  • configure Dokploy domain routing, MariaDB persistence, generated admin/database credentials, and Joomla auto-deployment env vars
  • add README mount, SVG logo, and metadata entry

/claim #152
Closes #134

Validation

  • node dedupe-and-sort-meta.js
  • node --import ./build-scripts/node_modules/tsx/dist/loader.mjs build-scripts/validate-template.ts --dir blueprints/joomla
  • node --import ./build-scripts/node_modules/tsx/dist/loader.mjs build-scripts/validate-docker-compose.ts --file blueprints/joomla/docker-compose.yml
  • JOOMLA_DB_USER=joomla JOOMLA_DB_PASSWORD=db-password JOOMLA_DB_NAME=joomla JOOMLA_SITE_NAME=Joomla JOOMLA_ADMIN_USER="Joomla Administrator" JOOMLA_ADMIN_USERNAME=admin JOOMLA_ADMIN_PASSWORD=admin-password JOOMLA_ADMIN_EMAIL=admin@example.com docker compose -f blueprints/joomla/docker-compose.yml config
  • git diff --check
  • Docker Hub API confirmed joomla:6.1.0-apache and mariadb:11.4 are multi-architecture images

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Dokploy/templates/pull/891 **Author:** [@BinkyTwin](https://github.com/BinkyTwin) **Created:** 5/20/2026 **Status:** ✅ Merged **Merged:** 7/7/2026 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `canary` ← **Head:** `codex/add-joomla-template` --- ### 📝 Commits (3) - [`94eb333`](https://github.com/Dokploy/templates/commit/94eb333d3b8128a38c015d8f863565c2316d4a0e) feat: add Joomla template - [`160280a`](https://github.com/Dokploy/templates/commit/160280a5657cee796136fb22b12ffa799492e65d) docs: clarify Joomla admin credential fields - [`1604819`](https://github.com/Dokploy/templates/commit/160481929bb041a3c74e1db686e773bc27114cdd) Merge remote-tracking branch 'origin/canary' into codex/add-joomla-template ### 📊 Changes **4 files changed** (+118 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/joomla/docker-compose.yml` (+44 -0) ➕ `blueprints/joomla/joomla.svg` (+5 -0) ➕ `blueprints/joomla/template.toml` (+51 -0) 📝 `meta.json` (+18 -0) </details> ### 📄 Description ## Summary - add a Joomla CMS template backed by the official `joomla:6.1.0-apache` image - configure Dokploy domain routing, MariaDB persistence, generated admin/database credentials, and Joomla auto-deployment env vars - add README mount, SVG logo, and metadata entry /claim #152 Closes #134 ## Validation - node dedupe-and-sort-meta.js - node --import ./build-scripts/node_modules/tsx/dist/loader.mjs build-scripts/validate-template.ts --dir blueprints/joomla - node --import ./build-scripts/node_modules/tsx/dist/loader.mjs build-scripts/validate-docker-compose.ts --file blueprints/joomla/docker-compose.yml - JOOMLA_DB_USER=joomla JOOMLA_DB_PASSWORD=db-password JOOMLA_DB_NAME=joomla JOOMLA_SITE_NAME=Joomla JOOMLA_ADMIN_USER="Joomla Administrator" JOOMLA_ADMIN_USERNAME=admin JOOMLA_ADMIN_PASSWORD=admin-password JOOMLA_ADMIN_EMAIL=admin@example.com docker compose -f blueprints/joomla/docker-compose.yml config - git diff --check - Docker Hub API confirmed `joomla:6.1.0-apache` and `mariadb:11.4` are multi-architecture images --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-07-13 16:57:04 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#15226