mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update WoofBot to v0.9.8 (#773)
This commit is contained in:
parent
5f3848ed7e
commit
8f760fe8ac
|
@ -7,7 +7,7 @@ services:
|
||||||
APP_PORT: 8080
|
APP_PORT: 8080
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: woofbot/woofbot:v0.9.7@sha256:41854e9bd1ddf5cf978e44bc84b41c4201163886cf0ac938c8a297eb1c92edd8
|
image: woofbot/woofbot:v0.9.8@sha256:483076f0f364291d569025639ab502dc19c9c61d38931402955482e53cc3d950
|
||||||
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: bitcoin
|
category: bitcoin
|
||||||
name: WoofBot (LND)
|
name: WoofBot (LND)
|
||||||
version: "0.9.7"
|
version: "0.9.8"
|
||||||
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,7 +26,11 @@ gallery:
|
||||||
path: ""
|
path: ""
|
||||||
defaultUsername: ""
|
defaultUsername: ""
|
||||||
defaultPassword: ""
|
defaultPassword: ""
|
||||||
releaseNotes: >
|
releaseNotes: >-
|
||||||
- Fixed the About command: getting the version in LND v0.16.3-beta
|
- Show users' invoices watches in dashboard
|
||||||
|
|
||||||
|
- New emojies for notifications about address being paid
|
||||||
|
|
||||||
|
- Upgrade server-side dependencies
|
||||||
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.9.7@sha256:41854e9bd1ddf5cf978e44bc84b41c4201163886cf0ac938c8a297eb1c92edd8
|
image: woofbot/woofbot:v0.9.8@sha256:483076f0f364291d569025639ab502dc19c9c61d38931402955482e53cc3d950
|
||||||
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: bitcoin
|
category: bitcoin
|
||||||
name: WoofBot (without Lightning)
|
name: WoofBot (without Lightning)
|
||||||
version: "0.9.7"
|
version: "0.9.8"
|
||||||
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,7 +25,9 @@ gallery:
|
||||||
path: ""
|
path: ""
|
||||||
defaultUsername: ""
|
defaultUsername: ""
|
||||||
defaultPassword: ""
|
defaultPassword: ""
|
||||||
releaseNotes: >
|
releaseNotes: >-
|
||||||
- Fixed the About command: getting the version in LND v0.16.3-beta
|
- New emojies for notifications about address being paid
|
||||||
|
|
||||||
|
- Upgrade server-side dependencies
|
||||||
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