mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update WoofBot to v0.4.6 (#333)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
This commit is contained in:
parent
72e6e36992
commit
d42e9c34aa
|
@ -7,7 +7,7 @@ services:
|
|||
APP_PORT: 8080
|
||||
|
||||
web:
|
||||
image: woofbot/woofbot:v0.4.0@sha256:f84754c41668d256a917553a36e9b7e34241eedb541507a036ccd713a1a196b9
|
||||
image: woofbot/woofbot:v0.4.6@sha256:dd6cf833c0f5ffc3003550671228ba610e66c300cb7889b72923e6070f67d5dc
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
environment:
|
||||
|
@ -18,6 +18,7 @@ services:
|
|||
APP_BITCOIN_RPC_USER: $APP_BITCOIN_RPC_USER
|
||||
APP_BITCOIN_RPC_PASS: $APP_BITCOIN_RPC_PASS
|
||||
APP_BITCOIN_RPC_PORT: $APP_BITCOIN_RPC_PORT
|
||||
SERVER_LOGS_FILEPATH: /app/logs/server.log
|
||||
depends_on:
|
||||
- mongodb
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||
id: woofbot
|
||||
category: Finance
|
||||
name: WoofBot
|
||||
version: "0.4.0"
|
||||
version: "0.4.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
|
||||
|
@ -21,9 +21,11 @@ gallery:
|
|||
path: ""
|
||||
defaultUsername: ""
|
||||
defaultPassword: ""
|
||||
releaseNotes: >-
|
||||
- Bugfix: Handling transaction ids that are not yet in the mempool
|
||||
releaseNotes: >
|
||||
- Bugfix: Handling flood of new blocks after long disconnection.
|
||||
|
||||
- UX: Removing short commands. When commands are called without parameters the user is asked to fill them in a reply message.
|
||||
- Feature: Showing current best block height when starting to watch new blocks.
|
||||
|
||||
- Feature: Saving logs in internal log files, for debugging.
|
||||
submitter: WoofBotApp
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/28
|
Loading…
Reference in New Issue
Block a user