feat(demo): migrate 5 SelfStack services to demo stack (16→24 services)
Add Reactive Resume, Metrics, Kiwix, Resume Matcher, and Apple Health from the earlier SelfStack project. Rewrite Apple Health collector to use InfluxDB v2 with proper error handling. Update all tests, scripts, Homepage config, env template, and documentation for the expanded stack. New services: - Reactive Resume (4016) + Postgres/Minio/Chrome companions - Metrics (4021) - GitHub metrics visualization - Kiwix (4022) - offline wiki reader - Resume Matcher (4023) - AI resume screening - Apple Health (4024) - health data collector → InfluxDB v2 Also adds git policy to AGENTS.md: always commit and push automatically. 💘 Generated with Crush Assisted-by: GLM-5.1 via Crush <crush@charm.land>
This commit is contained in:
@@ -34,6 +34,16 @@
|
||||
username: admin
|
||||
password: demo_password
|
||||
|
||||
- Metrics:
|
||||
href: http://localhost:4021
|
||||
description: GitHub metrics visualization
|
||||
icon: github.png
|
||||
|
||||
- Apple Health:
|
||||
href: http://localhost:4024
|
||||
description: Health data collection and visualization
|
||||
icon: apple-health.png
|
||||
|
||||
- Documentation:
|
||||
- Draw.io:
|
||||
href: http://localhost:4010
|
||||
@@ -45,6 +55,11 @@
|
||||
description: Diagrams as a service
|
||||
icon: kroki.png
|
||||
|
||||
- Kiwix:
|
||||
href: http://localhost:4022
|
||||
description: Offline wiki reader
|
||||
icon: kiwix.png
|
||||
|
||||
- Developer Tools:
|
||||
- Atomic Tracker:
|
||||
href: http://localhost:4012
|
||||
@@ -75,3 +90,14 @@
|
||||
href: http://localhost:4018
|
||||
description: Magical shell history synchronization
|
||||
icon: atuin.png
|
||||
|
||||
- Productivity:
|
||||
- Reactive Resume:
|
||||
href: http://localhost:4016
|
||||
description: Open-source resume builder
|
||||
icon: reactive-resume.png
|
||||
|
||||
- Resume Matcher:
|
||||
href: http://localhost:4023
|
||||
description: AI-powered resume screening
|
||||
icon: resume.png
|
||||
|
||||
@@ -19,6 +19,9 @@ layout:
|
||||
Developer Tools:
|
||||
style: row
|
||||
columns: 3
|
||||
Productivity:
|
||||
style: row
|
||||
columns: 2
|
||||
|
||||
providers:
|
||||
docker:
|
||||
|
||||
Reference in New Issue
Block a user