Browse Source

Add proxy auth whitelist for nolooking (#261)

Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
main
Nick 2 years ago
committed by GitHub
parent
commit
e75d1fe980
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      nolooking/docker-compose.yml
  2. 4
      nolooking/umbrel-app.yml

1
nolooking/docker-compose.yml

@ -5,6 +5,7 @@ services:
environment:
APP_HOST: nolooking_server_1
APP_PORT: 4444
PROXY_AUTH_WHITELIST: "/pj"
server:
image: satsale/nolooking:0.1.2@sha256:0e26450f6be181d2392bb51b7ecc69446d782d778622e5634c85f54c62a2fdd2

4
nolooking/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: nolooking
category: Lightning Node Management
name: nolooking
version: "0.1.0"
version: "0.1.0-build-2"
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.
@ -16,7 +16,7 @@ description: >-
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!
- Allow access to /pj without Umbrel authentication
developer: nolooking
website: https://nolooking.chaincase.app
dependencies:

Loading…
Cancel
Save