mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
update widgets
This commit is contained in:
parent
e13743403b
commit
01f7557ef8
|
@ -7,7 +7,7 @@ services:
|
|||
APP_PORT: 3005
|
||||
|
||||
server:
|
||||
image: getumbrel/umbrel-bitcoin:v0.5.0@sha256:588acafbde4a26a2c571e4547b4563beddc0a75a10f94d6ae1711a939802deee
|
||||
image: getumbrel/umbrel-bitcoin:v0.5.0@sha256:1f9dea33de72ce3304ced3a820a5b657e1faa5c9a9ea695fd53d1486c4618d36
|
||||
depends_on: [bitcoind]
|
||||
restart: on-failure
|
||||
volumes:
|
||||
|
|
|
@ -58,7 +58,7 @@ releaseNotes: >-
|
|||
widgets:
|
||||
- id: "stats"
|
||||
type: "four-stats"
|
||||
refresh: "10s"
|
||||
refresh: "5s"
|
||||
endpoint: "server:3005/v1/bitcoind/widgets/stats"
|
||||
link: ""
|
||||
example:
|
||||
|
@ -79,7 +79,7 @@ widgets:
|
|||
subtext: "GB"
|
||||
- id: "sync"
|
||||
type: "text-with-progress"
|
||||
refresh: "5s"
|
||||
refresh: "2s"
|
||||
endpoint: "server:3005/v1/bitcoind/widgets/sync"
|
||||
link: ""
|
||||
example:
|
||||
|
|
|
@ -7,7 +7,7 @@ services:
|
|||
APP_PORT: 3006
|
||||
|
||||
app:
|
||||
image: getumbrel/umbrel-lightning:v1.2.0@sha256:25618052307428f2fbcfdb1ae221d118e77522c305d707f454e2b8c91a815880
|
||||
image: getumbrel/umbrel-lightning:v1.2.0@sha256:4effadadce390959a742d806273d42a20da08280e4f409e9a30658fbd8400854
|
||||
restart: on-failure
|
||||
volumes:
|
||||
- "${APP_LIGHTNING_NODE_DATA_DIR}:/data/.lnd"
|
||||
|
|
|
@ -56,7 +56,7 @@ defaultPassword: ""
|
|||
widgets:
|
||||
- id: "bitcoin-wallet"
|
||||
type: "text-with-buttons"
|
||||
refresh: "30s"
|
||||
refresh: "5s"
|
||||
endpoint: "app:3006/v1/lnd/widgets/bitcoin-wallet"
|
||||
link: ""
|
||||
example:
|
||||
|
@ -74,7 +74,7 @@ widgets:
|
|||
link: "?action=receive-bitcoin"
|
||||
- id: "lightning-wallet"
|
||||
type: "text-with-buttons"
|
||||
refresh: "30s"
|
||||
refresh: "2s"
|
||||
endpoint: "app:3006/v1/lnd/widgets/lightning-wallet"
|
||||
link: ""
|
||||
example:
|
||||
|
@ -92,7 +92,7 @@ widgets:
|
|||
link: "?action=receive-lightning"
|
||||
- id: "lightning-stats"
|
||||
type: "four-stats"
|
||||
refresh: "30s"
|
||||
refresh: "5s"
|
||||
endpoint: "app:3006/v1/lnd/widgets/lightning-stats"
|
||||
link: ""
|
||||
example:
|
||||
|
|
|
@ -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:1a6e5c5dbc8581394ff1b99eb6aaa60bf646b3140ecafab9a44fe164b8d7693e
|
||||
image: getumbrel/umbrel-nostr-relay-proxy:v1.1.0@sha256:6b335f4488f813475bb7c9d3bb6282fda081808e2d5447404fc8a1ffcc1279dc
|
||||
user: "1000:1000"
|
||||
restart: on-failure
|
||||
environment:
|
||||
|
|
|
@ -41,7 +41,7 @@ torOnly: false
|
|||
widgets:
|
||||
- id: "latest-kind1"
|
||||
type: "list"
|
||||
refresh: "10s"
|
||||
refresh: "5s"
|
||||
endpoint: "relay-proxy:80/relay-proxy/widgets/latest-kind1"
|
||||
link: ""
|
||||
example:
|
||||
|
@ -56,7 +56,7 @@ widgets:
|
|||
subtext: "11:40 Nov 24, 2023"
|
||||
- id: "latest-events"
|
||||
type: "list-emoji"
|
||||
refresh: "10s"
|
||||
refresh: "5s"
|
||||
endpoint: "relay-proxy:80/relay-proxy/widgets/latest-events"
|
||||
link: ""
|
||||
example:
|
||||
|
|
|
@ -20,7 +20,7 @@ services:
|
|||
restart: on-failure
|
||||
|
||||
widget-server:
|
||||
image: getumbrel/umbrel-transmission-widget-server:v1.0.0@sha256:db39ed3471686bf2b900dfa568f41d31c0b2a7fbc4df632e61b583c6978ba686
|
||||
image: getumbrel/umbrel-transmission-widget-server:v1.0.0@sha256:0ee30f1eecbf6f4f3f62e3f6d5c1626bd31d15ace7e97cacff5fc091836650cf
|
||||
environment:
|
||||
- TRANSMISSION_URL=http://transmission_server_1
|
||||
- TRANSMISSION_PORT=9091
|
||||
|
|
|
@ -44,7 +44,7 @@ permissions:
|
|||
widgets:
|
||||
- id: "status"
|
||||
type: "four-stats"
|
||||
refresh: "10s"
|
||||
refresh: "5s"
|
||||
endpoint: "widget-server:80/widgets/status"
|
||||
link: ""
|
||||
example:
|
||||
|
@ -65,7 +65,7 @@ widgets:
|
|||
subtext: "torrents"
|
||||
- id: "torrent-list"
|
||||
type: "list"
|
||||
refresh: "5s"
|
||||
refresh: "2s"
|
||||
endpoint: "widget-server:80/widgets/torrent-list"
|
||||
link: ""
|
||||
example:
|
||||
|
|
Loading…
Reference in New Issue
Block a user