Add power infrastructure reference card

Document the homelab power chain: AC grid → Anker SOLIX F2000 battery
station → CyberPower CP1000PFCLCD UPS → all homelab devices (indri,
sifaka, UniFi, Starlink). Replace inline UPS entry on indri card with
a link to the new power card.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-09 23:02:23 -08:00
commit e9da66e44e
4 changed files with 39 additions and 1 deletions

View file

@ -0,0 +1 @@
Add power infrastructure reference card documenting the battery-backed UPS chain (Anker SOLIX F2000 → CyberPower UPS → homelab).

View file

@ -18,7 +18,7 @@ Primary BlumeOps server. Mac Mini M1 (2020).
| **macOS** | 15.7.3 (Sequoia) |
| **Tailscale hostname** | `indri.tail8d86e.ts.net` |
| **Tailscale Tag** | `tag:homelab` |
| **UPS** | Anker SOLIX F2000 GaNPrime |
| **Power** | [[power|Battery-backed UPS]] |
## Services Hosted

View file

@ -0,0 +1,35 @@
---
title: Power
tags:
- infrastructure
---
# Power Infrastructure
The homelab runs on battery-backed power to survive grid outages.
## Power Chain
```
AC Grid (120V) → Anker SOLIX F2000 → CyberPower CP1000PFCLCD → Homelab
```
| Stage | Device | Notes |
|-------|--------|-------|
| **Grid** | 120V AC mains | Charges the battery station |
| **Battery** | Anker SOLIX F2000 GaNPrime | 2048Wh portable power station |
| **UPS** | CyberPower CP1000PFCLCD | 1000VA / 600W, pure sine wave output |
## Devices on UPS
| Device | Role |
|--------|------|
| [[indri]] | Primary server |
| [[sifaka]] | NAS |
| UniFi Express 7 | WiFi router |
| Starlink | Satellite internet uplink |
## Related
- [[hosts]] - Device inventory
- [[restart-indri]] - Shutdown and startup procedure

View file

@ -47,6 +47,8 @@ Host inventory and network configuration.
- [[tailscale]] - ACLs, groups, tags
- [[gandi]] - DNS hosting for `eblu.me`
- [[routing|Routing]] - DNS domains, port mappings
- [[power]] - Battery-backed power chain
## Kubernetes
Cluster configuration and application registry.