mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-13 03:40:42 +02: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
|
APP_PORT: 8080
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: woofbot/woofbot:v0.7.0@sha256:36f024668d4c27738f3e2676bc949408b63e2bdffd2c2e450c8c0ae1f0776956
|
image: woofbot/woofbot:v0.7.1@sha256:d64998a5d5648e705d2400d71cb379546a964bfc6b25ede9195bbe1bb17e90a7
|
||||||
user: 1000:1000
|
user: 1000:1000
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
|
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
|||||||
id: woofbot-lnd
|
id: woofbot-lnd
|
||||||
category: Finance
|
category: Finance
|
||||||
name: WoofBot (LND)
|
name: WoofBot (LND)
|
||||||
version: "0.7.0"
|
version: "0.7.1"
|
||||||
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
|
||||||
@ -26,10 +26,8 @@ path: ""
|
|||||||
defaultUsername: ""
|
defaultUsername: ""
|
||||||
defaultPassword: ""
|
defaultPassword: ""
|
||||||
releaseNotes: >
|
releaseNotes: >
|
||||||
- Notification when a lightning channel is opened
|
- Bug fixes and improved textual descriptions
|
||||||
|
|
||||||
- Notification when a lightning channel is closed
|
- Show user's lightning-related watches in dashboard
|
||||||
|
|
||||||
- Notification on payment forwarding
|
|
||||||
submitter: WoofBotApp
|
submitter: WoofBotApp
|
||||||
submission: https://github.com/getumbrel/umbrel-apps/pull/442
|
submission: https://github.com/getumbrel/umbrel-apps/pull/442
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
APP_PORT: 8080
|
APP_PORT: 8080
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: woofbot/woofbot:v0.7.0@sha256:36f024668d4c27738f3e2676bc949408b63e2bdffd2c2e450c8c0ae1f0776956
|
image: woofbot/woofbot:v0.7.1@sha256:d64998a5d5648e705d2400d71cb379546a964bfc6b25ede9195bbe1bb17e90a7
|
||||||
user: 1000:1000
|
user: 1000:1000
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
|
@ -2,7 +2,7 @@ manifestVersion: 1.1
|
|||||||
id: woofbot
|
id: woofbot
|
||||||
category: Finance
|
category: Finance
|
||||||
name: WoofBot (without Lightning)
|
name: WoofBot (without Lightning)
|
||||||
version: "0.7.0"
|
version: "0.7.1"
|
||||||
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
|
||||||
@ -25,6 +25,6 @@ path: ""
|
|||||||
defaultUsername: ""
|
defaultUsername: ""
|
||||||
defaultPassword: ""
|
defaultPassword: ""
|
||||||
releaseNotes: >
|
releaseNotes: >
|
||||||
- Renamed app to "WoofBot without Lightning".
|
- Bug fixes and improved textual descriptions
|
||||||
submitter: WoofBotApp
|
submitter: WoofBotApp
|
||||||
submission: https://github.com/getumbrel/umbrel-apps/pull/28
|
submission: https://github.com/getumbrel/umbrel-apps/pull/28
|
||||||
|
Loading…
Reference in New Issue
Block a user