{"id":50709178,"url":"https://github.com/bseverns/lab_mind","last_synced_at":"2026-06-09T14:01:26.421Z","repository":{"id":353895393,"uuid":"1206646086","full_name":"bseverns/lab_mind","owner":"bseverns","description":"workspace coordination","archived":false,"fork":false,"pushed_at":"2026-04-26T05:00:03.000Z","size":140,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-26T06:22:08.651Z","etag":null,"topics":["3d-printing","automation","headscale","jetson-nano","jetson-orin-nano","networking-concepts","nodered","r900","raspberry-pi"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bseverns.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-10T05:46:11.000Z","updated_at":"2026-04-26T05:00:08.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/bseverns/lab_mind","commit_stats":null,"previous_names":["bseverns/lab_mind"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/bseverns/lab_mind","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bseverns%2Flab_mind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bseverns%2Flab_mind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bseverns%2Flab_mind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bseverns%2Flab_mind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bseverns","download_url":"https://codeload.github.com/bseverns/lab_mind/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bseverns%2Flab_mind/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34110012,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["3d-printing","automation","headscale","jetson-nano","jetson-orin-nano","networking-concepts","nodered","r900","raspberry-pi"],"created_at":"2026-06-09T14:01:25.538Z","updated_at":"2026-06-09T14:01:26.365Z","avatar_url":"https://github.com/bseverns.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lab Mind\n\nThis repository documents the lab as a recoverable, boring, mixed-hardware system.\n\nCurrent intended topology:\n\n- **Dell PowerEdge R900**: infrastructure spine for backups, shared storage, monitoring, dashboards, Portainer server, docs mirror, known-good-state archive, and internal operational memory.\n- **Jetson-A**: Jetson Orin Nano live assistant node for Open WebUI, local model serving, code-assistant workflows, local docs/RAG, and browser-first educator access.\n- **Jetson Nano B/C**: edge/support nodes for room status, service polling, local dashboards, and machine-adjacent helper roles.\n- **Raspberry Pis**: disposable edge appliances for kiosks, displays, USB/machine bridges, signage, and sensors/cameras when useful.\n- **Ethernet switch**: the wiring and containment layer for the whole room.\n- **Headscale**: private control plane for remote access, not the public app surface.\n- **Digital Factory**: source of truth for 3D printer fleet management.\n- **Cubiko/CNC**: optional, physically attached integration only.\n\nDesign constraints:\n\n- Do not treat this as a Kubernetes cluster.\n- Do not distribute one model across all machines.\n- Keep public/browser traffic separate from private control/model traffic.\n- Keep the architecture boring, durable, and recoverable.\n- Prefer browser-first operations over remote desktop.\n- Prefer editable placeholders over invented final values.\n\n## Read This First\n\nStart with:\n\n1. [`docs/index.md`](docs/index.md)\n2. [`docs/CURRENT_STATE.md`](docs/CURRENT_STATE.md)\n3. [`docs/TESTED_VALUES.md`](docs/TESTED_VALUES.md)\n4. [`docs/KNOWN_GOOD_STATE.md`](docs/KNOWN_GOOD_STATE.md)\n5. [`docs/EXPERIMENTAL_SURFACES.md`](docs/EXPERIMENTAL_SURFACES.md)\n6. [`docs/00_ORIENTATION.md`](docs/00_ORIENTATION.md)\n7. [`docs/01_NETWORK_REALITY.md`](docs/01_NETWORK_REALITY.md)\n8. [`docs/07_SERVICE_PLACEMENT_MATRIX.md`](docs/07_SERVICE_PLACEMENT_MATRIX.md)\n9. [`docs/17_DEPLOYMENT_PHASES.md`](docs/17_DEPLOYMENT_PHASES.md)\n10. [`docs/06_MODEL_STRATEGY_CODE_ASSISTANT.md`](docs/06_MODEL_STRATEGY_CODE_ASSISTANT.md)\n11. [`docs/25_JETSON_A_MODEL_BUILD_PIECES.md`](docs/25_JETSON_A_MODEL_BUILD_PIECES.md)\n12. [`docs/27_COOPERATIVE_CODE_MODE.md`](docs/27_COOPERATIVE_CODE_MODE.md)\n13. [`docs/BOARD_CASE_FOR_INFRASTRUCTURE.md`](docs/BOARD_CASE_FOR_INFRASTRUCTURE.md)\n14. [`docs/handoff/INTERN_ONE_PAGER.md`](docs/handoff/INTERN_ONE_PAGER.md)\n15. [`docs/handoff/OPERATOR_TOGGLE_CHECKLIST.md`](docs/handoff/OPERATOR_TOGGLE_CHECKLIST.md)\n16. [`docs/handoff/MODEL_SWITCH_CARD.md`](docs/handoff/MODEL_SWITCH_CARD.md)\n17. [`docs/handoff/MODEL_CHOICE_LADDER.md`](docs/handoff/MODEL_CHOICE_LADDER.md)\n\n## Where The Editable Placeholders Live\n\n- `ops/lab/` contains hostnames, URLs, Headscale values, and workspace placeholders.\n- `ops/lab/private-names.example` and `ops/lab/image-values.example` hold the canonical private naming and image pin examples.\n- `compose/jetson-a-llamacpp.compose.yml` is the local-model stack template for Jetson-A.\n- `compose/jetson-a-base.compose.yml`, `compose/jetson-a-fast.compose.yml`, `compose/jetson-a-code.compose.yml`, and `compose/jetson-a-heavy.compose.yml` are the staged build pieces.\n- `compose/r900-code.compose.yml` and `compose/jetson-a-remote-code.compose.yml` are the optional remote code backend pieces.\n- `templates/MODEL_SHORTLIST.example.md` is the candidate model shortlist.\n- `templates/` contains inventory and recovery templates.\n- `dashboard/` contains a simple browser cockpit starter.\n- `scripts/check_docs_integrity.sh` and `scripts/check_image_pins.sh` are guardrails for the docs and compose layer.\n\n## Build The Wiki\n\nUse the wiki build helper when you want a static site:\n\n```bash\n./scripts/build_wiki.sh\n```\n\nInstall the docs dependencies first if needed:\n\n```bash\npython3 -m pip install -r requirements-wiki.txt\n```\n\nUse `mkdocs serve` if you want a live preview while editing.\n\n## Publish The Wiki\n\nThe wiki is set up to publish from GitHub Actions on pushes to `main`.\n\nBefore the first publish, set the repository Pages source to GitHub Actions in GitHub settings.\nThen push to `main` and let the workflow build and deploy the site.\n\nThe workflow lives at:\n\n- [`.github/workflows/publish-wiki.yml`](.github/workflows/publish-wiki.yml)\n\n## Rule Of Thumb\n\nThe R900 stores and restores the room. Jetson-A talks to people. The Nanos and Pis do edge work. Nothing should depend on magic that cannot be rebuilt from the docs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbseverns%2Flab_mind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbseverns%2Flab_mind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbseverns%2Flab_mind/lists"}