Browse Source

Communityify

main
Luke Childs 2 months ago
parent
commit
7b74fe383d
  1. 7
      bitcoin-knots/umbrel-app.yml
  2. 6
      bitcoin/umbrel-app.yml
  3. 6
      electrs/umbrel-app.yml
  4. 5
      electrumx/umbrel-app.yml
  5. 11
      fulcrum/umbrel-app.yml
  6. 2
      umbrel-app-store.yml

7
bitcoin-knots/umbrel-app.yml

@ -1,15 +1,16 @@
manifestVersion: 1.1
id: bitcoin-knots
id: test-deps-bitcoin-knots
implements:
- bitcoin
- bitcoin-knots
category: bitcoin
name: Bitcoin Knots
name: Bitcoin Knots (Test)
version: "27.1.2"
tagline: Run your personal node powered by Bitcoin Knots
description: >-
Take control of your digital sovereignty by running a Bitcoin node that aligns with your needs and preferences.
Independently store and validate every single Bitcoin transaction with Bitcoin Knots.
⚠️ Bitcoin Knots does not yet automatically integrate with other apps in the Bitcoin ecosystem on Umbrel.
However, in a future umbrelOS update, users will be able to choose which Bitcoin node app they want to use to connect with other apps.

6
bitcoin/umbrel-app.yml

@ -1,7 +1,7 @@
manifestVersion: 1.1
id: bitcoin
id: test-deps-bitcoin
category: bitcoin
name: Bitcoin Node
name: Bitcoin Node (Test)
version: "28.0"
tagline: Run your personal node powered by Bitcoin Core
description: >-
@ -82,3 +82,5 @@ widgets:
progress: 0.83
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel-apps/commit/576ecd2bef8d625abceed0f67ec9c487da9b2b1b
implements:
- bitcoin

6
electrs/umbrel-app.yml

@ -1,7 +1,7 @@
manifestVersion: 1.1
id: electrs
id: test-deps-electrs
category: bitcoin
name: Electrs
name: Electrs (Test)
version: "0.10.6"
tagline: A simple and efficient Electrum Server
description: >
@ -41,3 +41,5 @@ releaseNotes: >
Full release notes are available at https://github.com/romanz/electrs/blob/master/RELEASE-NOTES.md#0106-sep-29-2024
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel/pull/242
implements:
- electrs

5
electrumx/umbrel-app.yml

@ -1,9 +1,10 @@
manifestVersion: 1.1
id: electrumx
id: test-deps-electrumx
implements:
- electrs
- electrumx
category: bitcoin
name: ElectrumX
name: ElectrumX (Test)
version: "1.16.0"
tagline: A lightweight Electrum server
description: >

11
fulcrum/umbrel-app.yml

@ -1,9 +1,10 @@
manifestVersion: 1.1
id: fulcrum
id: test-deps-fulcrum
implements:
- electrs
- fulcrum
category: bitcoin
name: Fulcrum
name: Fulcrum (Test)
version: "1.11.1"
tagline: A fast and nimble Electrum Server
description: >-
@ -11,10 +12,10 @@ description: >-
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 Fulcrum from Calin Culianu
⚠️ Fulcrum does not yet automatically integrate with other apps in the Bitcoin ecosystem on Umbrel. However, in a future umbrelOS update, users will be able to choose which Electrum Server app they want to use to connect with other apps.
developer: Calin Culianu

2
umbrel-app-store.yml

@ -0,0 +1,2 @@
id: "test-deps" # Choose the ID for your app store. This should contain only alphabets ("a to z") and dashes ("-").
name: "Test Community Dependencies" # Choose the name of your app store. It will show up in the UI as "<name> App Store".
Loading…
Cancel
Save