Browse Source

update WoofBot to v0.7.0 (#441)

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

3
woofbot/docker-compose.yml

@ -7,7 +7,8 @@ services:
APP_PORT: 8080 APP_PORT: 8080
web: web:
image: woofbot/woofbot:v0.6.0@sha256:9a3b2035613958be9d2ba5f68d2c793fcc47bbd3cfddf4122b39d01d240b3504 image: woofbot/woofbot:v0.7.0@sha256:36f024668d4c27738f3e2676bc949408b63e2bdffd2c2e450c8c0ae1f0776956
user: 1000:1000
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m
environment: environment:

9
woofbot/umbrel-app.yml

@ -1,12 +1,15 @@
manifestVersion: 1.1 manifestVersion: 1.1
id: woofbot id: woofbot
category: Finance category: Finance
name: WoofBot name: WoofBot (without Lightning)
version: "0.6.0" version: "0.7.0"
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. based on pre-configured conditions: addresses, transactions, new-blocks and price changes.
This version of WoofBot requires only Bitcoin Core to be installed, and does not integrate with
any lightning api.
developer: WoofBotApp developer: WoofBotApp
website: https://github.com/woofbotapp website: https://github.com/woofbotapp
dependencies: dependencies:
@ -22,6 +25,6 @@ path: ""
defaultUsername: "" defaultUsername: ""
defaultPassword: "" defaultPassword: ""
releaseNotes: > releaseNotes: >
- Permission Groups: add users to permission groups (i.e. "superusers", "plebs"), then set specific commands to be permitted only to specific groups. - Renamed app to "WoofBot without Lightning".
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