diff --git a/nolooking/docker-compose.yml b/nolooking/docker-compose.yml index 1165d78..6a9f11b 100644 --- a/nolooking/docker-compose.yml +++ b/nolooking/docker-compose.yml @@ -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 diff --git a/nolooking/umbrel-app.yml b/nolooking/umbrel-app.yml index 8415a28..5594240 100644 --- a/nolooking/umbrel-app.yml +++ b/nolooking/umbrel-app.yml @@ -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,8 +32,8 @@ gallery: - 1.jpg - 2.jpg - 3.jpg -path: "/pj" +path: "/" defaultUsername: "" defaultPassword: "" submitter: nolooking -submission: https://github.com/getumbrel/umbrel-apps/pull/229 \ No newline at end of file +submission: https://github.com/getumbrel/umbrel-apps/pull/229