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) <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
all validation (tier rules, TTL floor, `sub` required) lives there, so
|
||||||
this tool stays in sync as the licensing package evolves.
|
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
|
## Status
|
||||||
|
|
||||||
@@ -20,11 +20,11 @@ package from a sibling checkout — `go install` from a fresh clone will fail.
|
|||||||
Build it locally:
|
Build it locally:
|
||||||
|
|
||||||
```bash
|
```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);
|
# 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.
|
# 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
|
cd yama-issue-token
|
||||||
go build -o 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`).
|
24h (`YAMA_LICENSE_OFFLINE_HRS`).
|
||||||
|
|
||||||
See the YAMA repo for the License Server side:
|
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
|
## Security
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user