Browse Source

Communityify

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

5
bitcoin-knots/umbrel-app.yml

@ -1,9 +1,10 @@
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: >-

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: >

5
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: >-

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