16
Home
Jonathan Miller edited this page 2026-06-28 19:00:06 +00:00

MokoGitea

Moko Consulting's custom fork of Gitea, extending the self-hosted Git service with an enhanced wiki system, DLID licensing, issue statuses, org metadata, CI infrastructure standardization, CDN asset delivery, security scanning, Project Board API endpoints, org-level branch protection, and custom branding.

Field Value
Language Go
License GPL-3.0-or-later
Upstream Gitea 1.26.1
Version v1.26.1-moko.06.21.00
Platform git.mokoconsulting.tech
CDN cdn.mokoconsulting.tech

Features

Feature Description
Wiki System Wikilinks, categories, backlinks, template transclusion, revision diffs, rename redirects, folder ACL, enhanced ToC, print view, ZIP export
CDN Built-in CDN for release assets via cdn.mokoconsulting.tech
Security Scanning Secret detection, dependency vulnerability scanning via OSV.dev, and code analysis (22 OWASP rules across 7 CWE categories)
License Management DLID licensing with entitlements, domain activations, ed25519-signed downloads
Manifest Settings Centralized project metadata -- single source of truth with deploy fields
Issue Management First-class Type, Status, Priority fields with colored badges and required baseline statuses
API Token Scope Editing Edit token scopes via API (PATCH) or web UI after creation
CI Infrastructure Reusable workflows, centralized ci-issue-reporter in MokoCLI, standardized MOKOGITEA_TOKEN naming
Update Feed Server Joomla updates.xml + Dolibarr JSON feed generation

API Reference

Page Description
Project API Project boards, columns, and cards
Org Branch Protection API Org-level branch protection rulesets
Manifest API Repo manifest/metadata settings REST API
Swagger Full API documentation

Operations

Page Description
Deployment Production deployment guide with dev deploy gate
Branding Custom branding and visual identity
Roadmap Development roadmap and planned features

Revision Date Author Description
8.0 2026-06-28 Jonathan Miller (@jmiller) Update security scanning description to include code analysis
7.0 2026-06-26 Jonathan Miller (@jmiller) Add wiki system, API token scopes, CI infrastructure, issue statuses, update version
6.0 2026-06-07 Jonathan Miller (@jmiller) Restructure into features/, api/, operations/ folders
5.0 2026-06-07 Jonathan Miller (@jmiller) Add CDN, security scanning, manifest consolidation, issue management
4.0 2026-05-31 Jonathan Miller (@jmiller) Add license management system
3.0 2026-05-12 Jonathan Miller (@jmiller) Add org branch protection, help URLs
2.0 2026-05-10 Jonathan Miller (@jmiller) Rewrite with detailed features
1.0 2026-05-09 Jonathan Miller (@jmiller) Initial version