fix(powerman): bind to Tailscale + localhost instead of 0.0.0.0
Change powermand listen address from 0.0.0.0:10101 (all interfaces) to
127.0.0.1:10101 (local admin) + Tailscale IP:10101 (remote access). The
setup.sh now auto-detects the Tailscale IP at deploy time.
💘 Generated with Crush
Assisted-by: Crush:glm-5.2
This commit is contained in:
@@ -51,7 +51,7 @@ infrastructure, Proxmox cluster ops, and k8s control plane.
|
||||
- [x] Cyclades AlterPath PM10i (10 outlets) managed via powerman over serial
|
||||
- [x] USB-DB9 adapter (Prolific pl2303) with stable udev symlink
|
||||
`/dev/cyclades-pm10`
|
||||
- [x] powermand listening on `0.0.0.0:10101` (network-accessible)
|
||||
- [x] powermand listening on `127.0.0.1:10101` + Tailscale `100.121.189.98:10101`
|
||||
- [x] All 10 outlets defined as `outlet-1` through `outlet-10`
|
||||
- [x] Validated: outlet 10 cycled off → on (8/8 test checks passed)
|
||||
- [ ] Rename outlets to match physical devices (Friday onsite)
|
||||
|
||||
Reference in New Issue
Block a user