diff --git a/alby-nostr-wallet-connect/data/.gitkeep b/alby-nostr-wallet-connect/data/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/alby-nostr-wallet-connect/docker-compose.yml b/alby-nostr-wallet-connect/docker-compose.yml new file mode 100644 index 0000000..9c01bff --- /dev/null +++ b/alby-nostr-wallet-connect/docker-compose.yml @@ -0,0 +1,21 @@ +version: "3.7" +services: + app_proxy: + environment: + APP_HOST: alby-nostr-wallet-connect_server_1 + APP_PORT: 8080 + PROXY_AUTH_ADD: "false" + server: + image: ghcr.io/getalby/nostr-wallet-connect:0.2.0@sha256:1feb352de5cb55e412a59075287ed8f3a1ef1317c01cb059c423f9f20f725ef0 + volumes: + - ${APP_DATA_DIR}/data:/data + - ${APP_LIGHTNING_NODE_DATA_DIR}:/lnd:ro + environment: + LN_BACKEND_TYPE: "LND" + LND_ADDRESS: $APP_LIGHTNING_NODE_IP:$APP_LIGHTNING_NODE_GRPC_PORT + LND_CERT_FILE: "/lnd/tls.cert" + LND_MACAROON_FILE: "/lnd/data/chain/bitcoin/$APP_BITCOIN_NETWORK/admin.macaroon" + DATABASE_URI: "/data/nostr-wallet-connect.db" + COOKIE_SECRET: "666" + restart: on-failure + stop_grace_period: 1m \ No newline at end of file diff --git a/alby-nostr-wallet-connect/images/nwc_1.png b/alby-nostr-wallet-connect/images/nwc_1.png new file mode 100644 index 0000000..ffe7092 Binary files /dev/null and b/alby-nostr-wallet-connect/images/nwc_1.png differ diff --git a/alby-nostr-wallet-connect/images/nwc_2.png b/alby-nostr-wallet-connect/images/nwc_2.png new file mode 100644 index 0000000..c807d63 Binary files /dev/null and b/alby-nostr-wallet-connect/images/nwc_2.png differ diff --git a/alby-nostr-wallet-connect/images/nwc_3.png b/alby-nostr-wallet-connect/images/nwc_3.png new file mode 100644 index 0000000..d8dccc5 Binary files /dev/null and b/alby-nostr-wallet-connect/images/nwc_3.png differ diff --git a/alby-nostr-wallet-connect/images/nwc_icon.svg b/alby-nostr-wallet-connect/images/nwc_icon.svg new file mode 100644 index 0000000..7d66151 --- /dev/null +++ b/alby-nostr-wallet-connect/images/nwc_icon.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/alby-nostr-wallet-connect/umbrel-app.yml b/alby-nostr-wallet-connect/umbrel-app.yml new file mode 100644 index 0000000..abaf0da --- /dev/null +++ b/alby-nostr-wallet-connect/umbrel-app.yml @@ -0,0 +1,32 @@ +manifestVersion: 1 +id: alby-nostr-wallet-connect +name: Nostr Wallet Connect +tagline: The power of the zaps at the tip of your fingers. +category: finance +version: "0.2.0" +port: 58000 +description: >- + Connect your LND node over Nostr to zap directly from within supported apps like Damus & Amethyst. + + + 🛠️ Instructions + + - Amethyst step-by-step guide: https://blog.getalby.com/native-zapping-in-amethyst + + - Damus (currently only on Testflight) video guide: https://streamable.com/bareih +developer: Alby +website: http://getalby.com/ +submitter: Alby +submission: https://github.com/getumbrel/umbrel-apps/pull/636 +repo: https://github.com/getAlby/nostr-wallet-connect +support: https://github.com/getAlby/nostr-wallet-connect/issues +gallery: + - 1.jpg + - 2.jpg + - 3.jpg +releaseNotes: "" +dependencies: + - lightning +path: "" +defaultUsername: "" +defaultPassword: "" \ No newline at end of file