Phase 1-14 complete: - Unified Express.js API (TypeScript, Prisma ORM, PostgreSQL 16) - React Admin GUI (Vite + Ant Design + Zustand) - JWT auth with refresh tokens - Influence: Campaigns, Representatives, Responses, Email Queue - Map: Locations, Cuts, Shifts, Canvassing System - NAR data import infrastructure (2025 format) - Listmonk newsletter integration - Landing page builder (GrapesJS) - MkDocs + Code Server integration - Volunteer portal with GPS tracking - Monitoring stack (Prometheus, Grafana, Alertmanager) - Pangolin tunnel integration Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
33 lines
724 B
YAML
Executable File
33 lines
724 B
YAML
Executable File
---
|
|
# For configuration options and examples, please see:
|
|
# https://gethomepage.dev/configs/info-widgets/
|
|
|
|
- resources:
|
|
cpu: true
|
|
memory: true
|
|
disk: /
|
|
|
|
- openmeteo:
|
|
label: Edmonton # optional
|
|
latitude: 53.5461
|
|
longitude: -113.4938
|
|
timezone: America/Edmonton # optional
|
|
units: metric # or imperial
|
|
cache: 5 # Time in minutes to cache API responses, to stay within limits
|
|
format: # optional, Intl.NumberFormat options
|
|
maximumFractionDigits: 1
|
|
|
|
- greeting:
|
|
text_size: xl
|
|
text: "Welcome to Changemaker Lite"
|
|
|
|
- datetime:
|
|
text_size: xl
|
|
format:
|
|
dateStyle: short
|
|
timeStyle: short
|
|
hour12: true
|
|
|
|
- search:
|
|
provider: duckduckgo
|
|
target: _blank |