Page:
templates-client-waas
Pages
ARCHITECTURE
AUTO-BUMP
AUTO_CREATE_ORG_PROJECTS
Branching-Strategy
CLI_AUTOMATION
Coding-Standards
DEPLOY_SCRIPTS
DOLIBARR_MODULE_IDS
DRY_RUN_PATTERN
Documentation-Standards
File-Header-Standards
Home
JOOMLA_SYNC
LEGAL_DOC_GENERATOR_WEB_README
MANIFEST-STANDARD
MINIFICATION
MONITORING_SCRIPTS
NEW_SCRIPTS
QUICKSTART_ORG_PROJECTS
UPDATE-SERVER
WIKI_STANDARDS
WORKFLOW_STANDARDS
api-automation-index
api-definitions-default-index
api-definitions-sync-index
api-deploy-index
api-fix-index
api-index
api-maintenance-index.-
api-maintenance-index
api-plugin-index.-
api-plugin-index
api-tests-index.-
api-tests-sample-index.-
api-tests-sample-index
api-validate-index.-
automation-README.-
automation-branch-version-automation.-
automation-push-files.-
automation-repo-cleanup.-
client-repos.-.-
client-repos
standards-mokostandards-file-spec.-
standards-mokostandards-file-spec
templates-client-waas
templates-dolibarr
templates-generic
templates-mcp
unnamed
workflows-README.-
workflows-README
workflows-auto-release.-
workflows-auto-release
workflows-branch-protection.-
workflows-branch-protection
workflows-build-release.-
workflows-build-release
workflows-cascade-dev.-
workflows-cascade-dev
workflows-changelog-management.-
workflows-changelog-management
workflows-demo-deployment.-
workflows-demo-deployment
workflows-dev-branch-tracking.-
workflows-dev-branch-tracking
workflows-dev-deployment.-
workflows-dev-deployment
workflows-index.-
workflows-index
workflows-release-system.-
workflows-release-system
workflows-renovate.-
workflows-renovate
workflows-reusable-workflows.-
workflows-reusable-workflows
workflows-rs-deployment.-
workflows-rs-deployment
workflows-secret-scanning.-
workflows-secret-scanning
workflows-shared-workflows.-
workflows-shared-workflows
workflows-standards-compliance.-
workflows-standards-compliance
workflows-static-analysis.-
workflows-static-analysis
workflows-sub-issue-management.-
workflows-sub-issue-management
workflows-update-server.-
workflows-update-server
workflows-workflow-architecture.-
workflows-workflow-architecture
Clone
1
templates-client-waas
Jonathan Miller edited this page 2026-05-20 01:26:22 +00:00
Template-Client-WaaS Reference
Upstream Joomla site template for WaaS (Website as a Service) client sites. Forked into each client organization to create branded, managed Joomla websites.
| Type | Joomla Site Template |
| Language | PHP / CSS / JavaScript |
| Joomla | 5.x |
| License | GPL-3.0-or-later |
| Repo | Template-Client-WaaS |
| Wiki | Template-Client-WaaS wiki |
Purpose
Template-Client-WaaS defines the standard structure for all WaaS client sites. Each client gets a fork in their own Gitea org (e.g., ClarksvilleFurs/client-waas-clarksvillefurs), where client-specific branding, content, and configuration are applied.
What the Template Provides
| Component | Description |
|---|---|
| Joomla template files | Layouts, overrides, and template positions |
| CSS custom properties | Client branding via CSS variables |
| MokoOnyx integration | Admin template integration out of the box |
| MokoWaaS plugin config | WaaS system plugin configuration |
| Deployment workflows | Gitea Actions workflows for automated deployment |
Creating a Client Site
- Fork this template into the client's Gitea org
- Name the repo
client-waas-{clientname}(lowercase, hyphenated) - Set the repo to private
- Configure secrets:
GA_TOKEN,GH_TOKEN - Update branding CSS custom properties for the client
- Configure MokoWaaS plugin settings
- Set up deployment targets (dev, production)
See Client Repos for full client repository standards.
Workflows
| Workflow | Purpose |
|---|---|
auto-release.yml |
Create release on main merge |
pre-release.yml |
Pre-release builds for dev/rc branches |
ci-joomla.yml |
Joomla manifest validation, XML lint |
pr-check.yml |
Pull request validation |
deploy-manual.yml |
Manual FTP deploy for testing |
repo-health.yml |
Repository health checks |
security-audit.yml |
Security scanning |
notify.yml |
Notifications for workflow events |
cleanup.yml |
Clean up stale branches/artifacts |
sync-media.yml |
Synchronize media assets |
Key Wiki Pages
| Page | Description |
|---|---|
| Installation | Setting up a new client site from this template |
| Deployment | Deploying changes to dev and production servers |
| Templates Index | Workflow and config templates |
Related
- Client Repos -- client repository standards and privacy rules
- Template-Dolibarr -- Dolibarr module template
- Template-Generic -- generic project template
- Template-MCP -- MCP server template
- MokoWaaS wiki -- WaaS system plugin
- MokoOnyx wiki -- admin template
Repo: moko-platform · moko-platform wiki
| Field | Value |
|---|---|
| Minimum Version | 04.07.00 |
| Platform | joomla |
| Applies To | WaaS client sites |
| Revision | Date | Author | Description |
|---|---|---|---|
| 1.0 | 2026-05-19 | Moko Consulting | Initial version |