Deploy to CT122 and verify end-to-end #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
docker-compose up on CT122. Verify: health endpoint, login flow, dashboard renders real numbers matching
pct list/pveshoutput for spot-checked containers.Done. Deployed via docker-compose on CT122 (192.168.1.103:8090). Hit and fixed one real bug during verification: the session cookie's
secureflag was tied toNODE_ENV=production, which silently dropped it since the app is plain-HTTP on the LAN (TLS terminates at a reverse proxy later, see #13). Fixed with an explicitCOOKIE_SECUREenv var (commitac768ed).Verified end-to-end: login sets a session cookie,
/api/hostsrequires auth and returns live data for the Proxmox host + all 22 LXCs, logout destroys the session. Spot-checked CT121 (authentik) numbers againstpct status/pct configon pve — memory % and running status match.