mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-14 09:29:16 +00:00
16676fc510
Co-authored-by: nmfretz <nmfretz@gmail.com>
107 lines
3.6 KiB
YAML
107 lines
3.6 KiB
YAML
manifestVersion: 1.1
|
|
id: lightning
|
|
category: bitcoin
|
|
name: Lightning Node
|
|
version: "v0.18.0-beta"
|
|
tagline: Run your personal Lightning Network node
|
|
description: >-
|
|
Run your personal Lightning Network node, and join the future of Bitcoin today.
|
|
|
|
|
|
The Lightning Network allows ultra cheap and almost instant Bitcoin transactions. By running a Lightning node, you can not only self-custody your Bitcoin on Lightning, but also earn sats by routing payments on the network.
|
|
|
|
|
|
Connect Zeus Wallet, Zap, or any other wallet that supports lndconnect to remotely manage and access your node from anywhere.
|
|
|
|
|
|
With the Advanced Settings feature, you can take control of your node and customize it to your needs. Personalize it with a name, enable larger channels, limit channel sizes, set your routing fees, optimize your routing strategy, add watchtower services, fine-tune its performance, and much more.
|
|
|
|
|
|
Powered by LND.
|
|
|
|
|
|
An official app from Umbrel.
|
|
releaseNotes: >-
|
|
⚠️ Please allow a few minutes for your Lightning Node to come online after updating to this version. Nodes running with Watchtower Client enabled (wtclient.active=true) will not be able to downgrade to a previous version of lnd after updating to this version.
|
|
|
|
|
|
This release updates LND to v0.18.0-beta. This is a major release that includes support for blinded paths (forwarding), a new native SQL invoice database, deadline aware HTLC/commitment transaction RBF/CPFP fee bumping, experimental support for inbound channel fees (discount only), first class probing for payment fee estimation, testmempoolaccept awareness for all transaction publishing, and much more!
|
|
|
|
|
|
Full LND v0.18.0-beta release notes can be found at https://github.com/lightningnetwork/lnd/blob/master/docs/release-notes/release-notes-0.18.0.md
|
|
developer: Umbrel
|
|
website: https://umbrel.com
|
|
dependencies:
|
|
- bitcoin
|
|
repo: https://github.com/getumbrel/umbrel-lightning
|
|
support: https://community.getumbrel.com/c/bitcoin-and-lightning
|
|
port: 2101
|
|
gallery:
|
|
- 1.jpg
|
|
- 2.jpg
|
|
- 3.jpg
|
|
- 4.jpg
|
|
- 5.jpg
|
|
path: ""
|
|
defaultPassword: ""
|
|
widgets:
|
|
- id: "bitcoin-wallet"
|
|
type: "text-with-buttons"
|
|
refresh: "5s"
|
|
endpoint: "app:3006/v1/lnd/widgets/bitcoin-wallet"
|
|
link: ""
|
|
example:
|
|
type: "text-with-buttons"
|
|
link: ""
|
|
title: "Bitcoin Wallet"
|
|
text: "1,845,894"
|
|
subtext: "sats"
|
|
buttons:
|
|
- text: "Withdraw"
|
|
icon: "arrow-up-right"
|
|
link: "?action=send-bitcoin"
|
|
- text: "Deposit"
|
|
icon: "arrow-down-right"
|
|
link: "?action=receive-bitcoin"
|
|
- id: "lightning-wallet"
|
|
type: "text-with-buttons"
|
|
refresh: "2s"
|
|
endpoint: "app:3006/v1/lnd/widgets/lightning-wallet"
|
|
link: ""
|
|
example:
|
|
type: "text-with-buttons"
|
|
link: ""
|
|
title: "Lightning Wallet"
|
|
text: "762,248"
|
|
subtext: "sats"
|
|
buttons:
|
|
- text: "Send"
|
|
icon: "arrow-up-right"
|
|
link: "?action=send-lightning"
|
|
- text: "Receive"
|
|
icon: "arrow-down-right"
|
|
link: "?action=receive-lightning"
|
|
- id: "lightning-stats"
|
|
type: "four-stats"
|
|
refresh: "5s"
|
|
endpoint: "app:3006/v1/lnd/widgets/lightning-stats"
|
|
link: ""
|
|
example:
|
|
type: "four-stats"
|
|
link: ""
|
|
items:
|
|
- title: "Connections"
|
|
text: "5"
|
|
subtext: "peers"
|
|
- title: "Active channels"
|
|
text: "3"
|
|
subtext: "channels"
|
|
- title: "Max send"
|
|
text: "90K"
|
|
subtext: "sats"
|
|
- title: "Max receive"
|
|
text: "45K"
|
|
subtext: "sats"
|
|
submitter: Umbrel
|
|
submission: https://github.com/getumbrel/umbrel-apps/commit/576ecd2bef8d625abceed0f67ec9c487da9b2b1b
|