Browse Source

Update WoofBot to v0.8.2 (#491)

main
WoofBot 2 years ago
committed by GitHub
parent
commit
4808f6d209
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      woofbot-lnd/docker-compose.yml
  2. 11
      woofbot-lnd/umbrel-app.yml
  3. 2
      woofbot/docker-compose.yml
  4. 9
      woofbot/umbrel-app.yml

2
woofbot-lnd/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 8080 APP_PORT: 8080
web: web:
image: woofbot/woofbot:v0.7.1@sha256:d64998a5d5648e705d2400d71cb379546a964bfc6b25ede9195bbe1bb17e90a7 image: woofbot/woofbot:v0.8.2@sha256:fc536ffbd354513d752f4b63fdc72c19fba5e3c3838cda651780a889d996731e
user: 1000:1000 user: 1000:1000
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m

11
woofbot-lnd/umbrel-app.yml

@ -2,11 +2,12 @@ manifestVersion: 1.1
id: woofbot-lnd id: woofbot-lnd
category: Finance category: Finance
name: WoofBot (LND) name: WoofBot (LND)
version: "0.7.1" version: "0.8.2"
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
based on pre-configured conditions: addresses, transactions, new-blocks and price changes. for configured events: payments from/to specified addresses, transactions being confirmed,
new-blocks and more.
This version of WoofBot integrates with LND lightning api. WoofBot is NOT affiliated with This version of WoofBot integrates with LND lightning api. WoofBot is NOT affiliated with
Lightning Labs, the creators of LND. WoofBot only communicates with LND's api. Lightning Labs, the creators of LND. WoofBot only communicates with LND's api.
@ -26,8 +27,10 @@ path: ""
defaultUsername: "" defaultUsername: ""
defaultPassword: "" defaultPassword: ""
releaseNotes: > releaseNotes: >
- Bug fixes and improved textual descriptions - Improved Telegram interface: /watch and /unwatch commands that list all possible watches.
- Show user's lightning-related watches in dashboard - Get notifications on lightning invoices creation and being paid.
- Minor bug fixes.
submitter: WoofBotApp submitter: WoofBotApp
submission: https://github.com/getumbrel/umbrel-apps/pull/442 submission: https://github.com/getumbrel/umbrel-apps/pull/442

2
woofbot/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 8080 APP_PORT: 8080
web: web:
image: woofbot/woofbot:v0.7.1@sha256:d64998a5d5648e705d2400d71cb379546a964bfc6b25ede9195bbe1bb17e90a7 image: woofbot/woofbot:v0.8.2@sha256:fc536ffbd354513d752f4b63fdc72c19fba5e3c3838cda651780a889d996731e
user: 1000:1000 user: 1000:1000
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m

9
woofbot/umbrel-app.yml

@ -2,11 +2,12 @@ manifestVersion: 1.1
id: woofbot id: woofbot
category: Finance category: Finance
name: WoofBot (without Lightning) name: WoofBot (without Lightning)
version: "0.7.1" version: "0.8.2"
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
based on pre-configured conditions: addresses, transactions, new-blocks and price changes. for configured events: payments from/to specified addresses, transactions being confirmed,
new-blocks and more.
This version of WoofBot requires only Bitcoin Core to be installed, and does not integrate with This version of WoofBot requires only Bitcoin Core to be installed, and does not integrate with
any lightning api. any lightning api.
@ -25,6 +26,8 @@ path: ""
defaultUsername: "" defaultUsername: ""
defaultPassword: "" defaultPassword: ""
releaseNotes: > releaseNotes: >
- Bug fixes and improved textual descriptions - Improved Telegram interface: /watch and /unwatch commands that list all possible watches.
- Minor bug fixes.
submitter: WoofBotApp submitter: WoofBotApp
submission: https://github.com/getumbrel/umbrel-apps/pull/28 submission: https://github.com/getumbrel/umbrel-apps/pull/28

Loading…
Cancel
Save