forked from michael.heier/umbrel-apps
Update bitcoin, electrs and lightning app manifests
This commit is contained in:
parent
a808cf9b82
commit
79230d991f
|
@ -1,20 +1,35 @@
|
|||
manifestVersion: 1
|
||||
id: bitcoin
|
||||
category: Finance
|
||||
name: Bitcoin
|
||||
version: v22.0
|
||||
tagline: Bitcoins are amazing
|
||||
description: >
|
||||
Bitcoin is the knees of the bee
|
||||
name: Bitcoin Node
|
||||
version: 22.0
|
||||
tagline: Run your personal node powered by Bitcoin Core
|
||||
description: >-
|
||||
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
|
||||
website: https://bitcoin.org
|
||||
website: https://umbrel.com
|
||||
dependencies: []
|
||||
repo: https://github.com/getumbrel/bitcoin
|
||||
support: https://github.com/getumbrel/bitcoin/issues
|
||||
port: 10000
|
||||
repo: https://github.com/getumbrel/umbrel-bitcoin
|
||||
support: https://community.getumbrel.com/c/bitcoin-and-lightning
|
||||
port: 2100
|
||||
gallery:
|
||||
- 1.jpg
|
||||
- 2.jpg
|
||||
- 3.jpg
|
||||
- 4.jpg
|
||||
path: ""
|
||||
defaultPassword: ""
|
|
@ -2,20 +2,28 @@ manifestVersion: 1
|
|||
id: electrs
|
||||
category: Finance
|
||||
name: Electrs
|
||||
version: v0.14.1-beta
|
||||
tagline: Electrs needs a tagline
|
||||
version: 0.9.4
|
||||
tagline: A simple and efficient Electrum Server
|
||||
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
|
||||
website: https://getumbrel.com/
|
||||
website: https://umbrel.com/
|
||||
dependencies:
|
||||
- bitcoin
|
||||
repo: https://github.com/getumbrel/electrs
|
||||
support: https://github.com/getumbrel/electrs/issues
|
||||
port: 10002
|
||||
repo: https://github.com/getumbrel/umbrel-electrs
|
||||
support: https://community.getumbrel.com/c/bitcoin-and-lightning
|
||||
port: 2102
|
||||
gallery:
|
||||
- 1.jpg
|
||||
- 2.jpg
|
||||
- 3.jpg
|
||||
- 4.jpg
|
||||
path: ""
|
||||
defaultPassword: ""
|
|
@ -1,21 +1,38 @@
|
|||
manifestVersion: 1
|
||||
id: lightning
|
||||
category: Finance
|
||||
name: Lightning
|
||||
version: v0.14.1-beta
|
||||
tagline: LND is cool too
|
||||
description: >
|
||||
"there was lightning before the thunder"
|
||||
name: Lightning Node
|
||||
version: 0.14.2-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 the lndconnect protocol
|
||||
to remotely manage and access your Lightning node from anywhere.
|
||||
|
||||
|
||||
Powered by LND.
|
||||
|
||||
|
||||
An official app from Umbrel.
|
||||
developer: Umbrel
|
||||
website: https://getumbrel.com/
|
||||
website: https://umbrel.com
|
||||
dependencies:
|
||||
- bitcoin
|
||||
repo: https://github.com/getumbrel/lightning
|
||||
support: https://github.com/getumbrel/lightning/issues
|
||||
port: 10001
|
||||
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: ""
|
Loading…
Reference in New Issue
Block a user