WoofBot
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
9 additions and
9 deletions
-
woofbot-lnd/docker-compose.yml
-
woofbot-lnd/umbrel-app.yml
-
woofbot/docker-compose.yml
-
woofbot/umbrel-app.yml
|
|
@ -7,7 +7,7 @@ services: |
|
|
|
APP_PORT: 8080 |
|
|
|
|
|
|
|
web: |
|
|
|
image: woofbot/woofbot:v0.8.2@sha256:fc536ffbd354513d752f4b63fdc72c19fba5e3c3838cda651780a889d996731e |
|
|
|
image: woofbot/woofbot:v0.9.0@sha256:3fd120e75bcf499c5abb7f0a418e08dd2be8860f3c8a8811a598490b8229db54 |
|
|
|
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.8.2" |
|
|
|
version: "0.9.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 |
|
|
@ -27,10 +27,10 @@ path: "" |
|
|
|
defaultUsername: "" |
|
|
|
defaultPassword: "" |
|
|
|
releaseNotes: > |
|
|
|
- Improved Telegram interface: /watch and /unwatch commands that list all possible watches. |
|
|
|
- Removed preview in link to Twitter, and adding link to Nostr. |
|
|
|
|
|
|
|
- Get notifications on lightning invoices creation and being paid. |
|
|
|
- command /about to get information about the app version, Bitcoin node version and LND version. |
|
|
|
|
|
|
|
- Minor bug fixes. |
|
|
|
- Adding partner node name in notifications that mention channels. |
|
|
|
submitter: WoofBotApp |
|
|
|
submission: https://github.com/getumbrel/umbrel-apps/pull/442 |
|
|
|
|
|
@ -7,7 +7,7 @@ services: |
|
|
|
APP_PORT: 8080 |
|
|
|
|
|
|
|
web: |
|
|
|
image: woofbot/woofbot:v0.8.2@sha256:fc536ffbd354513d752f4b63fdc72c19fba5e3c3838cda651780a889d996731e |
|
|
|
image: woofbot/woofbot:v0.9.0@sha256:3fd120e75bcf499c5abb7f0a418e08dd2be8860f3c8a8811a598490b8229db54 |
|
|
|
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.8.2" |
|
|
|
version: "0.9.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 |
|
|
@ -26,8 +26,8 @@ path: "" |
|
|
|
defaultUsername: "" |
|
|
|
defaultPassword: "" |
|
|
|
releaseNotes: > |
|
|
|
- Improved Telegram interface: /watch and /unwatch commands that list all possible watches. |
|
|
|
- Removed preview in link to Twitter, and adding link to Nostr. |
|
|
|
|
|
|
|
- Minor bug fixes. |
|
|
|
- command /about to get information about the app version and Bitcoin node version. |
|
|
|
submitter: WoofBotApp |
|
|
|
submission: https://github.com/getumbrel/umbrel-apps/pull/28 |
|
|
|