From 7b74fe383d34e007dd3e89bf2b098b5d86fbf800 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Mon, 18 Nov 2024 15:19:58 +0700 Subject: [PATCH] Communityify --- bitcoin-knots/umbrel-app.yml | 7 ++++--- bitcoin/umbrel-app.yml | 6 ++++-- electrs/umbrel-app.yml | 6 ++++-- electrumx/umbrel-app.yml | 5 +++-- fulcrum/umbrel-app.yml | 11 ++++++----- umbrel-app-store.yml | 2 ++ 6 files changed, 23 insertions(+), 14 deletions(-) create mode 100644 umbrel-app-store.yml diff --git a/bitcoin-knots/umbrel-app.yml b/bitcoin-knots/umbrel-app.yml index 0eceac1..13954b1 100644 --- a/bitcoin-knots/umbrel-app.yml +++ b/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. diff --git a/bitcoin/umbrel-app.yml b/bitcoin/umbrel-app.yml index 0f0e1fe..6643850 100644 --- a/bitcoin/umbrel-app.yml +++ b/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 diff --git a/electrs/umbrel-app.yml b/electrs/umbrel-app.yml index 7f89409..9f28ef3 100644 --- a/electrs/umbrel-app.yml +++ b/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 diff --git a/electrumx/umbrel-app.yml b/electrumx/umbrel-app.yml index 5b39b87..bd7707e 100644 --- a/electrumx/umbrel-app.yml +++ b/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: > diff --git a/fulcrum/umbrel-app.yml b/fulcrum/umbrel-app.yml index edb0e6a..c9f042b 100644 --- a/fulcrum/umbrel-app.yml +++ b/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 diff --git a/umbrel-app-store.yml b/umbrel-app-store.yml new file mode 100644 index 0000000..326a313 --- /dev/null +++ b/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 " App Store".