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
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
environment:
TIME_MACHINE_DIR: "/timemachine"

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

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

2
bitcoin/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 3005
server:
image: getumbrel/umbrel-bitcoin:v0.5.0@sha256:eb0db41c3405d57bfd02243310951bf4b86b8b3225e59e13ee34760d0478594e
image: getumbrel/umbrel-bitcoin:v0.5.0@sha256:588acafbde4a26a2c571e4547b4563beddc0a75a10f94d6ae1711a939802deee
depends_on: [bitcoind]
restart: on-failure
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
widgets:
- id: "stats"
type: "four-up"
type: "four-stats"
refresh: "10s"
endpoint: "server:3005/v1/bitcoind/widgets/stats"
link: ""
example:
type: "four-up"
type: "four-stats"
link: ""
items:
- title: "Connections"
value: "11"
valueSub: "peers"
text: "11"
subtext: "peers"
- title: "Mempool"
value: "257"
valueSub: "MB"
text: "257"
subtext: "MB"
- title: "Hashrate"
value: "590"
valueSub: "EH/s"
text: "590"
subtext: "EH/s"
- title: "Blockchain size"
value: "600"
valueSub: "GB"
text: "600"
subtext: "GB"
- id: "sync"
type: "stat-with-progress"
type: "text-with-progress"
refresh: "5s"
endpoint: "server:3005/v1/bitcoind/widgets/sync"
link: ""
example:
type: "stat-with-progress"
type: "text-with-progress"
link: ""
title: "Blockchain sync"
value: "83%"
text: "83%"
progressLabel: "In progress"
progress: 0.83
submitter: Umbrel

2
lightning/docker-compose.yml

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

42
lightning/umbrel-app.yml

@ -55,16 +55,16 @@ path: ""
defaultPassword: ""
widgets:
- id: "bitcoin-wallet"
type: "stat-with-buttons"
refresh: "1m"
type: "text-with-buttons"
refresh: "30s"
endpoint: "app:3006/v1/lnd/widgets/bitcoin-wallet"
link: ""
example:
type: "stat-with-buttons"
type: "text-with-buttons"
link: ""
title: "Bitcoin Wallet"
value: "1,845,893"
valueSub: "sats"
text: "1,845,893"
subtext: "sats"
buttons:
- text: "Send"
icon: "send"
@ -73,16 +73,16 @@ widgets:
icon: "inbox"
link: "?action=receive-bitcoin"
- id: "lightning-wallet"
type: "stat-with-buttons"
refresh: "1m"
type: "text-with-buttons"
refresh: "30s"
endpoint: "app:3006/v1/lnd/widgets/lightning-wallet"
link: ""
example:
type: "stat-with-buttons"
type: "text-with-buttons"
link: ""
title: "Lightning Wallet"
value: "762,248"
valueSub: "sats"
text: "762,248"
subtext: "sats"
buttons:
- text: "Send"
icon: "send"
@ -91,25 +91,25 @@ widgets:
icon: "inbox"
link: "?action=receive-lightning"
- id: "lightning-stats"
type: "four-up"
refresh: "1m"
type: "four-stats"
refresh: "30s"
endpoint: "app:3006/v1/lnd/widgets/lightning-stats"
link: ""
example:
type: "four-up"
type: "four-stats"
link: ""
items:
- title: "Connections"
value: "5"
valueSub: "peers"
text: "5"
subtext: "peers"
- title: "Active channels"
value: "3"
valueSub: "channels"
text: "3"
subtext: "channels"
- title: "Max send"
value: "90K"
valueSub: "sats"
text: "90K"
subtext: "sats"
- title: "Max receive"
value: "45K"
valueSub: "sats"
text: "45K"
subtext: "sats"
submitter: Umbrel
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
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"
restart: on-failure
environment:

10
nostr-relay/umbrel-app.yml

@ -41,7 +41,7 @@ torOnly: false
widgets:
- id: "latest-kind1"
type: "list"
refresh: "30s"
refresh: "10s"
endpoint: "relay-proxy:80/relay-proxy/widgets/latest-kind1"
link: ""
example:
@ -49,14 +49,14 @@ widgets:
link: ""
items:
- 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 🫡"
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 🫶"
textSub: "11:40 Nov 24, 2023"
subtext: "11:40 Nov 24, 2023"
- id: "latest-events"
type: "list-emoji"
refresh: "30s"
refresh: "10s"
endpoint: "relay-proxy:80/relay-proxy/widgets/latest-events"
link: ""
example:

2
transmission/docker-compose.yml

@ -20,7 +20,7 @@ services:
restart: on-failure
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:
- TRANSMISSION_URL=http://server
- TRANSMISSION_PORT=9091

26
transmission/umbrel-app.yml

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

Loading…
Cancel
Save