From 9a822a58745ef782bb053c82fd50f1a36b3c0c4b Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Thu, 19 Mar 2026 23:57:54 +0800 Subject: [PATCH] chore: update github org references to x-evor --- README.md | 2 +- docs/SEO-AUDIT-REPORT.md | 2 +- docs/governance/release-process.md | 2 +- docs/operations/runbooks/rag-server.md | 6 +++--- docs/usage/deployment.md | 2 +- docs/zh/governance/release-process.md | 2 +- scripts/github-actions/render-frontend-build-args.sh | 2 +- scripts/github-actions/render-frontend-runtime-env.sh | 2 +- scripts/setup.sh | 4 ++-- skills/git-history-secret-remediation/SKILL.md | 2 +- src/app/support/page.tsx | 2 +- src/components/Footer.tsx | 2 +- src/i18n/translations.ts | 4 ++-- src/lib/marketingContent.ts | 2 +- 14 files changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index bc7317a..4fd3ed3 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Cloud Neutral Toolkit 的开放云控制面板 (Open Cloud Control Panel). ### 一键初始化 (Setup Script) ```bash -curl -fsSL "https://raw.githubusercontent.com/cloud-neutral-toolkit/console.svc.plus/main/scripts/setup.sh?$(date +%s)" \ +curl -fsSL "https://raw.githubusercontent.com/x-evor/console.svc.plus/main/scripts/setup.sh?$(date +%s)" \ | bash -s -- console.svc.plus ``` diff --git a/docs/SEO-AUDIT-REPORT.md b/docs/SEO-AUDIT-REPORT.md index 91f92f3..0c56956 100644 --- a/docs/SEO-AUDIT-REPORT.md +++ b/docs/SEO-AUDIT-REPORT.md @@ -364,7 +364,7 @@ export default function RootLayout({ children }: { children: React.ReactNode }) logo: 'https://console.svc.plus/logo.png', sameAs: [ 'https://twitter.com/cloudneutral', - 'https://github.com/cloud-neutral-toolkit', + 'https://github.com/x-evor', ], } diff --git a/docs/governance/release-process.md b/docs/governance/release-process.md index b2a666b..3ced766 100644 --- a/docs/governance/release-process.md +++ b/docs/governance/release-process.md @@ -47,5 +47,5 @@ Published commit: `0fab89e` ## Notes -- GitHub Release: `https://github.com/cloud-neutral-toolkit/console.svc.plus/releases/tag/v0.2` +- GitHub Release: `https://github.com/x-evor/console.svc.plus/releases/tag/v0.2` - Related docs: `docs/README.md`, `docs/en/README.md`, `docs/zh/README.md` diff --git a/docs/operations/runbooks/rag-server.md b/docs/operations/runbooks/rag-server.md index 268ce35..ee36b96 100644 --- a/docs/operations/runbooks/rag-server.md +++ b/docs/operations/runbooks/rag-server.md @@ -16,7 +16,7 @@ - **区域**: asia-northeast1 - **项目 ID**: xzerolab-480008 - **服务 URL**: https://rag-server-svc-plus-266500572462.asia-northeast1.run.app -- **代码仓库**: https://github.com/cloud-neutral-toolkit/rag-server.svc.plus +- **代码仓库**: https://github.com/x-evor/rag-server.svc.plus ### 服务功能 RAG (Retrieval-Augmented Generation) 服务器提供以下功能: @@ -68,7 +68,7 @@ rag-server.svc.plus/ #### 1. 代码变更 ```bash # 克隆仓库 -git clone https://github.com/cloud-neutral-toolkit/rag-server.svc.plus.git +git clone https://github.com/x-evor/rag-server.svc.plus.git cd rag-server.svc.plus # 创建功能分支 @@ -407,7 +407,7 @@ gcloud run services update rag-server-svc-plus \ - **紧急联系**: [电话] ### 相关链接 -- **GitHub**: https://github.com/cloud-neutral-toolkit/rag-server.svc.plus +- **GitHub**: https://github.com/x-evor/rag-server.svc.plus - **Cloud Console**: https://console.cloud.google.com/run/detail/asia-northeast1/rag-server-svc-plus - **监控面板**: [Monitoring Dashboard URL] - **文档**: [Documentation URL] diff --git a/docs/usage/deployment.md b/docs/usage/deployment.md index 5a9f65c..7c5e129 100644 --- a/docs/usage/deployment.md +++ b/docs/usage/deployment.md @@ -24,7 +24,7 @@ This is intentionally static-first for the current weak-IO single-node host. Dyn ## Control Plane & DNS Stage -The control repo (`github-org-cloud-neutral-toolkit`) tracks `console.svc.plus` through `console.svc.plus.code-workspace` and keeps the `subrepos/accounts.svc.plus` pointer in sync via `skills/cross-repo-upstream-submodule-sync`. Releases resolve metadata with that workspace and the `config/single-node-release` manifests. After `.github/workflows/service_release_frontend-deploy.yml` finishes pushing the new image, the control-plane workflow `.github/workflows/service_release_apiserver-deploy.yml` calls `scripts/github-actions/update-release-dns.sh` to update Cloudflare DNS so the new endpoint is reachable under `cn.svc.plus` and `cn.onwalk.net`. +The control repo (`github-org-x-evor`) tracks `console.svc.plus` through `console.svc.plus.code-workspace` and keeps the `subrepos/accounts.svc.plus` pointer in sync via `skills/cross-repo-upstream-submodule-sync`. Releases resolve metadata with that workspace and the `config/single-node-release` manifests. After `.github/workflows/service_release_frontend-deploy.yml` finishes pushing the new image, the control-plane workflow `.github/workflows/service_release_apiserver-deploy.yml` calls `scripts/github-actions/update-release-dns.sh` to update Cloudflare DNS so the new endpoint is reachable under `cn.svc.plus` and `cn.onwalk.net`. ## Future Docs Strategy diff --git a/docs/zh/governance/release-process.md b/docs/zh/governance/release-process.md index bff11c7..af40544 100644 --- a/docs/zh/governance/release-process.md +++ b/docs/zh/governance/release-process.md @@ -49,5 +49,5 @@ ## 备注 -- GitHub Release:`https://github.com/cloud-neutral-toolkit/console.svc.plus/releases/tag/v0.2` +- GitHub Release:`https://github.com/x-evor/console.svc.plus/releases/tag/v0.2` - 相关文档:`docs/README.md`、`docs/en/README.md`、`docs/zh/README.md` diff --git a/scripts/github-actions/render-frontend-build-args.sh b/scripts/github-actions/render-frontend-build-args.sh index cecca97..b3c589d 100755 --- a/scripts/github-actions/render-frontend-build-args.sh +++ b/scripts/github-actions/render-frontend-build-args.sh @@ -25,7 +25,7 @@ emit_lines() { printf 'NEXT_PUBLIC_DOCS_BASE_URL=%s\n' "${NEXT_PUBLIC_DOCS_BASE_URL:-https://${primary_domain}/docs}" printf 'NEXT_PUBLIC_RUNTIME_ENVIRONMENT=%s\n' "${NEXT_PUBLIC_RUNTIME_ENVIRONMENT:-prod}" printf 'NEXT_PUBLIC_RUNTIME_REGION=%s\n' "${NEXT_PUBLIC_RUNTIME_REGION:-cn}" - printf 'NEXT_PUBLIC_GISCUS_REPO=%s\n' "${NEXT_PUBLIC_GISCUS_REPO:-cloud-neutral-toolkit/console.svc.plus}" + printf 'NEXT_PUBLIC_GISCUS_REPO=%s\n' "${NEXT_PUBLIC_GISCUS_REPO:-x-evor/console.svc.plus}" printf 'NEXT_PUBLIC_GISCUS_REPO_ID=%s\n' "${NEXT_PUBLIC_GISCUS_REPO_ID-}" printf 'NEXT_PUBLIC_GISCUS_CATEGORY=%s\n' "${NEXT_PUBLIC_GISCUS_CATEGORY:-General}" printf 'NEXT_PUBLIC_GISCUS_CATEGORY_ID=%s\n' "${NEXT_PUBLIC_GISCUS_CATEGORY_ID-}" diff --git a/scripts/github-actions/render-frontend-runtime-env.sh b/scripts/github-actions/render-frontend-runtime-env.sh index cddcdaf..e118c3b 100755 --- a/scripts/github-actions/render-frontend-runtime-env.sh +++ b/scripts/github-actions/render-frontend-runtime-env.sh @@ -64,7 +64,7 @@ append_env CLOUDFLARE_WEB_ANALYTICS_SITE_TAG "${CLOUDFLARE_WEB_ANALYTICS_SITE_TA append_env CLOUDFLARE_ZONE_TAG "${CLOUDFLARE_ZONE_TAG-}" append_env ROOT_EMAIL_WHITELIST "${ROOT_EMAIL_WHITELIST:-admin@svc.plus}" append_env NEXT_PUBLIC_PAYPAL_CLIENT_ID "${NEXT_PUBLIC_PAYPAL_CLIENT_ID-}" -append_env NEXT_PUBLIC_GISCUS_REPO "${NEXT_PUBLIC_GISCUS_REPO:-cloud-neutral-toolkit/console.svc.plus}" +append_env NEXT_PUBLIC_GISCUS_REPO "${NEXT_PUBLIC_GISCUS_REPO:-x-evor/console.svc.plus}" append_env NEXT_PUBLIC_GISCUS_REPO_ID "${NEXT_PUBLIC_GISCUS_REPO_ID-}" append_env NEXT_PUBLIC_GISCUS_CATEGORY "${NEXT_PUBLIC_GISCUS_CATEGORY:-General}" append_env NEXT_PUBLIC_GISCUS_CATEGORY_ID "${NEXT_PUBLIC_GISCUS_CATEGORY_ID-}" diff --git a/scripts/setup.sh b/scripts/setup.sh index f04faee..742bcca 100755 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -8,7 +8,7 @@ Usage: Examples: # Remote install: - # curl -fsSL "https://raw.githubusercontent.com/cloud-neutral-toolkit//main/scripts/setup.sh?$(date +%s)" | bash -s -- + # curl -fsSL "https://raw.githubusercontent.com/x-evor//main/scripts/setup.sh?$(date +%s)" | bash -s -- # # Local: # bash scripts/setup.sh @@ -50,7 +50,7 @@ while [[ $# -gt 0 ]]; do done if [[ -z "${REPO_URL}" ]]; then - REPO_URL="https://github.com/cloud-neutral-toolkit/${NAME}.git" + REPO_URL="https://github.com/x-evor/${NAME}.git" fi need_cmd git diff --git a/skills/git-history-secret-remediation/SKILL.md b/skills/git-history-secret-remediation/SKILL.md index da66131..b821e86 100644 --- a/skills/git-history-secret-remediation/SKILL.md +++ b/skills/git-history-secret-remediation/SKILL.md @@ -3,7 +3,7 @@ name: git-history-secret-remediation description: Use when a user asks to detect secrets in git commit history, clean tracked sensitive data, rewrite history with git-filter-repo, or verify cleanup with gitleaks. Covers gitleaks detect -v, replacement mapping, path removal, ref inventory, history rewrites, force-push planning, and post-cleanup coordination. license: Internal use only metadata: - owner: cloud-neutral-toolkit + owner: x-evor distribution: clawhub-compatible package-format: .skill --- diff --git a/src/app/support/page.tsx b/src/app/support/page.tsx index 4d3cf03..d589503 100644 --- a/src/app/support/page.tsx +++ b/src/app/support/page.tsx @@ -32,7 +32,7 @@ export default function SupportPage() { description: isChinese ? "与其他开发者交流,分享经验和解决问题。" : "Connect with other developers, share experiences, and solve problems.", - link: "https://github.com/orgs/cloud-neutral-toolkit/discussions", + link: "https://github.com/orgs/x-evor/discussions", linkText: isChinese ? "加入讨论" : "Join Discussions" }, { diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 65ad7b4..4ee84b5 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -17,7 +17,7 @@ export default function Footer() { { label: "GitHub", icon: Github, - href: "https://github.com/Cloud-Neutral-Toolkit", + href: "https://github.com/x-evor", }, { label: "X", icon: Twitter, href: "https://x.com/Cloud_Neutral" }, { diff --git a/src/i18n/translations.ts b/src/i18n/translations.ts index d3c1c15..0eb1c1f 100644 --- a/src/i18n/translations.ts +++ b/src/i18n/translations.ts @@ -1435,7 +1435,7 @@ export const translations: Record<'en' | 'zh', Translation> = { title: 'Cloud Infrastructure', content: 'GitHub / Cloudflare / Vercel / Google Cloud Run', links: [ - { label: 'GitHub', url: 'https://github.com/cloud-neutral-toolkit' }, + { label: 'GitHub', url: 'https://github.com/x-evor' }, { label: 'Cloudflare', url: 'https://www.cloudflare.com' }, { label: 'Vercel', url: 'https://vercel.com' }, { label: 'Google Cloud Run', url: 'https://cloud.google.com' } @@ -2097,7 +2097,7 @@ export const translations: Record<'en' | 'zh', Translation> = { title: '云基础设施', content: 'GitHub / Cloudflare / Vercel / Google Cloud Run', links: [ - { label: 'GitHub', url: 'https://github.com/cloud-neutral-toolkit' }, + { label: 'GitHub', url: 'https://github.com/x-evor' }, { label: 'Cloudflare', url: 'https://www.cloudflare.com' }, { label: 'Vercel', url: 'https://vercel.com' }, { label: 'Google Cloud Run', url: 'https://cloud.google.com' } diff --git a/src/lib/marketingContent.ts b/src/lib/marketingContent.ts index 855b489..f192e00 100644 --- a/src/lib/marketingContent.ts +++ b/src/lib/marketingContent.ts @@ -184,7 +184,7 @@ const CONTACT_PANEL: ContactPanelContent = { bodyHtml: '点击链接访问 CloudNativeSuite GitHub,欢迎支持关注 Star,获取更多项目动态。', icon: 'star', ctaLabel: '访问 GitHub', - ctaHref: 'https://github.com/cloud-neutral-toolkit', + ctaHref: 'https://github.com/x-evor', }, ], }