Files
ProxmoxVE/ct
MickLesk db5cbf74c7 fix(fileflows): handle node-only update separately from server
The update_script always called the server API at localhost:19200
which does not exist on node-only containers, causing a connection
error (exit code 7) or 401 on auth-hardened servers.

Fix: detect node vs server via systemctl is-enabled, then:
- Node: use GitHub releases API to compare versions and update
- Server: keep existing local API behaviour

Fixes #14622
2026-05-28 07:38:19 +02:00
..
2026-05-27 11:07:29 +02:00
2026-05-27 10:06:21 +02:00
2026-05-25 12:05:16 +02:00
2026-05-24 12:27:38 +02:00
2026-05-27 11:07:29 +02:00