700ace2848
Universal: Auto Version Bump / Version Bump (push) Successful in 10s
Universal: PR Check / Branch Policy (pull_request) Successful in 1s
Universal: PR Check / Require Docs Update (pull_request) Has been skipped
Universal: PR Check / Wiki Update Reminder (pull_request) Has been skipped
Generic: Project CI / Lint & Validate (pull_request) Successful in 37s
Generic: Project CI / Tests (pull_request) Successful in 34s
Universal: PR Check / Secret Scan (pull_request) Successful in 42s
Universal: PR Check / Validate PR (pull_request) Successful in 8s
Universal: PR Check / Build RC Package (pull_request) Has been cancelled
Universal: PR Check / Report Issues (pull_request) Has been cancelled
Retire the Gitea and MokoGitea identifiers that belong to Moko, keeping
only genuinely-external third-party names (upstream dep import paths,
Actions GITEA_/GITHUB_ runtime contract, webhook "gitea" wire type,
ssh-sign namespace, gitea.io/docs.gitea.com URLs).
Category 1 (user-facing, no deploy risk):
- Swagger API title/description/version summary -> MokoGIT, in both the
generated templates and the Go swagger annotation sources.
- Site meta Author/Description/Keywords defaults (og:description source)
-> MokoGIT, plus matching app.example.ini examples.
- Discord/Slack/Packagist webhook username placeholders -> MokoGIT.
- self_check locale hint: "gitea doctor convert" -> "mokogit ...".
Category 2 (Moko deployment/config identifiers; requires coordinated deploy):
- Makefile EXECUTABLE gitea/.exe -> mokogit/.exe; manpage target.
- Dockerfile + Dockerfile.rootless: build-stage names, binary paths,
s6 service dir gitea -> mokogit, GITEA_CUSTOM/GITEA_WORK_DIR/GITEA_TEMP/
GITEA_APP_INI -> MOKOGIT_*, /data|/var/lib|/etc gitea dirs -> mokogit.
Rootless build WORKDIR fixed from stale code.gitea.io/gitea to the
renamed module path.
- Retire the GITEA__ env-override prefix fallback; MOKOGIT__ only.
- Go path env reads GITEA_WORK_DIR/GITEA_CUSTOM -> MOKOGIT_WORK_DIR/
MOKOGIT_CUSTOM (path.go) with tests updated.
- cmd config help text prefix + binary name.
- .mokogit/branch-protection.yml MOKOGITEA_TOKEN/GITEA_URL/GITEA_ORG ->
MOKOGIT_* (workflow-local env).
Left untouched (external / breaks build or compat): upstream dep import
paths code.gitea.io/*, Actions GITEA_TOKEN/GITHUB_ contract, webhook
"gitea" type + template, ssh-sign namespace "gitea",
emoji,
gitea-* CSS/SVG, test fixtures, sqlite gitea.db filename, DB_NAME=gitea
default, gitea-trusted-user-ca-keys.pem, and docs referencing the live
/opt/mokogitea path.
Unbuilt: Go/gofmt toolchain unavailable in this environment; formatting
matched by hand.
Authored-by: Moko Consulting