Browse Source

App Submission: lnplus (Lightning Network+) (#202)

Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
Co-authored-by: Mayank Chhabra <mayankchhabra9@gmail.com>
main
Alan Plus 2 years ago
committed by GitHub
parent
commit
787c4a9340
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 21
      lnplus/docker-compose.yml
  2. 32
      lnplus/umbrel-app.yml

21
lnplus/docker-compose.yml

@ -0,0 +1,21 @@
version: "3.7"
services:
app_proxy:
environment:
APP_HOST: lnplus_web_1
APP_PORT: "3777"
web:
image: lightningnetworkplus/lnpclient:v0.1.23@sha256:87812db57da64a223adfa7d3fe9f47e5f86a2900a40ba286f7bc572fc9a77a6d
restart: on-failure
stop_grace_period: 1m
volumes:
- ${APP_LIGHTNING_NODE_DATA_DIR}:/lnd:ro
environment:
LN_IMPLEMENTATION: "LND"
LN_SERVER_URL: $APP_LIGHTNING_NODE_IP:$APP_LIGHTNING_NODE_GRPC_PORT/
MACAROON_PATH: "/lnd/data/chain/bitcoin/$APP_BITCOIN_NETWORK/admin.macaroon"
CONFIG_PATH: "/lnd/lnd.conf"
CERTIFICATE_PATH: "/lnd/tls.cert"
API_URL: "https://lightningnetwork.plus/api/2/"
RAILS_ENV: "development"

32
lnplus/umbrel-app.yml

@ -0,0 +1,32 @@
manifestVersion: 1
id: lnplus
category: Lightning Node Management
name: Lightning Network+
version: "0.1.23"
tagline: Get incoming liquidity and double your channels for free
description: >-
Lightning Network Plus (LN+) is a free app that helps lightning node operators to team up and create liquidity swaps.
We will walk you through each step to make it an easy process. You will get incoming liquidity, and will be able to grow your channel count and capacity twice as fast, without any extra costs.
The app will automatically log you in with your node. You can join a swap or you can create a new one. You can chat with other node operators. LN+ will help you open the channel with a single click, or you can open the channel manually with the app of your choice. You can rate swap participants, and you will receive ratings to build your node's reputation.
releaseNotes: >-
Fix env variables.
developer: Lightning Network+
website: https://lightningnetwork.plus
dependencies:
- lightning
repo: https://github.com/Lightning-Network-Plus/lnpclient
support: https://github.com/Lightning-Network-Plus/lnpclient/discussions
port: 3777
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
path: ""
defaultUsername: ""
defaultPassword: ""
submitter: Lightning Network+
submission: https://github.com/getumbrel/umbrel-apps/pull/202
Loading…
Cancel
Save