mirror of
https://github.com/aljazceru/lightning-address.git
synced 2025-12-18 05:44:23 +01:00
Add LnMe in additional resources
LnMe is a self-hosted personal Lightning Address server and payment page written in Go
This commit is contained in:
@@ -367,6 +367,11 @@ const BRIDGE_SERVERS = [
|
|||||||
urlText: 'Ligess',
|
urlText: 'Ligess',
|
||||||
description: 'Personal Lightning Address server to self-host payments to you@yourdomain.com.',
|
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 = [
|
const WALLETS = [
|
||||||
|
|||||||
@@ -88,6 +88,10 @@ const FOOTER = [
|
|||||||
link: 'https://github.com/dolu89/ligess',
|
link: 'https://github.com/dolu89/ligess',
|
||||||
title: 'Ligess'
|
title: 'Ligess'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
link: 'https://github.com/bumi/lnme',
|
||||||
|
title: 'LnMe'
|
||||||
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user