Release ForgeFlow 0.8.7 automatic server discovery

This commit is contained in:
NuklearRabbit
2026-07-26 04:22:02 +02:00
parent 70840839f8
commit 40d41f9a32
13 changed files with 638 additions and 130 deletions
+13 -1
View File
@@ -564,7 +564,7 @@
await wait(80);
snapshot();
return {
appVersion: "0.8.6-demo",
appVersion: "0.8.7-demo",
platform: "win32",
state: clone(state),
git: { available: true, version: "git version 2.47.3" },
@@ -1421,6 +1421,18 @@
syncState();
return clone(target.state);
},
async discoverServerDeployments() {
await wait(80);
return [
{
serverId: "unraid-primary",
detected: 2,
adopted: 0,
verified: 1,
unmatched: 0,
},
];
},
async refreshOperations(operationId = null) {
await wait(300);
if (operationId) {