docs: add forgejo checks to testing

This commit is contained in:
Sam & Claude 2026-04-02 10:35:05 +00:00 committed by 123kupola
parent c3c6a74879
commit 4559e6fc5c

View file

@ -132,7 +132,7 @@ The script will:
4. **Disk partitioning** — Default options (ZFS root)
5. **Reboot** — After install, reboots into HDD
6. **First boot** — rc.d/clawdie-firstboot triggers firstboot.sh
7. **Firstboot wizard** — Prompts for assistant name, domain, timezone (non-interactive in this test, uses defaults)
7. **Firstboot wizard** — Prompts for assistant name, domain, timezone, and Forgejo web UI toggle (non-interactive in this test, uses defaults)
8. **Module execution** — GPU detection → deployment → service startup
### Timeline
@ -189,6 +189,14 @@ After boot completes, check the VM console for:
[deploy] Clawdie-AI deployment complete
```
#### ✅ Forgejo (optional)
When Forgejo is enabled, verify the service and port:
```
sudo bastille cmd ${AGENT_NAME}-git service forgejo onestatus
sockstat -4l | grep ':3000'
```
#### ✅ Desktop ready
```
Login prompt appears (Lumina greeter via lightdm)