feat(updates): WHMCS module update feed #355

Closed
opened 2026-05-31 15:59:40 +00:00 by jmiller · 1 comment
Owner

Summary

Implement WHMCS-compatible update check at /{owner}/{repo}/updates/whmcs.json.

Metadata Fields Required

Field Description Example
name Module system name mokowaas
displayname Friendly name MokoWaaS
version Current version 2.29.04
author Author Moko Consulting
description Description Text
whmcs_min Min WHMCS version 8.0
download_url .zip URL Release asset

WHMCS Format

WHMCS modules check a custom JSON endpoint. License key passed as query parameter.


Claude Opus 4.6 (1M context) noreply@anthropic.com

## Summary Implement WHMCS-compatible update check at `/{owner}/{repo}/updates/whmcs.json`. ## Metadata Fields Required | Field | Description | Example | |---|---|---| | name | Module system name | `mokowaas` | | displayname | Friendly name | `MokoWaaS` | | version | Current version | `2.29.04` | | author | Author | `Moko Consulting` | | description | Description | Text | | whmcs_min | Min WHMCS version | `8.0` | | download_url | .zip URL | Release asset | ## WHMCS Format WHMCS modules check a custom JSON endpoint. License key passed as query parameter. --- *Claude Opus 4.6 (1M context) <noreply@anthropic.com>*
jmiller added the pending: testing label 2026-06-02 14:13:45 +00:00
Author
Owner

Tested and verified in production on MokoWaaS. All three download gating modes (none/prerelease/all), feed visibility, XML metadata, download URLs, and access control confirmed working.

Tested and verified in production on MokoWaaS. All three download gating modes (none/prerelease/all), feed visibility, XML metadata, download URLs, and access control confirmed working.
Sign in to join this conversation.
No labels pending: testing
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoGitea#355