Browse Source

update widgets

main
nmfretz 11 months ago
parent
commit
9e6da16d27
  1. 2
      back-that-mac-up/docker-compose.yml
  2. 6
      back-that-mac-up/umbrel-app.yml
  3. 2
      bitcoin/docker-compose.yml
  4. 26
      bitcoin/umbrel-app.yml
  5. 2
      lightning/docker-compose.yml
  6. 42
      lightning/umbrel-app.yml
  7. 2
      nostr-relay/docker-compose.yml
  8. 10
      nostr-relay/umbrel-app.yml
  9. 2
      transmission/docker-compose.yml
  10. 26
      transmission/umbrel-app.yml

2
back-that-mac-up/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 80 APP_PORT: 80
server: server:
image: getumbrel/umbrel-back-that-mac-up:1.0.1@sha256:440c550396ea50143cca35c7ea7085a56874168f10ef96ffd40353529b4103b7 image: getumbrel/umbrel-back-that-mac-up:1.0.1@sha256:d9561eebd791fcaaddb9885b9ace25dec42374c4ab0fe17035493a264081688c
restart: on-failure restart: on-failure
environment: environment:
TIME_MACHINE_DIR: "/timemachine" TIME_MACHINE_DIR: "/timemachine"

6
back-that-mac-up/umbrel-app.yml

@ -33,15 +33,15 @@ deterministicPassword: false
torOnly: false torOnly: false
widgets: widgets:
- id: "disk-usage" - id: "disk-usage"
type: "stat-with-progress" type: "text-with-progress"
refresh: "1m" refresh: "1m"
endpoint: "server:80/api/widgets/disk-usage" endpoint: "server:80/api/widgets/disk-usage"
link: "" link: ""
example: example:
type: "stat-with-progress" type: "text-with-progress"
link: "" link: ""
title: "Time Machine Usage" title: "Time Machine Usage"
value: "420 GB" text: "420 GB"
progressLabel: "580 GB left" progressLabel: "580 GB left"
progress: 0.42 progress: 0.42
submitter: Umbrel submitter: Umbrel

2
bitcoin/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 3005 APP_PORT: 3005
server: server:
image: getumbrel/umbrel-bitcoin:v0.5.0@sha256:eb0db41c3405d57bfd02243310951bf4b86b8b3225e59e13ee34760d0478594e image: getumbrel/umbrel-bitcoin:v0.5.0@sha256:588acafbde4a26a2c571e4547b4563beddc0a75a10f94d6ae1711a939802deee
depends_on: [bitcoind] depends_on: [bitcoind]
restart: on-failure restart: on-failure
volumes: volumes:

26
bitcoin/umbrel-app.yml

@ -57,36 +57,36 @@ releaseNotes: >-
Read the full release notes for additional information and detailed changes at https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-26.0.md Read the full release notes for additional information and detailed changes at https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-26.0.md
widgets: widgets:
- id: "stats" - id: "stats"
type: "four-up" type: "four-stats"
refresh: "10s" refresh: "10s"
endpoint: "server:3005/v1/bitcoind/widgets/stats" endpoint: "server:3005/v1/bitcoind/widgets/stats"
link: "" link: ""
example: example:
type: "four-up" type: "four-stats"
link: "" link: ""
items: items:
- title: "Connections" - title: "Connections"
value: "11" text: "11"
valueSub: "peers" subtext: "peers"
- title: "Mempool" - title: "Mempool"
value: "257" text: "257"
valueSub: "MB" subtext: "MB"
- title: "Hashrate" - title: "Hashrate"
value: "590" text: "590"
valueSub: "EH/s" subtext: "EH/s"
- title: "Blockchain size" - title: "Blockchain size"
value: "600" text: "600"
valueSub: "GB" subtext: "GB"
- id: "sync" - id: "sync"
type: "stat-with-progress" type: "text-with-progress"
refresh: "5s" refresh: "5s"
endpoint: "server:3005/v1/bitcoind/widgets/sync" endpoint: "server:3005/v1/bitcoind/widgets/sync"
link: "" link: ""
example: example:
type: "stat-with-progress" type: "text-with-progress"
link: "" link: ""
title: "Blockchain sync" title: "Blockchain sync"
value: "83%" text: "83%"
progressLabel: "In progress" progressLabel: "In progress"
progress: 0.83 progress: 0.83
submitter: Umbrel submitter: Umbrel

