From d8fed6ff4c46bb2c1d4703fe47ef3b86af1b4028 Mon Sep 17 00:00:00 2001 From: Padreug Date: Mon, 22 Jun 2026 17:22:21 +0200 Subject: [PATCH] spirekeeper: add v0.1.3 (pairing seed embeds a machine-reachable bunker relay) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New entry alongside v0.1.2. Fixes the localhost-relay /pair gotcha: a seed minted via the Pair UI baked ws://127.0.0.1 (lnbits' internal bunker relay) into bunker_url, unreachable by the remote ATM → BunkerTimeoutError. Now defaults bunker_relay to the spire's public event relay. See spirekeeper#35; design follow-up #36. --- extensions.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/extensions.json b/extensions.json index ccc6c6b..cdfbced 100644 --- a/extensions.json +++ b/extensions.json @@ -75,6 +75,16 @@ "archive": "https://git.atitlan.io/aiolabs/spirekeeper/archive/v0.1.2.zip", "hash": "31c657cf300c229ffc125affd9a582ca140fca920e9c1721764280e3629e9fc1" }, + { + "id": "spirekeeper", + "repo": "https://git.atitlan.io/aiolabs/spirekeeper", + "name": "spirekeeper", + "version": "0.1.3", + "short_description": "Operator admin for bitSpire ATMs — DCA distribution over Nostr", + "icon": "https://git.atitlan.io/aiolabs/spirekeeper/raw/branch/main/static/image/aio.png", + "archive": "https://git.atitlan.io/aiolabs/spirekeeper/archive/v0.1.3.zip", + "hash": "ea08da489704df8f13f0ada21d9461311ca8f9eb62bcef33adaf36d9d20505e9" + }, { "id": "events", "repo": "https://git.atitlan.io/aiolabs/events",