mirror of
https://github.com/runcitadel/apps.git
synced 2024-11-11 16:30:37 +00:00
Update apps
This commit is contained in:
parent
89d748face
commit
4cc1e4ce36
|
@ -5,7 +5,6 @@
|
|||
# yaml-language-server: $schema=../../app-standard-v3.yml
|
||||
|
||||
version: 3
|
||||
|
||||
metadata:
|
||||
category: Wallets
|
||||
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.
|
||||
|
||||
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)
|
||||
developers:
|
||||
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)
|
||||
developers:
|
||||
Michael Bumann: https://ln.michaelbumann.com/
|
||||
dependencies:
|
||||
- lnd
|
||||
- lnd
|
||||
repo: https://github.com/bumi/lnme
|
||||
support: https://github.com/bumi/lnme/issues
|
||||
gallery:
|
||||
- https://raw.githubusercontent.com/bumi/lnme/master/lnme-demo.gif
|
||||
|
||||
containers:
|
||||
- name: web
|
||||
image: ghcr.io/bumi/lnme:master@sha256:e131a8584d2b6d1dd01723164cebad0fa2a47b4e30fe0c6fdac83ffb386de518
|
||||
port: 1323
|
||||
user: 1000:1000
|
||||
environment:
|
||||
LNME_LND_ADDRESS: $LND_IP:$LND_GRPC_PORT
|
||||
LNME_LND_CERT_PATH: /lnd/tls.cert
|
||||
LNME_LND_MACAROON_PATH: /lnd/data/chain/bitcoin/$BITCOIN_NETWORK/invoice.macaroon
|
||||
- name: web
|
||||
image: ghcr.io/bumi/lnme:master@sha256:e131a8584d2b6d1dd01723164cebad0fa2a47b4e30fe0c6fdac83ffb386de518
|
||||
port: 1323
|
||||
user: 1000:1000
|
||||
environment:
|
||||
LNME_LND_ADDRESS: $LND_IP:$LND_GRPC_PORT
|
||||
LNME_LND_CERT_PATH: /lnd/tls.cert
|
||||
LNME_LND_MACAROON_PATH: /lnd/data/chain/bitcoin/$BITCOIN_NETWORK/invoice.macaroon
|
||||
|
|
|
@ -8,7 +8,7 @@ version: 3
|
|||
metadata:
|
||||
category: Social
|
||||
name: Squeaknode
|
||||
version: 0.2.22
|
||||
version: 0.2.23
|
||||
tagline: A peer-to-peer status feed with Lightning monetization
|
||||
description: >-
|
||||
The Squeaknode app allows you to create, view, buy, and sell squeaks. A
|
||||
|
@ -31,7 +31,7 @@ metadata:
|
|||
defaultPassword: $APP_SEED
|
||||
containers:
|
||||
- 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
|
||||
port: 12994
|
||||
requiredPorts:
|
||||
|
|
Loading…
Reference in New Issue
Block a user