feat: Joomla extension version tracking in Gitea #60

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

Track Joomla extension versions across client sites.

Dashboard

  • Matrix: repos vs client sites showing installed version
  • Highlight outdated installations
  • One-click update push

API

  • GET /joomla/extensions - list all extensions with versions per site
  • GET /joomla/extensions/{name}/sites - sites running this extension
  • POST /joomla/extensions/{name}/update-all - push update to all sites

Webhook

  • On release published, check which sites need updating
  • Create issues on client repos for pending updates
Track Joomla extension versions across client sites. ## Dashboard - Matrix: repos vs client sites showing installed version - Highlight outdated installations - One-click update push ## API - GET /joomla/extensions - list all extensions with versions per site - GET /joomla/extensions/{name}/sites - sites running this extension - POST /joomla/extensions/{name}/update-all - push update to all sites ## Webhook - On release published, check which sites need updating - Create issues on client repos for pending updates
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#60