Browse Source

Update Satsale to 0.1.13 (#1233)

Co-authored-by: Luke Childs <lukechilds123@gmail.com>
update-kollider-v1.0.1
Nick 3 years ago
committed by GitHub
parent
commit
aa2c599850
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/registry.json
  2. 2
      apps/satsale/docker-compose.yml

2
apps/registry.json

@ -783,7 +783,7 @@
"id": "satsale",
"category": "Finance",
"name": "SatSale",
"version": "0.1.11",
"version": "0.1.13",
"tagline": "Lightweight Bitcoin payment processor",
"description": "SatSale is a simple, easily deployable, lightweight Bitcoin payment processor that connects to your own Bitcoin node. You can use SatSale to instantly turn your Umbrel into a point-of-sale (settings under /admin). SatSale can process donations from your supporters, facilitating direct peer-to-peer payments without any middleman and greater privacy than reusing donation addresses.\n\nHost your own Bitcoin payment gateway for Woocommerce without a middleman or custodian, allowing you to turn any wordpress site into a bitcoin-accepting store.\n\nThis Umbrel app contains a subset of the features we have in the works for SatSale, but will push updates out as they are ready. Check out the website and GitHub for more!\n\nPlease note that SatSale is still in early development. As such, we are not responsible for any loss of funds, vulnerabilities, or any other grievances which arise. Always confirm large payments manually and use cold storage as much as possible. Please contribute if you can!",
"developer": "Nick Farrow",

2
apps/satsale/docker-compose.yml

@ -2,7 +2,7 @@ version: "3.7"
services:
satsale:
image: satsale/satsale:0.1.11@sha256:d9b0cd4beb711f2e95562cdc76b05d71a10edb09c97920a3e21c861398320447
image: satsale/satsale:0.1.13@sha256:98380ad6c5166d83e627c4d1f4efdbcfd5b9217096f7fb26b287fda89eebccbb
restart: on-failure
stop_grace_period: 1m
volumes:

Loading…
Cancel
Save