mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
App Submission: nolooking (#229)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com> Co-authored-by: Mayank Chhabra <mayank@umbrel.com>
This commit is contained in:
parent
787c4a9340
commit
62ca19eeff
24
nolooking/docker-compose.yml
Normal file
24
nolooking/docker-compose.yml
Normal file
@ -0,0 +1,24 @@
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
app_proxy:
|
||||
environment:
|
||||
APP_HOST: nolooking_server_1
|
||||
APP_PORT: 4444
|
||||
|
||||
server:
|
||||
image: satsale/nolooking:0.1.2@sha256:0e26450f6be181d2392bb51b7ecc69446d782d778622e5634c85f54c62a2fdd2
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
init: true
|
||||
volumes:
|
||||
- ${APP_LIGHTNING_NODE_DATA_DIR}:/lnd:ro
|
||||
environment:
|
||||
LND_DATA_DIR: $APP_LIGHTNING_NODE_DATA_DIR
|
||||
LND_HOST: $APP_LIGHTNING_NODE_IP
|
||||
LND_GRPC_PORT: $APP_LIGHTNING_NODE_GRPC_PORT
|
||||
MACAROON_FILE: /lnd/data/chain/bitcoin/${APP_BITCOIN_NETWORK}/admin.macaroon
|
||||
TLS_FILE: /lnd/tls.cert
|
||||
DEVICE_DOMAIN_NAME: $DEVICE_DOMAIN_NAME
|
||||
APP_PASSWORD: $APP_PASSWORD
|
||||
APP_HIDDEN_SERVICE: $APP_HIDDEN_SERVICE
|
35
nolooking/umbrel-app.yml
Normal file
35
nolooking/umbrel-app.yml
Normal file
@ -0,0 +1,35 @@
|
||||
manifestVersion: 1
|
||||
id: nolooking
|
||||
category: Lightning Node Management
|
||||
name: nolooking
|
||||
version: "0.1.0"
|
||||
tagline: Use PayJoin to open channels for your lightning node
|
||||
description: >-
|
||||
Nolooking leverages Pay-to-Endpoint (payjoin) to negotiate a channel open for your lightning node, initiated by any BIP78 supporting wallet.
|
||||
|
||||
|
||||
You can open multiple lightning channels in a single payment, improving privacy, saving on transaction fees and wait time.
|
||||
|
||||
|
||||
Read the article about Lightning Powered PayJoin: https://chaincase.app/words/lightning-payjoin to hear all the benefits!
|
||||
|
||||
|
||||
Please note that nolooking is still in early development. By using nolooking, you hold all responsibility for any loss of funds or other grievances which may arise. We are rapidly iterating on this product, feedback and contributions are strongly appreciated.
|
||||
releaseNotes: >-
|
||||
v0.1.0 -- Initial Halloween alpha release - many more features to come!
|
||||
developer: nolooking
|
||||
website: https://nolooking.chaincase.app
|
||||
dependencies:
|
||||
- lightning
|
||||
repo: https://github.com/chaincase-app/nolooking
|
||||
support: https://github.com/chaincase-app/nolooking/issues
|
||||
port: 4444
|
||||
gallery:
|
||||
- 1.jpg
|
||||
- 2.jpg
|
||||
- 3.jpg
|
||||
path: "/pj"
|
||||
defaultUsername: ""
|
||||
defaultPassword: ""
|
||||
submitter: nolooking
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/229
|
Loading…
Reference in New Issue
Block a user