From cd372b8c40cf2f237d46607f2f2fe53ba90bd2fe Mon Sep 17 00:00:00 2001 From: Dolu Date: Thu, 2 Sep 2021 17:16:36 +0200 Subject: [PATCH 1/2] Add Ligess in additional resources --- components/community.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/community.js b/components/community.js index 439cc61..68ac94e 100644 --- a/components/community.js +++ b/components/community.js @@ -357,6 +357,11 @@ const BRIDGE_SERVERS = [ urlText: 'BridgeAddr', description: 'Bridge Server that allows setting domain DNS configuration and receive payments at you@yourdomain.com noncustodially.', }, + { + urlLink: 'https://github.com/Dolu89/ligess/', + urlText: 'Ligess', + description: 'Personnal Lightning Address server anyone can self-host to receive Lightning payments at you@yourdomain.com noncustodially.', + }, ]; const WALLETS = [ From 66c80a7aaf602c3ffcd9306a67d0d8de603d8bd5 Mon Sep 17 00:00:00 2001 From: Dolu Date: Fri, 3 Sep 2021 15:21:30 +0200 Subject: [PATCH 2/2] Add ligess in footer --- components/footer.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/footer.js b/components/footer.js index a845f26..7400927 100644 --- a/components/footer.js +++ b/components/footer.js @@ -76,6 +76,10 @@ const FOOTER = [ link: 'https://github.com/fiatjaf/satdress', title: 'Satdress' }, + { + link: 'https://github.com/dolu89/ligess', + title: 'Ligess' + }, ] }, ];