Update apps

This commit is contained in:
GitHub Actions 2022-04-23 07:15:31 +00:00
parent 03f8522213
commit a9908c78b2
4 changed files with 27 additions and 31 deletions

View File

@ -5,11 +5,10 @@
# yaml-language-server: $schema=../../app-standard-v3.yml
version: 3
metadata:
category: Lightning Node Management
name: Lightning Terminal
version: 0.6.5-alpha
version: 0.6.7-alpha
tagline: A browser-based interface for managing channel liquidity
description: >-
With Lightning Terminal, you can
@ -38,7 +37,7 @@ metadata:
defaultPassword: $APP_SEED
containers:
- name: web
image: lightninglabs/lightning-terminal:v0.6.5-alpha@sha256:541fb9034a25dd4336becabdee6d40f76c3f4ae4557cbce30a46a3a8e3ef0e74
image: lightninglabs/lightning-terminal:v0.6.7-alpha@sha256:aba02fc2e41e9e2397d019e2d358e4bb0c518a80dd758bdfe888feeeb7aac28d
user: 1000:1000
environment:
HOME: /data

View File

@ -5,14 +5,14 @@
# yaml-language-server: $schema=../../app-standard-v3.yml
version: 3
metadata:
category: Finance
name: LN Markets
version: 1.1.5
version: 1.2.2
tagline: Trade Bitcoin derivatives on Lightning
description: >-
LN Markets is the first Lightning-native Bitcoin derivatives trading platform.
LN Markets is the first Lightning-native Bitcoin derivatives trading
platform.
LN Markets enables traders to take minimal counterparty risk:
@ -21,6 +21,8 @@ metadata:
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.
More features may come in the future!
@ -30,18 +32,17 @@ metadata:
developers:
LN Markets: https://lnmarkets.com
dependencies:
- lnd
- lnd
repo: https://github.com/ln-markets/umbrel
support: https://www.t.me/lnmarkets
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
- 1.jpg
- 2.jpg
- 3.jpg
defaultPassword: $APP_SEED
containers:
- name: lnmarkets
image: ghcr.io/ln-markets/umbrel:v1.1.5@sha256:94b2259e4c2445d518cabc4bd6c0519c5fae87a3fb3c0bb564522e805d63bd89
image: ghcr.io/ln-markets/umbrel:v1.2.2@sha256:43e2b3c410816cbdb0fa253b3dc3de277d136092f64b3c6745ffb74bb8fcae8e
user: 1000:1000
init: true
stop_grace_period: 1m
@ -52,9 +53,7 @@ containers:
APP_DOMAIN: $APP_DOMAIN
APP_HIDDEN_SERVICE: $APP_HIDDEN_SERVICE
APP_PASSWORD: $APP_SEED
LND_IP: $LND_IP
LND_GRPC_PORT: $LND_GRPC_PORT
LND_REST_PORT: $LND_REST_PORT
BITCOIN_NETWORK: $BITCOIN_NETWORK

View File

@ -5,11 +5,10 @@
# yaml-language-server: $schema=../../app-standard-v3.yml
version: 3
metadata:
category: Social
name: Sphinx Relay
version: 2.2.6
version: 2.2.7
tagline: Chat and pay over the Lightning Network
description: >-
Sphinx Relay turns your Lightning node into a personal communication server.
@ -35,7 +34,7 @@ metadata:
path: /connect
containers:
- name: web
image: sphinxlightning/sphinx-relay:v2.2.6@sha256:8d0cc89e6681f6fa48a4f266ecbcf62e2f958f1d01a2ceb7303fb8d6496a70ff
image: sphinxlightning/sphinx-relay:v2.2.7@sha256:d920a859ab51ef1a85a77e482c78a4681483537b1ca7e1cb844a22a00efca89e
init: true
environment:
PUBLIC_URL: $APP_HIDDEN_SERVICE:80

View File

@ -5,11 +5,10 @@
# yaml-language-server: $schema=../../app-standard-v3.yml
version: 3
metadata:
category: Social
name: Synapse
version: 1.56.0
version: 1.57.1
tagline: Matrix homeserver
description: Description is coming soon.
developers:
@ -23,7 +22,7 @@ metadata:
- 3.jpg
torOnly: false
containers:
- image: matrixdotorg/synapse:v1.56.0@sha256:70fdddfcba9058d2471ae7764f887b6db781d7527debcb75a1b8083217c342f1
- image: matrixdotorg/synapse:v1.57.1@sha256:fc1f915874f01208ea3d8f48febdcbb9f9fd63a55a430194dfbd9fc20125a048
entrypoint: bash
command: -c './start.py generate && ./start.py migrate_config && exec ./start.py'
port: 8008
@ -32,9 +31,9 @@ containers:
GID: "1000"
SYNAPSE_HTTP_PORT: 8008
SYNAPSE_SERVER_NAME: ${APP_HIDDEN_SERVICE}
SYNAPSE_REPORT_STATS: "yes"
SYNAPSE_ENABLE_REGISTRATION: "yes"
SYNAPSE_NO_TLS: "yes"
SYNAPSE_REPORT_STATS: yes
SYNAPSE_ENABLE_REGISTRATION: yes
SYNAPSE_NO_TLS: yes
name: server
data:
- data/synapse:/data