feat: use gitea as source authority

This commit is contained in:
Codex
2026-07-05 09:46:05 +00:00
parent 345b1cb7bb
commit d5a97318a3
5 changed files with 1253 additions and 17 deletions
+4
View File
@@ -435,6 +435,10 @@ export function platformInfraHelp(): unknown {
"bun scripts/cli.ts platform-infra gitea apply --target JD01 --confirm",
"bun scripts/cli.ts platform-infra gitea status --target JD01",
"bun scripts/cli.ts platform-infra gitea validate --target JD01",
"bun scripts/cli.ts platform-infra gitea mirror plan --target JD01",
"bun scripts/cli.ts platform-infra gitea mirror bootstrap --target JD01 --confirm",
"bun scripts/cli.ts platform-infra gitea mirror sync --target JD01 --confirm",
"bun scripts/cli.ts platform-infra gitea mirror status --target JD01",
],
description: "Operate YAML-controlled platform-infra services such as Sub2API, LangBot, n8n, WeChat archive workflows, OpenTelemetry tracing, the independent target-scoped secret plane, the D518 Kafka event bus, and the internal Gitea source-authority service for GH-1548/GH-1549. Public services use PK01 Caddy+FRP rather than Kubernetes Ingress, NodePort, or LoadBalancer.",
target,