mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update WoofBot to v0.7.1 (#452)
This commit is contained in:
parent
85f8a5ce25
commit
10d1d626c3
|
@ -7,7 +7,7 @@ services:
|
|||
APP_PORT: 8080
|
||||
|
||||
web:
|
||||
image: woofbot/woofbot:v0.7.0@sha256:36f024668d4c27738f3e2676bc949408b63e2bdffd2c2e450c8c0ae1f0776956
|
||||
image: woofbot/woofbot:v0.7.1@sha256:d64998a5d5648e705d2400d71cb379546a964bfc6b25ede9195bbe1bb17e90a7
|
||||
user: 1000:1000
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
|||
id: woofbot-lnd
|
||||
category: Finance
|
||||
name: WoofBot (LND)
|
||||
version: "0.7.0"
|
||||
version: "0.7.1"
|
||||
tagline: A chatbot for your personal node
|
||||
description: >-
|
||||
WoofBot is a chat bot that runs on your personal Bitcoin node and sends telegram notifications
|
||||
|
@ -26,10 +26,8 @@ path: ""
|
|||
defaultUsername: ""
|
||||
defaultPassword: ""
|
||||
releaseNotes: >
|
||||
- Notification when a lightning channel is opened
|
||||
- Bug fixes and improved textual descriptions
|
||||
|
||||
- Notification when a lightning channel is closed
|
||||
|
||||
- Notification on payment forwarding
|
||||
- Show user's lightning-related watches in dashboard
|
||||
submitter: WoofBotApp
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/442
|
||||
|
|
|
@ -7,7 +7,7 @@ services:
|
|||
APP_PORT: 8080
|
||||
|
||||
web:
|
||||
image: woofbot/woofbot:v0.7.0@sha256:36f024668d4c27738f3e2676bc949408b63e2bdffd2c2e450c8c0ae1f0776956
|
||||
image: woofbot/woofbot:v0.7.1@sha256:d64998a5d5648e705d2400d71cb379546a964bfc6b25ede9195bbe1bb17e90a7
|
||||
user: 1000:1000
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
|||
id: woofbot
|
||||
category: Finance
|
||||
name: WoofBot (without Lightning)
|
||||
version: "0.7.0"
|
||||
version: "0.7.1"
|
||||
tagline: A chatbot for your personal node
|
||||
description: >-
|
||||
WoofBot is a chat bot that runs on your personal Bitcoin node and sends telegram notifications
|
||||
|
@ -25,6 +25,6 @@ path: ""
|
|||
defaultUsername: ""
|
||||
defaultPassword: ""
|
||||
releaseNotes: >
|
||||
- Renamed app to "WoofBot without Lightning".
|
||||
- Bug fixes and improved textual descriptions
|
||||
submitter: WoofBotApp
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/28
|
||||
|
|
Loading…
Reference in New Issue
Block a user