feat: Joomla integration plugin — deploy and manage sites from Gitea #59

Open
opened 2026-05-08 04:48:47 +00:00 by jmiller · 0 comments
Owner

Connect Gitea repos to Joomla sites for deployment and site management.

Sidebar Widget

  • Show linked Joomla site URL and status (online/offline)
  • One-click deploy to dev/demo/production
  • Show installed extension versions
  • Link to Joomla admin panel

API

  • GET /repos/{owner}/{repo}/joomla/site - linked site info
  • POST /repos/{owner}/{repo}/joomla/deploy - trigger deployment
  • GET /repos/{owner}/{repo}/joomla/extensions - installed extensions

Configuration

[joomla]
ENABLED = true
SITES_CONFIG = /etc/gitea/joomla-sites.json
Connect Gitea repos to Joomla sites for deployment and site management. ## Sidebar Widget - Show linked Joomla site URL and status (online/offline) - One-click deploy to dev/demo/production - Show installed extension versions - Link to Joomla admin panel ## API - GET /repos/{owner}/{repo}/joomla/site - linked site info - POST /repos/{owner}/{repo}/joomla/deploy - trigger deployment - GET /repos/{owner}/{repo}/joomla/extensions - installed extensions ## Configuration ```ini [joomla] ENABLED = true SITES_CONFIG = /etc/gitea/joomla-sites.json ```
jmiller added the type: feature label 2026-05-11 17:08:55 +00:00
Sign in to join this conversation.
No labels type: feature
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoGitea#59