From 061c034b888645f01ccd69977141918ef39acfbe Mon Sep 17 00:00:00 2001 From: tree Date: Sun, 25 Jun 2023 07:48:02 +0200 Subject: [PATCH] update --- scripts/lib.js | 1 + spec/services.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/lib.js b/scripts/lib.js index 33e7e55..1a42568 100755 --- a/scripts/lib.js +++ b/scripts/lib.js @@ -84,6 +84,7 @@ export default async function build (src = SOURCE_FILE) { const spec = yaml.load(fs.readFileSync(src)) for (const item of spec.servers) { + console.error(`Fetching info for host: ${item.host}`) const resp = await fetch(`https://${item.host}/sysinfo`) const json = await resp.json() diff --git a/spec/services.yaml b/spec/services.yaml index 776b1c1..4d80f82 100644 --- a/spec/services.yaml +++ b/spec/services.yaml @@ -396,7 +396,7 @@ services: version_conf: from: strategy: html - url: https://app.windmill.dev/api/version + url: https://windmill.gwei.cz/api/version query: "v([\\d\\.]+)" to: strategy: github