mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
Update Alby Nostr Wallet Connect 0.3.0 -> 0.4.1 (#917)
This commit is contained in:
parent
7dd23004c7
commit
acf0829713
@ -6,7 +6,7 @@ services:
|
|||||||
APP_PORT: 8080
|
APP_PORT: 8080
|
||||||
PROXY_AUTH_ADD: "false"
|
PROXY_AUTH_ADD: "false"
|
||||||
server:
|
server:
|
||||||
image: ghcr.io/getalby/nostr-wallet-connect:0.3.0@sha256:c221f43f8b07b20ffe7db83d215ce1acfbd7aa985790d7e30a7fccfef867e2f7
|
image: ghcr.io/getalby/nostr-wallet-connect:0.4.1@sha256:d1473f18ce706b542eaa7637dbab3bafa1e445aac32daffe3b31cbf91d329548
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data:/data
|
- ${APP_DATA_DIR}/data:/data
|
||||||
- ${APP_LIGHTNING_NODE_DATA_DIR}:/lnd:ro
|
- ${APP_LIGHTNING_NODE_DATA_DIR}:/lnd:ro
|
||||||
@ -18,4 +18,4 @@ services:
|
|||||||
DATABASE_URI: "/data/nostr-wallet-connect.db"
|
DATABASE_URI: "/data/nostr-wallet-connect.db"
|
||||||
COOKIE_SECRET: "666"
|
COOKIE_SECRET: "666"
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
|
@ -3,17 +3,16 @@ id: alby-nostr-wallet-connect
|
|||||||
name: Nostr Wallet Connect
|
name: Nostr Wallet Connect
|
||||||
tagline: The power of the zaps at the tip of your fingers.
|
tagline: The power of the zaps at the tip of your fingers.
|
||||||
category: finance
|
category: finance
|
||||||
version: "0.3.0"
|
version: "0.4.1"
|
||||||
port: 58000
|
port: 58000
|
||||||
description: >-
|
description: >-
|
||||||
Connect your LND node over Nostr to zap directly from within supported apps like Damus & Amethyst.
|
Connect your LND node over Nostr.
|
||||||
|
|
||||||
|
Zap directly from within supported apps like Damus & Amethyst.
|
||||||
|
|
||||||
🛠️ Instructions
|
Amethyst step-by-step guide: https://blog.getalby.com/native-zapping-in-amethyst
|
||||||
|
|
||||||
- Amethyst step-by-step guide: https://blog.getalby.com/native-zapping-in-amethyst
|
Damus (currently only on Testflight) video guide: https://streamable.com/bareih
|
||||||
|
|
||||||
- Damus (currently only on Testflight) video guide: https://streamable.com/bareih
|
|
||||||
developer: Alby
|
developer: Alby
|
||||||
website: http://getalby.com/
|
website: http://getalby.com/
|
||||||
submitter: Alby
|
submitter: Alby
|
||||||
@ -25,9 +24,11 @@ gallery:
|
|||||||
- 2.jpg
|
- 2.jpg
|
||||||
- 3.jpg
|
- 3.jpg
|
||||||
releaseNotes: >-
|
releaseNotes: >-
|
||||||
This release includes a number of bug fixes and improvements. Full release notes are available at https://github.com/getAlby/nostr-wallet-connect/releases/tag/0.3.0
|
- This release adds the following Nostr Wallet Connect (NIP-47) extension methods: pay_keysend, make_invoice, lookup_invoice, list_transactions, get_balance, get_info which can be used by developers to make awesome apps powered by NWC.
|
||||||
|
|
||||||
|
- Improved app connection UI.
|
||||||
dependencies:
|
dependencies:
|
||||||
- lightning
|
- lightning
|
||||||
path: ""
|
path: ""
|
||||||
defaultUsername: ""
|
defaultUsername: ""
|
||||||
defaultPassword: ""
|
defaultPassword: ""
|
||||||
|
Loading…
Reference in New Issue
Block a user