diff --git a/nolooking/docker-compose.yml b/nolooking/docker-compose.yml new file mode 100644 index 0000000..daf4ca6 --- /dev/null +++ b/nolooking/docker-compose.yml @@ -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 diff --git a/nolooking/umbrel-app.yml b/nolooking/umbrel-app.yml new file mode 100644 index 0000000..3bcb1c9 --- /dev/null +++ b/nolooking/umbrel-app.yml @@ -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 \ No newline at end of file