docs(STRATEGY): redact LAN IP, use placeholder
Replace literal 192.168.0.100 with <NULLSTONE_LAN_IP> placeholder. Public repo should not advertise internal LAN addressing of nullstone.
This commit is contained in:
parent
5c961eba88
commit
886b2d6f84
1 changed files with 1 additions and 1 deletions
|
|
@ -307,7 +307,7 @@ Primary git host moved off github.com. **Forgejo** runs on nullstone
|
||||||
at `git.s8n.ru`, with **forgejo-runner** doing the build work. GH free-
|
at `git.s8n.ru`, with **forgejo-runner** doing the build work. GH free-
|
||||||
tier minute quota was hammering veilor-os iteration; we self-host now.
|
tier minute quota was hammering veilor-os iteration; we self-host now.
|
||||||
|
|
||||||
- Primary remote: `ssh://git@192.168.0.100:222/veilor-org/veilor-os.git`
|
- Primary remote: `ssh://git@<NULLSTONE_LAN_IP>:222/veilor-org/veilor-os.git`
|
||||||
(Forgejo, LAN-only until router port-forward 222 → nullstone:222
|
(Forgejo, LAN-only until router port-forward 222 → nullstone:222
|
||||||
added — TODO; or use tailnet hostname once tailscale logged in).
|
added — TODO; or use tailnet hostname once tailscale logged in).
|
||||||
- Public mirror: `https://github.com/veilor-org/veilor-os.git`. Forgejo
|
- Public mirror: `https://github.com/veilor-org/veilor-os.git`. Forgejo
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue