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>
This commit is contained in:
2026-05-08 14:22:57 -05:00
parent ad59acbc28
commit b286b0a305
7 changed files with 79 additions and 72 deletions

View File

@@ -91,17 +91,13 @@ WAKAPI_PASSWORD_SALT=demo_salt_replace_in_production
ATUIN_HOST=0.0.0.0
ATUIN_OPEN_REGISTRATION=true
# Reactive Resume Configuration
# Reactive Resume Configuration (v5)
RESUME_POSTGRES_DB=reactiveresume
RESUME_POSTGRES_USER=postgres
RESUME_POSTGRES_PASSWORD=demo_password
RESUME_MINIO_USER=minioadmin
RESUME_MINIO_PASSWORD=minioadmin
RESUME_CHROME_TOKEN=chrome_token_demo
RESUME_ACCESS_TOKEN_SECRET=access_token_secret_demo
RESUME_REFRESH_TOKEN_SECRET=refresh_token_secret_demo
# AUTH_SECRET maps to ACCESS_TOKEN_SECRET for Reactive Resume
AUTH_SECRET=access_token_secret_demo
# Metrics Configuration
METRICS_GITHUB_TOKEN=GITHUB_API_TOKEN_PLACEHOLDER