From 83938e4aea65df0d4aaf86c941f2de094fe1aa85 Mon Sep 17 00:00:00 2001 From: satoshi Date: Tue, 19 May 2026 03:09:38 +0300 Subject: [PATCH] Rename config labels for TLS mode and block explorer fields --- scripts/procedures/getConfig.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/procedures/getConfig.ts b/scripts/procedures/getConfig.ts index c5ce364..fc9773b 100644 --- a/scripts/procedures/getConfig.ts +++ b/scripts/procedures/getConfig.ts @@ -80,7 +80,7 @@ export const getConfig: T.ExpectedExports.getConfig = compat.getConfig({ "Optionally accept stratum connections over TLS via an stunnel sidecar. A self-signed certificate is generated once on first start and persisted — miners must connect with TLS verification disabled (stratum+ssl:// plus a skip-verify flag).", "tag": { "id": "enabled", - "name": "Mode", + "name": "TLS Mode", "description": "Disable or enable TLS termination.", "variant-names": { "disabled": "Disabled", @@ -186,7 +186,7 @@ export const getConfig: T.ExpectedExports.getConfig = compat.getConfig({ "Where Kamado's UI links should send you when you click a block hash or a user's BTC address. Defaults to mempool.space (the public instance). Switch to 'Custom' to point Kamado at a self-hosted mempool.space mirror — useful if you run mempool as another StartOS service or on the same network.", "tag": { "id": "type", - "name": "Source", + "name": "Block explorer for dashboard links", "description": "Public mempool.space, or your own instance.", "variant-names": { "default": "mempool.space (default)", @@ -199,7 +199,7 @@ export const getConfig: T.ExpectedExports.getConfig = compat.getConfig({ "custom": { "url": { "type": "string", - "name": "Mempool URL", + "name": "URL (e.g. your own Mempool instance's address)", "description": "Base URL of your mempool instance, e.g. https://mempool.example.com. Kamado will append /address/ and /block/ to it, so the instance must follow the standard mempool.space URL layout.", "nullable": false,