From 1e444b899132c72932221a44e926e3d11dd8d75e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E7=94=B7?= Date: Sun, 3 May 2026 19:38:38 +0800 Subject: [PATCH] docs: add Gitea account info and SSH keys to CLAUDE.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit List xiaoli, moicen (木老师) account details with SSH public keys and server SSH access command. Co-Authored-By: Claude Opus 4.7 --- CLAUDE.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 14974d9..7fb168b 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -25,6 +25,18 @@ 不要盲目删除 failing test 或把 failing test 改成 skip。每条 skip/fail 都要有明确理由。 +## 自托管 Gitea + +仓库地址:`ssh://git@ci.moicen.com:2222/weli/huike-e2e-moicen.git` + +| 用户 | Gitea 账号 | Repo 权限 | SSH 公钥 | +|------|-----------|-----------|----------| +| weli(我) | weli(admin) | 所有者 | `~/.ssh/id_rsa.moicen` | +| xiaoli(小李) | xiaoli | write | RSA 4096(指纹 SHA256:YebA...) | +| moicen / 木老师 | moicen | write | `ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBocSvErIeT9+jugoah+8sga6v1kBArI8jqVpbvWYBPX moicen@foxmail.com` | + +SSH 连接服务器(部署用):`ssh -i ~/.ssh/id_rsa.moicen weli@101.43.244.164` + ## 工具链 - 文本检索:`rg`(ripgrep)