2adeae555d9e792afa541260f2c2c604e47cf5d4
Rsync ran as root over SSH so files landed root-owned, but workers run as voidworkers — the service couldn't even reach the venv binary. Now: chown -R voidworkers after rsync, run venv create + pip install under `su voidworkers -c`. Also excludes .env, .gitignore, .pytest_cache so they survive across deploys. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Void 2.0
Homelab orchestrator + canonical knowledge store. Cradle-themed.
Successor to Void 1.x (CT 301). Spec at
/project/docs/superpowers/specs/2026-05-31-void-v2-design.md.
Layout
void-server(this repo) — Node API, MCP, UI, cron, agent runtimevoid-workers— Python ingest workers (separate repo, later plan)
Quick start (dev)
- Provision
void2-dbLXC (seedeploy/README.md) - Install Postgres + pgvector on
void2-db npm installcp .env.example .envand editnpm run migratenpm startcurl -H "Authorization: Bearer $OWNER_TOKEN" http://localhost:3000/health
Description
Languages
JavaScript
87.5%
CSS
6.4%
Python
5.2%
Shell
0.7%
HTML
0.2%