Commit Graph

7 Commits

Author SHA1 Message Date
Apple
2a6112fc42 Add Infra Automation Pack v1: docs infrastructure, logging stack, sync scripts 2025-11-27 09:29:42 -08:00
Apple
3de3c8cb36 feat: Add presence heartbeat for Matrix online status
- matrix-gateway: POST /internal/matrix/presence/online endpoint
- usePresenceHeartbeat hook with activity tracking
- Auto away after 5 min inactivity
- Offline on page close/visibility change
- Integrated in MatrixChatRoom component
2025-11-27 00:19:40 -08:00
Apple
064ac5af64 fix: Use direct values in Synapse config (env vars not interpolated) 2025-11-26 12:01:57 -08:00
Apple
385a9382fa fix: Add URL preview blacklist and fix metrics config 2025-11-26 12:00:06 -08:00
Apple
a1b400bf69 fix: Add report_stats to Synapse config 2025-11-26 11:58:45 -08:00
Apple
88d89249f4 fix: Change Synapse port to 8018 (8008 occupied) 2025-11-26 11:58:07 -08:00
Apple
557bfb5ee1 feat: Add Matrix infrastructure (Synapse + Element Web)
- Synapse homeserver.yaml configuration
- Element Web config.json
- PostgreSQL init script for synapse DB
- Nginx gateway configuration
- Docker Compose for Matrix stack
- README_MATRIX.md documentation
2025-11-26 11:56:39 -08:00