From ae9197ea5ea4f86d4213b74422687fe790023057 Mon Sep 17 00:00:00 2001 From: WoofBot Date: Wed, 8 Mar 2023 21:32:11 +0200 Subject: [PATCH] update WoofBot to v0.7.0 (#441) --- woofbot/docker-compose.yml | 3 ++- woofbot/umbrel-app.yml | 9 ++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/woofbot/docker-compose.yml b/woofbot/docker-compose.yml index ad74290..d97ab2a 100644 --- a/woofbot/docker-compose.yml +++ b/woofbot/docker-compose.yml @@ -7,7 +7,8 @@ services: APP_PORT: 8080 web: - image: woofbot/woofbot:v0.6.0@sha256:9a3b2035613958be9d2ba5f68d2c793fcc47bbd3cfddf4122b39d01d240b3504 + image: woofbot/woofbot:v0.7.0@sha256:36f024668d4c27738f3e2676bc949408b63e2bdffd2c2e450c8c0ae1f0776956 + user: 1000:1000 restart: on-failure stop_grace_period: 1m environment: diff --git a/woofbot/umbrel-app.yml b/woofbot/umbrel-app.yml index 325a0ed..ac95d7f 100644 --- a/woofbot/umbrel-app.yml +++ b/woofbot/umbrel-app.yml @@ -1,12 +1,15 @@ manifestVersion: 1.1 id: woofbot category: Finance -name: WoofBot -version: "0.6.0" +name: WoofBot (without Lightning) +version: "0.7.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 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 website: https://github.com/woofbotapp dependencies: @@ -22,6 +25,6 @@ path: "" defaultUsername: "" defaultPassword: "" 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 submission: https://github.com/getumbrel/umbrel-apps/pull/28