diff --git a/woofbot/docker-compose.yml b/woofbot/docker-compose.yml index ad742902..d97ab2ae 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 325a0ed7..ac95d7f3 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