2
lightning/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 3006 APP_PORT: 3006
app: app:
image: getumbrel/umbrel-lightning:v1.2.0@sha256:e35426affec7f381f1d428f46b109545aca4005a67753fb85fab91b90de0e018 image: getumbrel/umbrel-lightning:v1.2.0@sha256:25618052307428f2fbcfdb1ae221d118e77522c305d707f454e2b8c91a815880
restart: on-failure restart: on-failure
volumes: volumes:
- "${APP_LIGHTNING_NODE_DATA_DIR}:/data/.lnd" - "${APP_LIGHTNING_NODE_DATA_DIR}:/data/.lnd"

42
lightning/umbrel-app.yml

@ -55,16 +55,16 @@ path: ""
defaultPassword: "" defaultPassword: ""
widgets: widgets:
- id: "bitcoin-wallet" - id: "bitcoin-wallet"
type: "stat-with-buttons" type: "text-with-buttons"
refresh: "1m" refresh: "30s"
endpoint: "app:3006/v1/lnd/widgets/bitcoin-wallet" endpoint: "app:3006/v1/lnd/widgets/bitcoin-wallet"
link: "" link: ""
example: example:
type: "stat-with-buttons" type: "text-with-buttons"
link: "" link: ""
title: "Bitcoin Wallet" title: "Bitcoin Wallet"
value: "1,845,893" text: "1,845,893"
valueSub: "sats" subtext: "sats"
buttons: buttons:
- text: "Send" - text: "Send"
icon: "send" icon: "send"
@ -73,16 +73,16 @@ widgets:
icon: "inbox" icon: "inbox"
link: "?action=receive-bitcoin" link: "?action=receive-bitcoin"
- id: "lightning-wallet" - id: "lightning-wallet"
type: "stat-with-buttons" type: "text-with-buttons"
refresh: "1m" refresh: "30s"
endpoint: "app:3006/v1/lnd/widgets/lightning-wallet" endpoint: "app:3006/v1/lnd/widgets/lightning-wallet"
link: "" link: ""
example: example:
type: "stat-with-buttons" type: "text-with-buttons"
link: "" link: ""
title: "Lightning Wallet" title: "Lightning Wallet"
value: "762,248" text: "762,248"
valueSub: "sats" subtext: "sats"
buttons: buttons:
- text: "Send" - text: "Send"
icon: "send" icon: "send"
@ -91,25 +91,25 @@ widgets:
icon: "inbox" icon: "inbox"
link: "?action=receive-lightning" link: "?action=receive-lightning"
- id: "lightning-stats" - id: "lightning-stats"
type: "four-up" type: "four-stats"
refresh: "1m" refresh: "30s"
endpoint: "app:3006/v1/lnd/widgets/lightning-stats" endpoint: "app:3006/v1/lnd/widgets/lightning-stats"
link: "" link: ""
example: example:
type: "four-up" type: "four-stats"
link: "" link: ""
items: items:
- title: "Connections" - title: "Connections"
value: "5" text: "5"
valueSub: "peers" subtext: "peers"
- title: "Active channels" - title: "Active channels"
value: "3" text: "3"
valueSub: "channels" subtext: "channels"
- title: "Max send" - title: "Max send"
value: "90K" text: "90K"
valueSub: "sats" subtext: "sats"
- title: "Max receive" - title: "Max receive"
value: "45K" text: "45K"
valueSub: "sats" subtext: "sats"
submitter: Umbrel submitter: Umbrel
submission: https://github.com/getumbrel/umbrel-apps/commit/576ecd2bef8d625abceed0f67ec9c487da9b2b1b submission: https://github.com/getumbrel/umbrel-apps/commit/576ecd2bef8d625abceed0f67ec9c487da9b2b1b

2
nostr-relay/docker-compose.yml

@ -26,7 +26,7 @@ services:
- ${APP_DATA_DIR}/data/relay/db:/app/db - ${APP_DATA_DIR}/data/relay/db:/app/db
relay-proxy: relay-proxy:
image: getumbrel/umbrel-nostr-relay-proxy:v1.1.0@sha256:3e14b428908f37ae7defdcdc86416ff44d081b59787bca785be56aaf6c8bf9ce image: getumbrel/umbrel-nostr-relay-proxy:v1.1.0@sha256:1a6e5c5dbc8581394ff1b99eb6aaa60bf646b3140ecafab9a44fe164b8d7693e
user: "1000:1000" user: "1000:1000"
restart: on-failure restart: on-failure
environment: environment:

10
nostr-relay/umbrel-app.yml

