From e17842882d519d93c49415aa2fbb49f388e0e1d2 Mon Sep 17 00:00:00 2001 From: DJ Booth Date: Thu, 20 Oct 2022 15:34:37 +1100 Subject: [PATCH] Update Tallycoin Connect to v1.7.5 (#208) Co-authored-by: Steven Briscoe --- tallycoin-connect/docker-compose.yml | 2 +- tallycoin-connect/umbrel-app.yml | 15 +++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/tallycoin-connect/docker-compose.yml b/tallycoin-connect/docker-compose.yml index 1e95e03..d387000 100644 --- a/tallycoin-connect/docker-compose.yml +++ b/tallycoin-connect/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: $APP_TALLYCOIN_CONNECT_PORT web: - image: dennisreimann/tallycoin_connect:v1.7.3@sha256:802a53da7591473c1a8d97e145a717781c152657343498f62ef3f53e56c86c67 + image: djbooth007/tallycoin_connect:v1.7.5@sha256:136b7e09e3681fa24f73176a1a68715354d2d4b0fa20ca4bbc11356ced3f0f1e user: "1000:1000" restart: on-failure stop_grace_period: 1m diff --git a/tallycoin-connect/umbrel-app.yml b/tallycoin-connect/umbrel-app.yml index df593ea..246ba8e 100644 --- a/tallycoin-connect/umbrel-app.yml +++ b/tallycoin-connect/umbrel-app.yml @@ -2,14 +2,11 @@ manifestVersion: 1 id: tallycoin-connect category: Finance name: Tallycoin Connect -version: "1.7.3" -tagline: Connect Tallycoin with your Umbrel node -description: Tallycoin is a crowdfunding platform built on top of the Bitcoin - blockchain. Every satoshi donated to you, belongs to you. Tallycoin takes no - cut. You can receive Tallycoin Lightning payouts directly to your own node by - pairing the Tallycoin Connect Umbrel app to your Tallycoin account. +version: "1.7.5" +tagline: Crowdfund donations directly to your Umbrel node with Tallycoin. +description: Tallycoin is a crowdfunding platform with bitcoin and lightning donations. Together with the Tallycoin Connect app, you can receive donations directly to your Umbrel node. Zero fees! developer: djbooth007 -website: https://github.com/djbooth007/tallycoin_connect +website: https://tallycoin.app/connect/ dependencies: - lightning repo: https://github.com/djbooth007/tallycoin_connect @@ -21,5 +18,7 @@ gallery: - 3.jpg path: "" deterministicPassword: true +releaseNotes: >- + Added: On-chain wallet fallback (server-side) in case node is offline. submitter: d11n -submission: https://github.com/getumbrel/umbrel/pull/1052 \ No newline at end of file +submission: https://github.com/getumbrel/umbrel/pull/1052