Update Tallycoin Connect to v1.8.0 (#399)

Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
This commit is contained in:
DJ Booth 2023-02-08 01:13:53 +11:00 committed by GitHub
parent 32c5714ce4
commit 0bc7feff6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 8123
web:
image: djbooth007/tallycoin_connect:v1.7.5@sha256:136b7e09e3681fa24f73176a1a68715354d2d4b0fa20ca4bbc11356ced3f0f1e
image: djbooth007/tallycoin_connect:v1.8.0@sha256:818868d99fcec7e0c371ff9b169b413627bc032218aa3aa0b7a99f14d0c598fd
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: tallycoin-connect
category: Finance
name: Tallycoin Connect
version: "1.7.5"
version: "1.8.0"
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
@ -19,6 +19,8 @@ gallery:
path: ""
deterministicPassword: true
releaseNotes: >-
Added: On-chain wallet fallback (server-side) in case node is offline.
Added: LNURL and Lightning Address compatibility.
Fixed: Mobile view of transaction page.
submitter: d11n
submission: https://github.com/getumbrel/umbrel/pull/1052