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 = [ 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' + }, ] }, ];