From 6a4321c4cd045f6ac2c18e84484311fee19b0dfb Mon Sep 17 00:00:00 2001 From: yuanyuanxiang <962914132@qq.com> Date: Wed, 20 May 2026 22:14:05 +0200 Subject: [PATCH] docs(readme): point all repo URLs at Gitea (authoritative host) GitHub mirror is no longer maintained; git.simpleremoter.com is the live host for both SimpleRemoter and yama-issue-token. Update source-code link, both clone commands, and the licensing-package tree link. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dc66234..0b006f6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A thin shell around [`licensing.Issue()`][issue] in the YAMA Go server — all validation (tier rules, TTL floor, `sub` required) lives there, so this tool stays in sync as the licensing package evolves. -[issue]: https://github.com/yuanyuanxiang/SimpleRemoter/blob/main/server/go/licensing/server.go +[issue]: https://git.simpleremoter.com/yuanyuanxiang/SimpleRemoter/src/branch/main/server/go/licensing/server.go ## Status @@ -20,11 +20,11 @@ package from a sibling checkout — `go install` from a fresh clone will fail. Build it locally: ```bash -git clone https://github.com/yuanyuanxiang/SimpleRemoter.git ../SimpleRemoter +git clone https://git.simpleremoter.com/yuanyuanxiang/SimpleRemoter.git ../SimpleRemoter # yama-issue-token expects YAMA at ../YAMA/server/go (see go.mod replace); # if you cloned as SimpleRemoter, either rename or adjust the replace line. -git clone https://github.com/yuanyuanxiang/yama-issue-token.git +git clone https://git.simpleremoter.com/yuanyuanxiang/yama-issue-token.git cd yama-issue-token go build -o yama-issue-token . ``` @@ -106,7 +106,7 @@ The customer's server never sees the master HMAC key — it HTTPS-POSTs to 24h (`YAMA_LICENSE_OFFLINE_HRS`). See the YAMA repo for the License Server side: -[`server/go/licensing/`](https://github.com/yuanyuanxiang/SimpleRemoter/tree/main/server/go/licensing). +[`server/go/licensing/`](https://git.simpleremoter.com/yuanyuanxiang/SimpleRemoter/src/branch/main/server/go/licensing). ## Security