Update apps

This commit is contained in:
GitHub Actions 2022-05-04 21:10:22 +00:00
parent 89d748face
commit 4cc1e4ce36
2 changed files with 13 additions and 17 deletions

View File

@ -5,7 +5,6 @@
# yaml-language-server: $schema=../../app-standard-v3.yml # yaml-language-server: $schema=../../app-standard-v3.yml
version: 3 version: 3
metadata: metadata:
category: Wallets category: Wallets
name: LnMe name: LnMe
@ -20,24 +19,21 @@ metadata:
Your lightning address is <your-name-or-anything-you-like-it-doesn't-matter>@<the-onion-url-of-this-app>.onion. Your lightning address is <your-name-or-anything-you-like-it-doesn't-matter>@<the-onion-url-of-this-app>.onion.
If you contact the Citadel team, you can also get a shorter and easier to use @ln.runcitadel.space address. To receive one, contact If you contact the Citadel team, you can also get a shorter and easier to use @ln.runcitadel.space address. To receive one, contact us on forum.runcitadel.space with your prefered address and also, share the onion URL of the LnMe app (not of your node, the app will have a differen one) or DM us on Twitter (https://twitter.com/runcitadel)
us on forum.runcitadel.space with your prefered address and also, share the onion URL of the LnMe app (not of your node, the app will have a differen one) developers:
or DM us on Twitter (https://twitter.com/runcitadel)
developers:
Michael Bumann: https://ln.michaelbumann.com/ Michael Bumann: https://ln.michaelbumann.com/
dependencies: dependencies:
- lnd - lnd
repo: https://github.com/bumi/lnme repo: https://github.com/bumi/lnme
support: https://github.com/bumi/lnme/issues support: https://github.com/bumi/lnme/issues
gallery: gallery:
- https://raw.githubusercontent.com/bumi/lnme/master/lnme-demo.gif - https://raw.githubusercontent.com/bumi/lnme/master/lnme-demo.gif
containers: containers:
- name: web - name: web
image: ghcr.io/bumi/lnme:master@sha256:e131a8584d2b6d1dd01723164cebad0fa2a47b4e30fe0c6fdac83ffb386de518 image: ghcr.io/bumi/lnme:master@sha256:e131a8584d2b6d1dd01723164cebad0fa2a47b4e30fe0c6fdac83ffb386de518
port: 1323 port: 1323
user: 1000:1000 user: 1000:1000
environment: environment:
LNME_LND_ADDRESS: $LND_IP:$LND_GRPC_PORT LNME_LND_ADDRESS: $LND_IP:$LND_GRPC_PORT
LNME_LND_CERT_PATH: /lnd/tls.cert LNME_LND_CERT_PATH: /lnd/tls.cert
LNME_LND_MACAROON_PATH: /lnd/data/chain/bitcoin/$BITCOIN_NETWORK/invoice.macaroon LNME_LND_MACAROON_PATH: /lnd/data/chain/bitcoin/$BITCOIN_NETWORK/invoice.macaroon

View File

@ -8,7 +8,7 @@ version: 3
metadata: metadata:
category: Social category: Social
name: Squeaknode name: Squeaknode
version: 0.2.22 version: 0.2.23
tagline: A peer-to-peer status feed with Lightning monetization tagline: A peer-to-peer status feed with Lightning monetization
description: >- description: >-
The Squeaknode app allows you to create, view, buy, and sell squeaks. A The Squeaknode app allows you to create, view, buy, and sell squeaks. A
@ -31,7 +31,7 @@ metadata:
defaultPassword: $APP_SEED defaultPassword: $APP_SEED
containers: containers:
- name: web - name: web
image: ghcr.io/squeaknode/squeaknode:v0.2.22@sha256:d62815b7884cb0d438741c09ebb9afa8111135b9f9464f987387490a4926d130 image: ghcr.io/squeaknode/squeaknode:v0.2.23@sha256:0b950bcc8c733881258628f7a43fa615a0e825fd45cbb455d306405cea5800a6
stop_grace_period: 1m stop_grace_period: 1m
port: 12994 port: 12994
requiredPorts: requiredPorts: