App Submission: Alby Nostr Wallet Connect (#636)

This commit is contained in:
kiwiidb 2023-07-10 18:16:59 +02:00 committed by GitHub
parent 3791ea0679
commit ad4a21d396
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 64 additions and 0 deletions

View File

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 MiB

View File

@ -0,0 +1,11 @@
<svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="256" height="256" fill="white"/>
<path d="M232.796 137.392C224.275 145.872 212.502 143.84 204.021 135.321C204.021 135.321 204.021 135.321 204.019 135.32L135.377 66.3683L167.543 34.0627C176.859 24.7063 192.664 27.6031 198.054 39.6555L233.84 132.87C234.428 134.402 234.057 136.136 232.894 137.295L210.291 159.791L232.795 137.392H232.796Z" fill="#472459"/>
<path d="M204.019 135.32C204.019 135.32 204.019 135.32 204.018 135.319L114.228 45.1253C105.745 36.605 91.9616 36.573 83.439 45.0537L28.2977 99.9353C19.7751 108.417 19.7444 122.199 28.2261 130.721L118.014 220.913C126.497 229.434 140.281 229.466 148.803 220.985L166.534 203.339L171.728 198.169L155.155 181.535C142.897 189.481 126.34 188.067 115.624 177.285L104.347 165.937C102.743 164.324 102.751 161.743 104.365 160.14L109.915 154.625L95.9761 140.6C93.7912 138.401 93.4485 134.865 95.4187 132.485C97.6727 129.752 101.738 129.624 104.188 132.089L118.303 146.291L129.369 135.297L115.43 121.272C113.245 119.074 112.902 115.538 114.891 113.141C117.161 110.426 121.21 110.28 123.66 112.744L137.775 126.947L143.343 121.414C144.956 119.811 147.538 119.819 149.141 121.432L160.419 132.78C171.135 143.563 172.443 160.128 164.415 172.336L180.981 188.961L190.422 179.565L203.945 166.105L232.793 137.393C224.272 145.873 212.499 143.841 204.016 135.322L204.019 135.32Z" fill="url(#paint0_linear_309_10015)"/>
<defs>
<linearGradient id="paint0_linear_309_10015" x1="127.339" y1="38.7141" x2="127.339" y2="227.325" gradientUnits="userSpaceOnUse">
<stop stop-color="#FFCA4A"/>
<stop offset="1" stop-color="#F7931A"/>
</linearGradient>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -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: ""