Rename config labels for TLS mode and block explorer fields
This commit is contained in:
@@ -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).",
|
"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": {
|
"tag": {
|
||||||
"id": "enabled",
|
"id": "enabled",
|
||||||
"name": "Mode",
|
"name": "TLS Mode",
|
||||||
"description": "Disable or enable TLS termination.",
|
"description": "Disable or enable TLS termination.",
|
||||||
"variant-names": {
|
"variant-names": {
|
||||||
"disabled": "Disabled",
|
"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.",
|
"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": {
|
"tag": {
|
||||||
"id": "type",
|
"id": "type",
|
||||||
"name": "Source",
|
"name": "Block explorer for dashboard links",
|
||||||
"description": "Public mempool.space, or your own instance.",
|
"description": "Public mempool.space, or your own instance.",
|
||||||
"variant-names": {
|
"variant-names": {
|
||||||
"default": "mempool.space (default)",
|
"default": "mempool.space (default)",
|
||||||
@@ -199,7 +199,7 @@ export const getConfig: T.ExpectedExports.getConfig = compat.getConfig({
|
|||||||
"custom": {
|
"custom": {
|
||||||
"url": {
|
"url": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"name": "Mempool URL",
|
"name": "URL (e.g. your own Mempool instance's address)",
|
||||||
"description":
|
"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.",
|
"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,
|
"nullable": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user