Browse Source

Update bitcoin, electrs and lightning app manifests

main
Mayank Chhabra 3 years ago
parent
commit
79230d991f
  1. 33
      bitcoin/umbrel-app.yml
  2. 22
      electrs/umbrel-app.yml
  3. 35
      lightning/umbrel-app.yml

33
bitcoin/umbrel-app.yml

@ -1,20 +1,35 @@
manifestVersion: 1 manifestVersion: 1
id: bitcoin id: bitcoin
category: Finance category: Finance
name: Bitcoin name: Bitcoin Node
version: v22.0 version: 22.0
tagline: Bitcoins are amazing tagline: Run your personal node powered by Bitcoin Core
description: > description: >-
Bitcoin is the knees of the bee Run your Bitcoin node and independently store and validate
every single Bitcoin transaction with it. Achieve unparalleled
privacy by connecting your wallet directly to your node to
ensure that your wallet company can’t spy on your transactions,
or worse — lie to you.
Plus, transacting with your own node also helps keep the entire
Bitcoin network decentralized; win-win!
Don't trust. Verify. On steroids.
An official app from Umbrel.
developer: Umbrel developer: Umbrel
website: https://bitcoin.org website: https://umbrel.com
dependencies: [] dependencies: []
repo: https://github.com/getumbrel/bitcoin repo: https://github.com/getumbrel/umbrel-bitcoin
support: https://github.com/getumbrel/bitcoin/issues support: https://community.getumbrel.com/c/bitcoin-and-lightning
port: 10000 port: 2100
gallery: gallery:
- 1.jpg - 1.jpg
- 2.jpg - 2.jpg
- 3.jpg - 3.jpg
- 4.jpg
path: "" path: ""
defaultPassword: "" defaultPassword: ""

22
electrs/umbrel-app.yml

@ -2,20 +2,28 @@ manifestVersion: 1
id: electrs id: electrs
category: Finance category: Finance
name: Electrs name: Electrs
version: v0.14.1-beta version: 0.9.4
tagline: Electrs needs a tagline tagline: A simple and efficient Electrum Server
description: > description: >
Description goes here Run your personal Electrum server and connect your Electrum-compatible wallet,
including BitBoxApp, BlueWallet, Electrum Wallet (Android and Desktop), Nunchuk
(Desktop), Phoenix, and Sparrow Wallet to it instead of using a third-party
Electrum server.
Powered by Electrs from Roman Zeyde.
An official app from Umbrel.
developer: Umbrel developer: Umbrel
website: https://getumbrel.com/ website: https://umbrel.com/
dependencies: dependencies:
- bitcoin - bitcoin
repo: https://github.com/getumbrel/electrs repo: https://github.com/getumbrel/umbrel-electrs
support: https://github.com/getumbrel/electrs/issues support: https://community.getumbrel.com/c/bitcoin-and-lightning
port: 10002 port: 2102
gallery: gallery:
- 1.jpg - 1.jpg
- 2.jpg - 2.jpg
- 3.jpg - 3.jpg
- 4.jpg
path: "" path: ""
defaultPassword: "" defaultPassword: ""

35
lightning/umbrel-app.yml

@ -1,21 +1,38 @@
manifestVersion: 1 manifestVersion: 1
id: lightning id: lightning
category: Finance category: Finance
name: Lightning name: Lightning Node
version: v0.14.1-beta version: 0.14.2-beta
tagline: LND is cool too tagline: Run your personal Lightning Network node
description: > description: >-
"there was lightning before the thunder" 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 the lndconnect protocol
to remotely manage and access your Lightning node from anywhere.
Powered by LND.
An official app from Umbrel.
developer: Umbrel developer: Umbrel
website: https://getumbrel.com/ website: https://umbrel.com
dependencies: dependencies:
- bitcoin - bitcoin
repo: https://github.com/getumbrel/lightning repo: https://github.com/getumbrel/umbrel-lightning
support: https://github.com/getumbrel/lightning/issues support: https://community.getumbrel.com/c/bitcoin-and-lightning
port: 10001 port: 2101
gallery: gallery:
- 1.jpg - 1.jpg
- 2.jpg - 2.jpg
- 3.jpg - 3.jpg
- 4.jpg
- 5.jpg
path: "" path: ""
defaultPassword: "" defaultPassword: ""
Loading…
Cancel
Save