Browse Source

Update Oak Node to v0.3.4 (#111)

main
ok300 2 years ago
committed by GitHub
parent
commit
8c519d6802
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      oak-node/docker-compose.yml
  2. 8
      oak-node/umbrel-app.yml

2
oak-node/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: $APP_OAK_NODE_PORT
web:
image: oak-node.net/oak:v0.3.3@sha256:484ef07889cf2eab5db85c4feecc94fc5e86c76e17ae658bd5aa11972db5678d
image: oak-node.net/oak:v0.3.4@sha256:b4f218a453a10174492a1b03c66329dff89bdece26c0b024e1bffe9340141048
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m

8
oak-node/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: oak-node
category: Finance
name: Oak Node
version: "0.3.3"
version: "0.3.4"
tagline: Do more with your LND node
description: >-
Oak Node gives you Scheduled Payments. Now you can send sats to a Lightning Address on a schedule.
@ -11,10 +11,8 @@ description: >-
Oak Node also includes an optional bot module for more advanced users.
releaseNotes: >-
This update brings charts for your Scheduled Payments, showing you at a glance how many sats are scheduled to go, when, and to whom.
It also brings several improvements to the Nostr bot, as well as other smaller fixes.
This update brings an experimental section for Nostr Proof-of-Work notes,
alongside a few UI improvements and a Feedback Via Lightning page.
developer: Carlos
website: https://oak-node.net
dependencies:

Loading…
Cancel
Save