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