From 071a71eb19f19a1604af8650961d1a4ae951fe22 Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Wed, 8 Sep 2021 02:00:04 +0200 Subject: [PATCH] Add LnMe in additional resources LnMe is a self-hosted personal Lightning Address server and payment page written in Go --- components/community.js | 5 +++++ components/footer.js | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/components/community.js b/components/community.js index 85815e3..6dfdaf6 100644 --- a/components/community.js +++ b/components/community.js @@ -367,6 +367,11 @@ const BRIDGE_SERVERS = [ urlText: 'Ligess', description: 'Personal Lightning Address server to self-host payments to you@yourdomain.com.', }, + { + urlLink: 'https://github.com/bumi/lnme', + urlText: 'LnMe', + description: 'Self-hosted Lightning Address server and personal payment page.', + }, ]; const WALLETS = [ diff --git a/components/footer.js b/components/footer.js index 53717eb..26ea4fc 100644 --- a/components/footer.js +++ b/components/footer.js @@ -88,6 +88,10 @@ const FOOTER = [ link: 'https://github.com/dolu89/ligess', title: 'Ligess' }, + { + link: 'https://github.com/bumi/lnme', + title: 'LnMe' + }, ] }, ];