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:
@@ -67,6 +67,31 @@ const services = [
|
||||
url: 'http://localhost:4018',
|
||||
contentCheck: 'version',
|
||||
},
|
||||
{
|
||||
name: 'Reactive Resume',
|
||||
url: 'http://localhost:4016',
|
||||
contentCheck: 'reactive',
|
||||
},
|
||||
{
|
||||
name: 'Metrics',
|
||||
url: 'http://localhost:4021',
|
||||
contentCheck: 'metrics',
|
||||
},
|
||||
{
|
||||
name: 'Kiwix',
|
||||
url: 'http://localhost:4022',
|
||||
contentCheck: 'kiwix',
|
||||
},
|
||||
{
|
||||
name: 'Resume Matcher',
|
||||
url: 'http://localhost:4023',
|
||||
contentCheck: 'resume',
|
||||
},
|
||||
{
|
||||
name: 'Apple Health',
|
||||
url: 'http://localhost:4024',
|
||||
contentCheck: 'apple-health-collector',
|
||||
},
|
||||
];
|
||||
|
||||
for (const svc of services) {
|
||||
|
||||
@@ -54,6 +54,11 @@ test_complete_deployment() {
|
||||
"$WAKAPI_PORT"
|
||||
"$MAILHOG_PORT"
|
||||
"$ATUIN_PORT"
|
||||
"$REACTIVE_RESUME_PORT"
|
||||
"$METRICS_PORT"
|
||||
"$KIWIX_PORT"
|
||||
"$RESUME_MATCHER_PORT"
|
||||
"$APPLEHEALTH_PORT"
|
||||
)
|
||||
|
||||
local failed_ports=0
|
||||
|
||||
Reference in New Issue
Block a user