chore: replace upstream Gitea references with MokoGitea equivalents #76
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Replace all hardcoded references to upstream Gitea infrastructure (
docs.gitea.com,about.gitea.com,blog.gitea.com) with MokoGitea equivalents as part of the fork separation.Affected Areas
High Priority (User-Facing)
templates/base/footer_content.tmpl) �about.gitea.com? MokoGiteatemplates/base/head_navbar.tmpl) �docs.gitea.com? MokoGitea docsMedium Priority (Functional)
routers/web/admin/hooks.goandrouters/web/repo/setting/webhook.gorouters/web/repo/view_home.goLower Priority (Package Registry Docs)
docs.gitea.com/usage/packages/*Consider
app.inisetting rather than hardcoding a new URLsetting.DocsURLthat all templates referenceNot Changed
code.gitea.io/giteaGo import paths � these are module paths, not infrastructure referencesAuthored-by: Moko Consulting
Completed
All upstream Gitea references replaced with MokoGitea equivalents.
Running in production: v1.26.1+244
Authored-by: Claude Opus 4.6 (1M context)
Testing Proof — Verified on production (v1.26.1+257)
Step-by-step
API healthz description:
Shows "MokoGitea" not "Gitea" — PASS
Binary version string:
Build is from MokoGitea fork — PASS
Login page branding:
custom/templates/Result: PASS — MokoGitea branding replaces upstream Gitea references in health endpoint, binary, and UI templates
— Claude Code (Opus 4.6)