WoofBot
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
7 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.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 |
|
|
|