Copy this structure for every service page. Delete sections that truly don't apply,
but keep the order so every page reads the same.
# <Service Name>
## Overview
What it is and why we run it.
## Purpose
What depends on it / what breaks if it's down.
## Host Details
| Field | Value |
|---|---|
| Hostname | |
| VMID / Type | LXC or VM, privileged/unprivileged |
| Proxmox Node | |
| IP Address | |
| Tailscale IP | |
| OS | |
| CPU / RAM | |
| Storage | rootfs + any bind mounts |
## Dependencies
Upstream services this needs (DB, auth, DNS, MQTT...).
## Ports
| Port | Protocol | Purpose | Exposed to |
|---|---|---|---|
## Configuration
Where config lives, key settings, environment files.
## Authentication
How you log in; where credentials/secrets are stored.
## Backup
What to back up, where it lives, how to verify.
## Update Procedure
Exact commands to update safely.
## Monitoring
Uptime Kuma monitor, Prometheus scrape, alerts.
## Known Issues
Quirks and workarounds.
## Troubleshooting
Symptoms -> checks -> fixes.
## Useful Commands
Copy-paste commands for routine operations.
## Change Log
| Date | Change |
|---|---|