Diagnostic intelligence layer for servers, services, and devices — log ingest, FTS search, and MCP-native diagnostics
https://circuitforge.tech/software/turnstone
- Dockerfile: multi-stage build (node:22-alpine builds Vue SPA, python:3.12-slim runs uvicorn) — no Node.js required on the host - requirements.txt: minimal runtime deps (fastapi, uvicorn, pyyaml, aiofiles, pydantic, python-multipart) - podman-standalone.sh: mirrors Peregrine's deployment pattern; binds /opt/turnstone/data + /opt/turnstone/patterns + /opt/qbittorrent/config/data/logs (ro); includes cron and Caddy config instructions in comments - .gitignore: add log/, .turnstone-api.pid (generated by manage.sh dev mode) |
||
|---|---|---|
| .github/copilot | ||
| app | ||
| patterns | ||
| scripts | ||
| tests | ||
| web | ||
| .gitignore | ||
| .mcp.json | ||
| Dockerfile | ||
| manage.sh | ||
| podman-standalone.sh | ||
| requirements.txt | ||