reachableceo b286b0a305 fix(demo): migrate Reactive Resume to SeaweedFS, fix Kiwix/Apple Health
- Replace MinIO + Chrome with SeaweedFS (S3) + bucket init container
- Update Reactive Resume to v5 config (S3_* env vars, APP_URL, AUTH_SECRET)
- Fix Kiwix: smaller ZIM download, graceful fallback on failure, start_period
- Fix Apple Health: use InfluxDB ping() instead of deprecated ready()
- Remove stale RESUME_CHROME_TOKEN and RESUME_REFRESH_TOKEN_SECRET
- Add .yamllint config to relax line-length for compose template
- Update validate-all.sh to use local yamllint config and new image refs
- Update unit tests for createbucket service (replaces chrome)

💘 Generated with Crush

Assisted-by: GLM-5.1 via Crush <crush@charm.land>
2026-05-08 14:22:57 -05:00
2025-11-16 19:37:14 +00:00

TSYS Developer Support Stack

A Docker Compose-based multi-service stack of FOSS applications that run locally on developer workstations to enhance productivity and quality of life.

What It Does

Deploys 24 services across 6 categories via a single command:

Category Services
Infrastructure Homepage (dashboard), Pi-hole (DNS), Dockhand (Docker management), Docker Socket Proxy
Monitoring InfluxDB (time series), Grafana (visualization), Metrics (GitHub metrics), Apple Health (health data)
Documentation Draw.io (diagramming), Kroki (diagrams as code), Kiwix (offline wiki)
Developer Tools Atomic Tracker, ArchiveBox, Tube Archivist, Wakapi, MailHog, Atuin
Productivity Reactive Resume (resume builder), Resume Matcher (AI resume screening)

Quick Start

cd demo
cp demo.env.template demo.env
./scripts/demo-stack.sh deploy

Access the dashboard at http://localhost:4000

Credentials: admin / demo_password (demo only)

Requirements

  • Docker Engine + Docker Compose
  • 8GB RAM minimum
  • 10GB disk space
  • Linux (tested on Ubuntu)

Documentation

Document Purpose
demo/PRD.md Product requirements (the source of truth)
demo/README.md Full deployment and service documentation
demo/AGENTS.md Development guidelines
AGENTS.md Quick reference for contributors

Testing

# Unit tests (no Docker required)
bash demo/tests/unit/test_env_validation.sh

# Full test suite (requires running stack)
./demo/scripts/demo-test.sh full

License

See LICENSE.

Description
Off the shelf applications running local to developer workstations
Readme AGPL-3.0 362 KiB
Languages
Markdown 100%