Browse Source

Update nolooking to v0.2.2-alpha (#322)

main
Nick 2 years ago
committed by GitHub
parent
commit
1982982301
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      nolooking/docker-compose.yml
  2. 10
      nolooking/umbrel-app.yml

2
nolooking/docker-compose.yml

@ -8,7 +8,7 @@ services:
PROXY_AUTH_WHITELIST: "/pj"
server:
image: chaincase/nolooking:v0.2.1-alpha@sha256:3e1c0d32d86762e07074bdf27b117c61d5400aa1336663f91dd302ff72fd7671
image: chaincase/nolooking:v0.2.2-alpha@sha256:e4a95443a05b44659f55a20c592142d59a4d8f54830a71f4c3d22a3a6bf88801
restart: on-failure
stop_grace_period: 1m
init: true

10
nolooking/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: nolooking
category: Lightning Node Management
name: nolooking
version: "0.2.1-alpha"
version: "0.2.2-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,11 +16,9 @@ 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: >-
- 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.
- Recommend outbound nodes to open channels with.
- Display payjoin errors in app.
developer: nolooking
website: https://nolooking.chaincase.app
dependencies:

Loading…
Cancel
Save