From ffe7faa497fd348b6b223b5c756511a56d44b385 Mon Sep 17 00:00:00 2001 From: Victor Afanassieff Date: Tue, 4 Jul 2023 18:55:05 +0200 Subject: [PATCH] Update lnmarkets to v2.0.0 (#657) --- lnmarkets/docker-compose.yml | 7 ++----- lnmarkets/umbrel-app.yml | 12 +++--------- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/lnmarkets/docker-compose.yml b/lnmarkets/docker-compose.yml index a801a10..25b2d06 100644 --- a/lnmarkets/docker-compose.yml +++ b/lnmarkets/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: $APP_LNMARKETS_PORT lnmarkets: - image: ghcr.io/ln-markets/umbrel:v1.3.0@sha256:2b871515b293580963fac66979352afabaa60da73b04471ce0e225c17906cc34 + image: ghcr.io/ln-markets/umbrel:v2.0.0@sha256:47b836cd23f7aa9f31aa4ae99ba66f74ffc513388016e31a00f6cb0767144bae init: true user: 1000:1000 restart: on-failure @@ -18,10 +18,7 @@ services: LND_IP: $APP_LIGHTNING_NODE_IP LND_GRPC_PORT: $APP_LIGHTNING_NODE_GRPC_PORT BITCOIN_NETWORK: $APP_BITCOIN_NETWORK - APP_HIDDEN_SERVICE: $APP_HIDDEN_SERVICE - APP_DOMAIN: $APP_DOMAIN - APP_PASSWORD: $APP_PASSWORD - API_PORT: $APP_LNMARKETS_PORT + APP_LNMARKETS_PORT: $APP_LNMARKETS_PORT networks: default: ipv4_address: $APP_LNMARKETS_IP diff --git a/lnmarkets/umbrel-app.yml b/lnmarkets/umbrel-app.yml index ec698e1..ff34e45 100644 --- a/lnmarkets/umbrel-app.yml +++ b/lnmarkets/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: lnmarkets category: bitcoin name: LN Markets -version: "1.3.0" +version: "2.0.0" tagline: Trade Bitcoin derivatives on Lightning description: >- LN Markets is the first Lightning-native Bitcoin derivatives @@ -21,20 +21,14 @@ website: https://lnmarkets.com dependencies: - lightning repo: https://github.com/ln-markets/umbrel -support: https://discord.gg/5HwDJFx2Jz +support: https://t.me/lnmarkets port: 4242 gallery: - 1.jpg - 2.jpg - 3.jpg path: "" -deterministicPassword: true submitter: LN Markets submission: https://github.com/getumbrel/umbrel/pull/879 releaseNotes: >- - - New account generation method - - - Old accounts automatically migrated on first login - - - Automatic migration will be active for an undefined time span. It will be removed at some point in the future. We'll communicate on it in advance and any non migrated account by then will be considered lost. - + - Allow to login with both deprecated and correct LNURL method \ No newline at end of file