Browse Source

Update btcpay-server app to 1.1.2 (#882)

update-lit
Luke Childs 3 years ago
committed by GitHub
parent
commit
0a85b71bff
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      apps/btcpay-server/docker-compose.yml
  2. 2
      apps/registry.json

4
apps/btcpay-server/docker-compose.yml

@ -2,7 +2,7 @@ version: "3.7"
services:
nbxplorer:
image: "nicolasdorier/nbxplorer:2.1.49@sha256:b247343d3127c737ed2ce250e780e52a958241fff1d897a5b6e8cd20fb5f142a"
image: "nicolasdorier/nbxplorer:2.1.55@sha256:e13a24507aa0623a21cd647cbad028ac5c108382142044b1d2d3bcf4410f5fab"
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m
@ -24,7 +24,7 @@ services:
ipv4_address: $APP_BTCPAY_SERVER_NBXPLORER_IP
web:
image: btcpayserver/btcpayserver:1.0.7.0@sha256:a18d7133dc858d3596f05b8b0f570396f963ce325713e670fe2b4cb633eb50f8
image: btcpayserver/btcpayserver:1.1.2@sha256:2632c85646aefa0217285ff9b08cfab4529fdb213c217731bf2218789d091f88
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m

2
apps/registry.json

@ -213,7 +213,7 @@
"id": "btcpay-server",
"category": "Payments",
"name": "BTCPay Server",
"version": "1.0.6.8",
"version": "1.1.2",
"tagline": "Accept Bitcoin payments with 0 fees & no 3rd party",
"description": "BTCPay Server is a payment processor that allows you to receive payments in Bitcoin (and altcoins) directly, with no fees, transaction cost or a middleman. It is a non-custodial invoicing system which eliminates the involvement of a third-party.\n\nPayments with BTCPay Server go directly to your wallet, which increases the privacy and security. Your private keys are never uploaded to your Umbrel. There is no address re-use, since each invoice generates a new address deriving from your xpubkey.\n\nYou can not only to attach an unlimited number of stores and use the Lightning Network but also become a payment processor for others. Thanks to the apps built on top of it, you can use BTCPay to receive donations, start a crowdfunding campaign or have an in-store Point of Sale.",
"developer": "BTCPay Server Foundation",

Loading…
Cancel
Save