Migrate state-hub image and clone refs to Forgejo (RAIL-HO-WP-0006)
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 4s

This commit is contained in:
tegwick 2026-07-09 11:59:08 +02:00
parent d9217c238d
commit e0f0b6d3c6
5 changed files with 13 additions and 13 deletions

View file

@ -14,7 +14,7 @@ ceremony is complete.
Clone the repo, then run the bootstrap script:
```bash
git clone https://gitea.coulomb.social/coulomb/state-hub.git ~/state-hub
git clone https://forgejo.coulomb.social/coulomb/state-hub.git ~/state-hub
cd ~/state-hub
make bootstrap-env
```
@ -46,8 +46,8 @@ Restart Claude Code after MCP registration.
2. Clone `state-hub` and any domain repo you expect to operate:
```bash
git clone https://gitea.coulomb.social/coulomb/state-hub.git ~/state-hub
git clone https://gitea.coulomb.social/coulomb/the-custodian.git ~/the-custodian
git clone https://forgejo.coulomb.social/coulomb/state-hub.git ~/state-hub
git clone https://forgejo.coulomb.social/coulomb/the-custodian.git ~/the-custodian
```
3. Run the bootstrap:
@ -112,8 +112,8 @@ Restart Claude Code after MCP registration.
2. Clone this repo and the domain repo:
```bash
git clone https://gitea.coulomb.social/coulomb/state-hub.git ~/state-hub
git clone https://gitea.coulomb.social/coulomb/<domain-repo>.git ~/<domain-repo>
git clone https://forgejo.coulomb.social/coulomb/state-hub.git ~/state-hub
git clone https://forgejo.coulomb.social/coulomb/<domain-repo>.git ~/<domain-repo>
```
3. Run the bootstrap: