Rename config labels for TLS mode and block explorer fields

This commit is contained in:
satoshi
2026-05-19 03:09:38 +03:00
parent 57ec696e3f
commit 83938e4aea
+3 -3
View File
@@ -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/<addr> and /block/<hash> to it, so the instance must follow the standard mempool.space URL layout.",
"nullable": false,