mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Add proxy auth whitelist for nolooking (#261)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
This commit is contained in:
parent
e2796a083c
commit
e75d1fe980
@ -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
|
||||
|
@ -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…
Reference in New Issue
Block a user