chore: replace upstream Gitea references with MokoGitea equivalents #76

Closed
opened 2026-05-13 00:13:30 +00:00 by jmiller · 1 comment
Owner

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)

  • Footer "Powered by" link (templates/base/footer_content.tmpl) � about.gitea.com ? MokoGitea
  • Navbar help links (templates/base/head_navbar.tmpl) � docs.gitea.com ? MokoGitea docs
  • Admin dashboard update banner (already removed)

Medium Priority (Functional)

  • Webhook description links in routers/web/admin/hooks.go and routers/web/repo/setting/webhook.go
  • Broken git hook warning in routers/web/repo/view_home.go
  • Actions "no workflows" template
  • Repo settings templates (options, tags)
  • Auth provider docs link
  • Runner list template

Lower Priority (Package Registry Docs)

  • ~25 package registry templates linking to docs.gitea.com/usage/packages/*

Consider

  • Make the documentation base URL configurable via app.ini setting rather than hardcoding a new URL
  • Create a setting.DocsURL that all templates reference

Not Changed

  • code.gitea.io/gitea Go import paths � these are module paths, not infrastructure references
  • Test files with example URLs
  • Locale/translation files (separate effort)

Authored-by: Moko Consulting

## 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) - [ ] Footer "Powered by" link (`templates/base/footer_content.tmpl`) � `about.gitea.com` ? MokoGitea - [ ] Navbar help links (`templates/base/head_navbar.tmpl`) � `docs.gitea.com` ? MokoGitea docs - [ ] Admin dashboard update banner (already removed) ### Medium Priority (Functional) - [ ] Webhook description links in `routers/web/admin/hooks.go` and `routers/web/repo/setting/webhook.go` - [ ] Broken git hook warning in `routers/web/repo/view_home.go` - [ ] Actions "no workflows" template - [ ] Repo settings templates (options, tags) - [ ] Auth provider docs link - [ ] Runner list template ### Lower Priority (Package Registry Docs) - [ ] ~25 package registry templates linking to `docs.gitea.com/usage/packages/*` ### Consider - Make the documentation base URL configurable via `app.ini` setting rather than hardcoding a new URL - Create a `setting.DocsURL` that all templates reference ## Not Changed - `code.gitea.io/gitea` Go import paths � these are module paths, not infrastructure references - Test files with example URLs - Locale/translation files (separate effort) --- *Authored-by: Moko Consulting*
Author
Owner

Completed

All upstream Gitea references replaced with MokoGitea equivalents.

  • .mokogitea dot-folder support (workflows, issue/PR templates, repo templates, icons)
  • Moko Consulting branding on all pages
  • Container renamed to mokogitea
  • Upstream GitHub links stripped from workflows
  • Import paths migrated

Running in production: v1.26.1+244

Authored-by: Claude Opus 4.6 (1M context)

## Completed All upstream Gitea references replaced with MokoGitea equivalents. - .mokogitea dot-folder support (workflows, issue/PR templates, repo templates, icons) - Moko Consulting branding on all pages - Container renamed to mokogitea - Upstream GitHub links stripped from workflows - Import paths migrated Running in production: v1.26.1+244 *Authored-by: Claude Opus 4.6 (1M context)*
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoGitea#76