mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update WoofBot to 0.9.6 (#551)
This commit is contained in:
parent
3998ba3aad
commit
2188f5ccb7
@ -7,7 +7,7 @@ services:
|
||||
APP_PORT: 8080
|
||||
|
||||
web:
|
||||
image: woofbot/woofbot:v0.9.1@sha256:894a01284d038e1c88d1a80fc879a9ac1d212fea40aab0137996b1fcaf99613f
|
||||
image: woofbot/woofbot:v0.9.6@sha256:4d01e11abcf8efbc18cc1064204e20ec71e8571afb3774dec15268ada10568dc
|
||||
user: 1000:1000
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
||||
id: woofbot-lnd
|
||||
category: Finance
|
||||
name: WoofBot (LND)
|
||||
version: "0.9.1"
|
||||
version: "0.9.6"
|
||||
tagline: A chatbot for your personal node
|
||||
description: >-
|
||||
WoofBot is a chat bot that runs on your personal Bitcoin node and sends telegram notifications
|
||||
@ -27,6 +27,8 @@ path: ""
|
||||
defaultUsername: ""
|
||||
defaultPassword: ""
|
||||
releaseNotes: >
|
||||
- Updated dependencies to handle latest LND version.
|
||||
- Improved performance of the algorithm that detects that the mempool is still not clear, when the mempool is large.
|
||||
|
||||
- Improved performance of the algorithm that detects that funds are spent from watched-addresses.
|
||||
submitter: WoofBotApp
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/442
|
||||
|
@ -7,7 +7,7 @@ services:
|
||||
APP_PORT: 8080
|
||||
|
||||
web:
|
||||
image: woofbot/woofbot:v0.9.1@sha256:894a01284d038e1c88d1a80fc879a9ac1d212fea40aab0137996b1fcaf99613f
|
||||
image: woofbot/woofbot:v0.9.6@sha256:4d01e11abcf8efbc18cc1064204e20ec71e8571afb3774dec15268ada10568dc
|
||||
user: 1000:1000
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
||||
id: woofbot
|
||||
category: Finance
|
||||
name: WoofBot (without Lightning)
|
||||
version: "0.9.1"
|
||||
version: "0.9.6"
|
||||
tagline: A chatbot for your personal node
|
||||
description: >-
|
||||
WoofBot is a chat bot that runs on your personal Bitcoin node and sends telegram notifications
|
||||
@ -26,6 +26,8 @@ path: ""
|
||||
defaultUsername: ""
|
||||
defaultPassword: ""
|
||||
releaseNotes: >
|
||||
- Updated dependencies to handle latest LND version.
|
||||
- Improved performance of the algorithm that detects that the mempool is still not clear, when the mempool is large.
|
||||
|
||||
- Improved performance of the algorithm that detects that funds are spent from watched-addresses.
|
||||
submitter: WoofBotApp
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/28
|
||||
|
Loading…
Reference in New Issue
Block a user