forked from michael.heier/umbrel-apps
d42e9c34aa
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
31 lines
939 B
YAML
31 lines
939 B
YAML
manifestVersion: 1
|
|
id: woofbot
|
|
category: Finance
|
|
name: WoofBot
|
|
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
|
|
based on pre-configured conditions: addresses, transactions, new-blocks and price changes.
|
|
developer: WoofBotApp
|
|
website: https://github.com/woofbotapp
|
|
dependencies:
|
|
- bitcoin
|
|
repo: https://github.com/woofbotapp/woofbotapp
|
|
support: https://github.com/woofbotapp/woofbotapp/discussions
|
|
port: 8092
|
|
gallery:
|
|
- 1.jpg
|
|
- 2.jpg
|
|
- 3.jpg
|
|
path: ""
|
|
defaultUsername: ""
|
|
defaultPassword: ""
|
|
releaseNotes: >
|
|
- Bugfix: Handling flood of new blocks after long disconnection.
|
|
|
|
- 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 |