From 89d748face4c85a891e168c4f43c65eb09a46718 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 3 May 2022 14:09:34 +0000 Subject: [PATCH] Update apps --- apps/lnmarkets/app.yml | 6 ++++-- apps/synapse/app.yml | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/apps/lnmarkets/app.yml b/apps/lnmarkets/app.yml index ac2a58b..5323a57 100644 --- a/apps/lnmarkets/app.yml +++ b/apps/lnmarkets/app.yml @@ -8,7 +8,7 @@ version: 3 metadata: category: Finance name: LN Markets - version: 1.2.2 + version: 1.2.3 tagline: Trade Bitcoin derivatives on Lightning description: >- LN Markets is the first Lightning-native Bitcoin derivatives trading @@ -20,8 +20,10 @@ metadata: Since March 2020, we have processed over $200 million of trading volume, with a median fee of 1 sat for instant P&L delivery to your wallet. + + This app gives you another way to interact with LN Markets: you can directly deposit, withdraw, get trading stats and get instantly connected to your account to take positions as usual. @@ -42,7 +44,7 @@ metadata: defaultPassword: $APP_SEED containers: - name: lnmarkets - image: ghcr.io/ln-markets/umbrel:v1.2.2@sha256:43e2b3c410816cbdb0fa253b3dc3de277d136092f64b3c6745ffb74bb8fcae8e + image: ghcr.io/ln-markets/umbrel:v1.2.3@sha256:c11ec6d28d1b1d11d82ae8b33916732686a296beb21c9c3eaee80c823bd2d00f user: 1000:1000 init: true stop_grace_period: 1m diff --git a/apps/synapse/app.yml b/apps/synapse/app.yml index 1921d3f..5ef5ac2 100644 --- a/apps/synapse/app.yml +++ b/apps/synapse/app.yml @@ -8,7 +8,7 @@ version: 3 metadata: category: Social name: Synapse - version: 1.57.1 + version: 1.58.0 tagline: Matrix homeserver description: Description is coming soon. developers: @@ -22,7 +22,7 @@ metadata: - 3.jpg torOnly: false containers: - - image: matrixdotorg/synapse:v1.57.1@sha256:fc1f915874f01208ea3d8f48febdcbb9f9fd63a55a430194dfbd9fc20125a048 + - image: matrixdotorg/synapse:v1.58.0@sha256:5dca5f3ba7d02329c9e8838075921d2317512a55e093c5953de9e8bcabf5ab12 entrypoint: bash command: -c './start.py generate && ./start.py migrate_config && exec ./start.py' port: 8008