Update AppImage

This commit is contained in:
MacRimi
2025-11-25 19:44:40 +01:00
parent 117a635a1e
commit 7b0110ce42
3 changed files with 27 additions and 27 deletions

View File

@@ -6209,4 +6209,4 @@ if __name__ == '__main__':
# Print only essential information
# print("API endpoints available at: /api/system, /api/system-info, /api/storage, /api/proxmox-storage, /api/network, /api/vms, /api/logs, /api/health, /api/hardware, /api/prometheus, /api/node/metrics")
app.run(host='0.0.0.0', port=8008, debug=False)
app.run(host='0.0.0.0', port=8009, debug=False)