mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update nolooking to v0.2.0-alpha (#296)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com> Co-authored-by: nickfarrow <nick@nickfarrow.com>
This commit is contained in:
parent
16213391e3
commit
96f6baf499
|
@ -8,7 +8,7 @@ services:
|
|||
PROXY_AUTH_WHITELIST: "/pj"
|
||||
|
||||
server:
|
||||
image: satsale/nolooking:0.1.2@sha256:0e26450f6be181d2392bb51b7ecc69446d782d778622e5634c85f54c62a2fdd2
|
||||
image: chaincase/nolooking:v0.2.1-alpha@sha256:3e1c0d32d86762e07074bdf27b117c61d5400aa1336663f91dd302ff72fd7671
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
init: true
|
||||
|
|
|
@ -2,8 +2,8 @@ manifestVersion: 1
|
|||
id: nolooking
|
||||
category: Lightning Node Management
|
||||
name: nolooking
|
||||
version: "0.1.0-build-2"
|
||||
tagline: Use PayJoin to open channels for your lightning node
|
||||
version: "0.2.1-alpha"
|
||||
tagline: Open all your channels in one transaction
|
||||
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,11 @@ 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: >-
|
||||
- Allow access to /pj without Umbrel authentication
|
||||
- Fetch quote and lease inbound lightning channel via payjoin output.
|
||||
|
||||
- Automate anchor deposit field (removed). Use rustls.
|
||||
|
||||
- New style with random colors to replace halloween theme.
|
||||
developer: nolooking
|
||||
website: https://nolooking.chaincase.app
|
||||
dependencies:
|
||||
|
@ -28,7 +32,7 @@ gallery:
|
|||
- 1.jpg
|
||||
- 2.jpg
|
||||
- 3.jpg
|
||||
path: "/pj"
|
||||
path: "/"
|
||||
defaultUsername: ""
|
||||
defaultPassword: ""
|
||||
submitter: nolooking
|
||||
|
|
Loading…
Reference in New Issue
Block a user