chore: update github org references to x-evor
This commit is contained in:
parent
b7dafdd508
commit
9a822a5874
@ -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
|
||||
```
|
||||
|
||||
|
||||
@ -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',
|
||||
],
|
||||
}
|
||||
|
||||
|
||||
@ -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`
|
||||
|
||||
@ -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]
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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`
|
||||
|
||||
@ -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-}"
|
||||
|
||||
@ -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-}"
|
||||
|
||||
@ -8,7 +8,7 @@ Usage:
|
||||
|
||||
Examples:
|
||||
# Remote install:
|
||||
# curl -fsSL "https://raw.githubusercontent.com/cloud-neutral-toolkit/<repo>/main/scripts/setup.sh?$(date +%s)" | bash -s -- <repo>
|
||||
# curl -fsSL "https://raw.githubusercontent.com/x-evor/<repo>/main/scripts/setup.sh?$(date +%s)" | bash -s -- <repo>
|
||||
#
|
||||
# Local:
|
||||
# bash scripts/setup.sh <repo>
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
---
|
||||
|
||||
@ -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"
|
||||
},
|
||||
{
|
||||
|
||||
@ -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" },
|
||||
{
|
||||
|
||||
@ -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' }
|
||||
|
||||
@ -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',
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user