@ -41,7 +41,7 @@ torOnly: false
widgets: widgets:
- id: "latest-kind1" - id: "latest-kind1"
type: "list" type: "list"
refresh: "30s" refresh: "10s"
endpoint: "relay-proxy:80/relay-proxy/widgets/latest-kind1" endpoint: "relay-proxy:80/relay-proxy/widgets/latest-kind1"
link: "" link: ""
example: example:
@ -49,14 +49,14 @@ widgets:
link: "" link: ""
items: items:
- text: "one-click app restarts, arriving in umbrelOS 1.0" - text: "one-click app restarts, arriving in umbrelOS 1.0"
textSub: "01:11 Mar 02, 2024" subtext: "01:11 Mar 02, 2024"
- text: "woop! glad it arrived before christmas! welcome aboard 🫡" - text: "woop! glad it arrived before christmas! welcome aboard 🫡"
textSub: "03:07 Dec 28, 2023" subtext: "03:07 Dec 28, 2023"
- text: "Congrats! Can’t wait for you to get your hands on it 🫶" - text: "Congrats! Can’t wait for you to get your hands on it 🫶"
textSub: "11:40 Nov 24, 2023" subtext: "11:40 Nov 24, 2023"
- id: "latest-events" - id: "latest-events"
type: "list-emoji" type: "list-emoji"
refresh: "30s" refresh: "10s"
endpoint: "relay-proxy:80/relay-proxy/widgets/latest-events" endpoint: "relay-proxy:80/relay-proxy/widgets/latest-events"
link: "" link: ""
example: example:

2
transmission/docker-compose.yml

@ -20,7 +20,7 @@ services:
restart: on-failure restart: on-failure
widget-server: widget-server:
image: getumbrel/umbrel-transmission-widget-server:v1.0.0@sha256:ae3f1e2b4b6d1f8384d6c8707ffde3fa81901619675ae4862b5dfc63003902b6 image: getumbrel/umbrel-transmission-widget-server:v1.0.0@sha256:db39ed3471686bf2b900dfa568f41d31c0b2a7fbc4df632e61b583c6978ba686
environment: environment:
- TRANSMISSION_URL=http://server - TRANSMISSION_URL=http://server
- TRANSMISSION_PORT=9091 - TRANSMISSION_PORT=9091

26
transmission/umbrel-app.yml

@ -43,26 +43,26 @@ permissions:
- STORAGE_DOWNLOADS - STORAGE_DOWNLOADS
widgets: widgets:
- id: "status" - id: "status"
type: "four-up" type: "four-stats"
refresh: "10s" refresh: "10s"
endpoint: "widget-server:80/widgets/status" endpoint: "widget-server:80/widgets/status"
link: "" link: ""
example: example:
type: "four-up" type: "four-stats"
link: "" link: ""
items: items:
- title: "Downloading" - title: "Downloading"
value: "3" text: "3"
valueSub: "torrents" subtext: "torrents"
- title: "Seeding" - title: "Seeding"
value: "1" text: "1"
valueSub: "torrents" subtext: "torrents"
- title: "Stopped" - title: "Stopped"
value: "0" text: "0"
valueSub: "torrents" subtext: "torrents"
- title: "Queued" - title: "Queued"
value: "2" text: "2"
valueSub: "torrents" subtext: "torrents"
- id: "torrent-list" - id: "torrent-list"
type: "list" type: "list"
refresh: "5s" refresh: "5s"
@ -73,10 +73,10 @@ widgets:
link: "" link: ""
items: items:
- text: "33% • Ubuntu 22.04.3 amd64 ISO image" - text: "33% • Ubuntu 22.04.3 amd64 ISO image"
textSub: "↓4.4Mbps ↑1.2Mbps" subtext: "↓4.4Mbps ↑1.2Mbps"
- text: "100% • Ubuntu 21.1.0 amd64 ISO image" - text: "100% • Ubuntu 21.1.0 amd64 ISO image"
textSub: "↓0Mbps ↑78Kbps" subtext: "↓0Mbps ↑78Kbps"
- text: "100% • Debian 11.0 amd64 ISO image" - text: "100% • Debian 11.0 amd64 ISO image"
textSub: "↓0Mbps ↑827Kbps" subtext: "↓0Mbps ↑827Kbps"
submitter: Umbrel submitter: Umbrel
submission: https://github.com/getumbrel/umbrel-apps/commit/60878f278d544b204d8e7c96240c797f43a9b319 submission: https://github.com/getumbrel/umbrel-apps/commit/60878f278d544b204d8e7c96240c797f43a9b319

Loading…
Cancel
Save