7
Home
Jonathan Miller edited this page 2026-05-12 23:32:54 +00:00

MokoGitea

Moko Consulting's custom fork of Gitea, extending the self-hosted Git service with Project Board API endpoints, org-level branch protection, and custom branding.

Field Value
Language Go
License MIT
Upstream Gitea 1.25.5
Version 1261.0.0
Platform Gitea

Features

  • Org-Level Branch Protection — Organization-scoped rulesets that cascade to all repos automatically. Supports glob patterns. Full CRUD API.
  • Configurable Help/Support URLs — Replace hardcoded docs.gitea.com links via HELP_URL and SUPPORT_URL in app.ini.
  • Project Board API — REST API endpoints for managing project boards, columns, and cards programmatically
  • Custom branding — Moko Consulting visual identity (logos, colors, footer)
  • Full upstream compatibility — all standard Gitea features remain intact
  • Single binary deployment — written in Go, cross-platform, minimal resources

Pages

Page Description
Branding Custom branding and visual identity details
Deployment Production deployment guide
Org Branch Protection API Org-level branch protection rulesets and API reference
Project API Custom API endpoint reference for project boards
roadmap Development roadmap and planned features

Revision Date Author Description
3.0 2026-05-12 Moko Consulting Add org branch protection, help URLs, version convention (1261.0.0)
2.0 2026-05-10 Moko Consulting Rewrite with detailed features and fork documentation
1.0 2026-05-09 Moko Consulting Initial version