WoofBot
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
6 additions and
10 deletions
-
woofbot-lnd/docker-compose.yml
-
woofbot-lnd/umbrel-app.yml
-
woofbot/docker-compose.yml
-
woofbot/umbrel-app.yml
|
@ -7,7 +7,7 @@ services: |
|
|
APP_PORT: 8080 |
|
|
APP_PORT: 8080 |
|
|
|
|
|
|
|
|
web: |
|
|
web: |
|
|
image: woofbot/woofbot:v0.9.6@sha256:4d01e11abcf8efbc18cc1064204e20ec71e8571afb3774dec15268ada10568dc |
|
|
image: woofbot/woofbot:v0.9.7@sha256:41854e9bd1ddf5cf978e44bc84b41c4201163886cf0ac938c8a297eb1c92edd8 |
|
|
user: 1000:1000 |
|
|
user: 1000:1000 |
|
|
restart: on-failure |
|
|
restart: on-failure |
|
|
stop_grace_period: 1m |
|
|
stop_grace_period: 1m |
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1.1 |
|
|
id: woofbot-lnd |
|
|
id: woofbot-lnd |
|
|
category: Finance |
|
|
category: Finance |
|
|
name: WoofBot (LND) |
|
|
name: WoofBot (LND) |
|
|
version: "0.9.6" |
|
|
version: "0.9.7" |
|
|
tagline: A chatbot for your personal node |
|
|
tagline: A chatbot for your personal node |
|
|
description: >- |
|
|
description: >- |
|
|
WoofBot is a chat bot that runs on your personal Bitcoin node and sends telegram notifications |
|
|
WoofBot is a chat bot that runs on your personal Bitcoin node and sends telegram notifications |
|
@ -27,8 +27,6 @@ path: "" |
|
|
defaultUsername: "" |
|
|
defaultUsername: "" |
|
|
defaultPassword: "" |
|
|
defaultPassword: "" |
|
|
releaseNotes: > |
|
|
releaseNotes: > |
|
|
- Improved performance of the algorithm that detects that the mempool is still not clear, when the mempool is large. |
|
|
- Fixed the About command: getting the version in LND v0.16.3-beta |
|
|
|
|
|
|
|
|
- Improved performance of the algorithm that detects that funds are spent from watched-addresses. |
|
|
|
|
|
submitter: WoofBotApp |
|
|
submitter: WoofBotApp |
|
|
submission: https://github.com/getumbrel/umbrel-apps/pull/442 |
|
|
submission: https://github.com/getumbrel/umbrel-apps/pull/442 |
|
|
|
@ -7,7 +7,7 @@ services: |
|
|
APP_PORT: 8080 |
|
|
APP_PORT: 8080 |
|
|
|
|
|
|
|
|
web: |
|
|
web: |
|
|
image: woofbot/woofbot:v0.9.6@sha256:4d01e11abcf8efbc18cc1064204e20ec71e8571afb3774dec15268ada10568dc |
|
|
image: woofbot/woofbot:v0.9.7@sha256:41854e9bd1ddf5cf978e44bc84b41c4201163886cf0ac938c8a297eb1c92edd8 |
|
|
user: 1000:1000 |
|
|
user: 1000:1000 |
|
|
restart: on-failure |
|
|
restart: on-failure |
|
|
stop_grace_period: 1m |
|
|
stop_grace_period: 1m |
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1.1 |
|
|
id: woofbot |
|
|
id: woofbot |
|
|
category: Finance |
|
|
category: Finance |
|
|
name: WoofBot (without Lightning) |
|
|
name: WoofBot (without Lightning) |
|
|
version: "0.9.6" |
|
|
version: "0.9.7" |
|
|
tagline: A chatbot for your personal node |
|
|
tagline: A chatbot for your personal node |
|
|
description: >- |
|
|
description: >- |
|
|
WoofBot is a chat bot that runs on your personal Bitcoin node and sends telegram notifications |
|
|
WoofBot is a chat bot that runs on your personal Bitcoin node and sends telegram notifications |
|
@ -26,8 +26,6 @@ path: "" |
|
|
defaultUsername: "" |
|
|
defaultUsername: "" |
|
|
defaultPassword: "" |
|
|
defaultPassword: "" |
|
|
releaseNotes: > |
|
|
releaseNotes: > |
|
|
- Improved performance of the algorithm that detects that the mempool is still not clear, when the mempool is large. |
|
|
- Fixed the About command: getting the version in LND v0.16.3-beta |
|
|
|
|
|
|
|
|
- Improved performance of the algorithm that detects that funds are spent from watched-addresses. |
|
|
|
|
|
submitter: WoofBotApp |
|
|
submitter: WoofBotApp |
|
|
submission: https://github.com/getumbrel/umbrel-apps/pull/28 |
|
|
submission: https://github.com/getumbrel/umbrel-apps/pull/28 |
|
|