Update WoofBot to v0.6.0 (#407)

This commit is contained in:
WoofBot 2023-02-13 21:15:25 +02:00 committed by GitHub
parent ba3d9f51c8
commit b232823190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 9 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 8080
web:
image: woofbot/woofbot:v0.5.2@sha256:55647a3ea53433047f86f2ed2bd69369e935b92609af2840abceecd0a010be10
image: woofbot/woofbot:v0.6.0@sha256:9a3b2035613958be9d2ba5f68d2c793fcc47bbd3cfddf4122b39d01d240b3504
restart: on-failure
stop_grace_period: 1m
environment:

View File

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: woofbot
category: Finance
name: WoofBot
version: "0.5.2"
version: "0.6.0"
tagline: A chatbot for your personal node
description: >-
WoofBot is a chat bot that runs on your personal Bitcoin node and sends telegram notifications
@ -22,12 +22,6 @@ path: ""
defaultUsername: ""
defaultPassword: ""
releaseNotes: >
- Upgrading to NodeJs 18 and updating dependencies
- Saving log files in data folder for debugging
- Change the default explorer from mempool.space
- Limiting user entry via a whitelist
- Permission Groups: add users to permission groups (i.e. "superusers", "plebs"), then set specific commands to be permitted only to specific groups.
submitter: WoofBotApp
submission: https://github.com/getumbrel/umbrel-apps/pull/28