## Summary - Create `docs/reference/` section with 24 technical reference cards - Services (16): alloy, argocd, borgmatic, 1password, forgejo, grafana, jellyfin, kiwix, loki, miniflux, navidrome, postgresql, prometheus, teslamate, transmission, zot - Infrastructure (3): hosts, tailscale, routing - Kubernetes (2): cluster, apps - Storage (2): sifaka, backups - Update README to mark Phase 2 as complete - Add towncrier changelog fragment ## Deployment and Testing - [ ] Build docs locally to verify wiki-links resolve - [ ] Deploy via ArgoCD and verify at docs.ops.eblu.me/reference/ 🤖 Generated with [Claude Code](https://claude.com/claude-code) Reviewed-on: https://forge.ops.eblu.me/eblume/blumeops/pulls/88
1.1 KiB
1.1 KiB
| title | tags | ||
|---|---|---|---|
| Loki |
|
Loki
Log aggregation system for BlumeOps infrastructure.
Quick Reference
| Property | Value |
|---|---|
| URL | https://loki.ops.eblu.me |
| Tailscale URL | https://loki.tail8d86e.ts.net |
| Namespace | monitoring |
| Image | grafana/loki:3.4.2 |
| Storage | 50Gi PVC |
| Retention | 31 days |
Architecture
- Single-node deployment with filesystem storage
- TSDB index with 24h period
- Logs collected by alloy and pushed via Loki API
- Queried via grafana
Log Sources
From Indri (via Alloy):
- forgejo, tailscale (brew services)
- alloy, borgmatic, zot, jellyfin (LaunchAgents)
From Kubernetes (via Alloy DaemonSet):
- All pods in all namespaces
Query Examples (LogQL)
{service="forgejo"} # All forgejo logs
{service="borgmatic", stream="stderr"} # Borgmatic errors
{host="indri"} |= "error" # All logs containing "error"
Related
- alloy - Log collector
- grafana - Log visualization
- prometheus - Metrics counterpart