spirekeeper: add v0.1.3 (pairing seed embeds a machine-reachable bunker relay)

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.
This commit is contained in:
Padreug 2026-06-22 17:22:21 +02:00
commit d8fed6ff4c

View file

@ -75,6 +75,16 @@
"archive": "https://git.atitlan.io/aiolabs/spirekeeper/archive/v0.1.2.zip", "archive": "https://git.atitlan.io/aiolabs/spirekeeper/archive/v0.1.2.zip",
"hash": "31c657cf300c229ffc125affd9a582ca140fca920e9c1721764280e3629e9fc1" "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", "id": "events",
"repo": "https://git.atitlan.io/aiolabs/events", "repo": "https://git.atitlan.io/aiolabs/events",