Browse Source

Update Tallycoin Connect to v1.7.5 (#208)

Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
main
DJ Booth 2 years ago
committed by GitHub
parent
commit
e17842882d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tallycoin-connect/docker-compose.yml
  2. 13
      tallycoin-connect/umbrel-app.yml

2
tallycoin-connect/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: $APP_TALLYCOIN_CONNECT_PORT APP_PORT: $APP_TALLYCOIN_CONNECT_PORT
web: web:
image: dennisreimann/tallycoin_connect:v1.7.3@sha256:802a53da7591473c1a8d97e145a717781c152657343498f62ef3f53e56c86c67 image: djbooth007/tallycoin_connect:v1.7.5@sha256:136b7e09e3681fa24f73176a1a68715354d2d4b0fa20ca4bbc11356ced3f0f1e
user: "1000:1000" user: "1000:1000"
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m

13
tallycoin-connect/umbrel-app.yml

@ -2,14 +2,11 @@ manifestVersion: 1
id: tallycoin-connect id: tallycoin-connect
category: Finance category: Finance
name: Tallycoin Connect name: Tallycoin Connect
version: "1.7.3" version: "1.7.5"
tagline: Connect Tallycoin with your Umbrel node tagline: Crowdfund donations directly to your Umbrel node with Tallycoin.
description: Tallycoin is a crowdfunding platform built on top of the Bitcoin 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!
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.
developer: djbooth007 developer: djbooth007
website: https://github.com/djbooth007/tallycoin_connect website: https://tallycoin.app/connect/
dependencies: dependencies:
- lightning - lightning
repo: https://github.com/djbooth007/tallycoin_connect repo: https://github.com/djbooth007/tallycoin_connect
@ -21,5 +18,7 @@ gallery:
- 3.jpg - 3.jpg
path: "" path: ""
deterministicPassword: true deterministicPassword: true
releaseNotes: >-
Added: On-chain wallet fallback (server-side) in case node is offline.
submitter: d11n submitter: d11n
submission: https://github.com/getumbrel/umbrel/pull/1052 submission: https://github.com/getumbrel/umbrel/pull/1052
Loading…
Cancel
Save