From b451fccb689f97400f64b0897c8338a104268a14 Mon Sep 17 00:00:00 2001 From: Padreug Date: Mon, 11 May 2026 19:50:02 +0200 Subject: [PATCH] =?UTF-8?q?feat(restaurant):=20add=20v0.1.0=20=E2=80=94=20?= =?UTF-8?q?first=20release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Restaurant CMS extension (menus, modifiers, inventory, orders, KDS, print queue). Lightning-native via LNbits, Nostr-published menus (NIP-99). Customer surface ships in aiolabs/webapp's restaurant bundle. Repo: https://git.atitlan.io/aiolabs/restaurant Tag: v0.1.0 --- extensions.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/extensions.json b/extensions.json index 0914208..b36cf22 100644 --- a/extensions.json +++ b/extensions.json @@ -251,6 +251,17 @@ "details_link": "https://raw.githubusercontent.com/lnbits/lnurlp/main/config.json", "archive": "https://github.com/lnbits/lnurlp/archive/refs/tags/v1.2.0.zip", "hash": "d3872eb5f65b9e962fc201d6784f94f3fd576284582b980805142a2b3f62d8e8" + }, + { + "id": "restaurant", + "repo": "https://git.atitlan.io/aiolabs/restaurant", + "name": "Restaurant", + "min_lnbits_version": "1.3.0", + "version": "0.1.0", + "short_description": "Restaurant CMS: menus, modifiers, inventory, orders, KDS, printer. Lightning-native via LNbits, Nostr-published menus (NIP-99) and order DMs (NIP-17).", + "icon": "https://git.atitlan.io/aiolabs/restaurant/raw/branch/main/static/image/restaurant.png", + "archive": "https://git.atitlan.io/aiolabs/restaurant/archive/v0.1.0.zip", + "hash": "4a7284ca485019238d0a05fb7b7b97366a8d04e3343ce2441beb37b55d78fb67" } ] }