mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-13 03:40:42 +02:00
Update WoofBot to 0.9.1 (#520)
This commit is contained in:
parent
090b0fc825
commit
2a919c88f7
@ -7,7 +7,7 @@ services:
|
|||||||
APP_PORT: 8080
|
APP_PORT: 8080
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: woofbot/woofbot:v0.9.0@sha256:3fd120e75bcf499c5abb7f0a418e08dd2be8860f3c8a8811a598490b8229db54
|
image: woofbot/woofbot:v0.9.1@sha256:894a01284d038e1c88d1a80fc879a9ac1d212fea40aab0137996b1fcaf99613f
|
||||||
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.9.0"
|
version: "0.9.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
|
||||||
@ -27,10 +27,6 @@ path: ""
|
|||||||
defaultUsername: ""
|
defaultUsername: ""
|
||||||
defaultPassword: ""
|
defaultPassword: ""
|
||||||
releaseNotes: >
|
releaseNotes: >
|
||||||
- Removed preview in link to Twitter, and adding link to Nostr.
|
- Updated dependencies to handle latest LND version.
|
||||||
|
|
||||||
- command /about to get information about the app version, Bitcoin node version and LND version.
|
|
||||||
|
|
||||||
- Adding partner node name in notifications that mention channels.
|
|
||||||
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.0@sha256:3fd120e75bcf499c5abb7f0a418e08dd2be8860f3c8a8811a598490b8229db54
|
image: woofbot/woofbot:v0.9.1@sha256:894a01284d038e1c88d1a80fc879a9ac1d212fea40aab0137996b1fcaf99613f
|
||||||
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.9.0"
|
version: "0.9.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,8 +26,6 @@ path: ""
|
|||||||
defaultUsername: ""
|
defaultUsername: ""
|
||||||
defaultPassword: ""
|
defaultPassword: ""
|
||||||
releaseNotes: >
|
releaseNotes: >
|
||||||
- Removed preview in link to Twitter, and adding link to Nostr.
|
- Updated dependencies to handle latest LND version.
|
||||||
|
|
||||||
- command /about to get information about the app version and Bitcoin node version.
|
|
||||||
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