diff --git a/.claude/rules/local-services.md b/.claude/rules/local-services.md index 0a5e76931..d3c5bf563 100644 --- a/.claude/rules/local-services.md +++ b/.claude/rules/local-services.md @@ -2,4 +2,10 @@ Endpoints are also preconfigured in `tooling/db/config.json`. -- **Gitea:** `http://git.schweitz.internal` (login: `schweitz`) +- **Gitea:** `https://git.schweitz.net` (login: `schweitz`; LAN-hairpinned via + AdGuard — resolves to tower-of-joy directly on the home network). The old + `git.schweitz.internal` vhost was retired 2026-07 in the `.internal`→`.net` + proxy migration. +- **tower-of-joy services** (Stable Audio :11500, Trellis :11510): addressed by + IP `192.168.86.149` in `config.json` — the bare `tower-of-joy` hostname has + no DNS entry since the migration. diff --git a/.claude/rules/tea-cli.md b/.claude/rules/tea-cli.md index 45af3a818..87eca3fba 100644 --- a/.claude/rules/tea-cli.md +++ b/.claude/rules/tea-cli.md @@ -33,7 +33,7 @@ tea issue list --login schweitz --repo jpmschweitzer/settled-reach --state open ## Pull requests -**Use `tea` (Gitea CLI), not `gh` (GitHub CLI).** The remote is Gitea at `git.schweitz.internal`. +**Use `tea` (Gitea CLI), not `gh` (GitHub CLI).** The remote is Gitea at `https://git.schweitz.net` (the `.internal` vhost was retired in the 2026-07 proxy migration; AdGuard hairpins the `.net` name to the LAN). `tea pr create` is the one command that must **omit `--repo`**: an explicit `--repo ` makes tea skip local-repo setup, but `pr create` unconditionally diff --git a/tooling/db/config.json b/tooling/db/config.json index cdfb077e8..c3d710d3d 100644 --- a/tooling/db/config.json +++ b/tooling/db/config.json @@ -1,4 +1,4 @@ { - "stable_audio_url": "http://tower-of-joy:11500", - "trellis_url": "http://tower-of-joy:11510" + "stable_audio_url": "http://192.168.86.149:11500", + "trellis_url": "http://192.168.86.149:11510" }