Browse Source

Update BTCPay Server to v1.11.4 (#762)

main
Nathan Fretz 1 year ago
committed by GitHub
parent
commit
1c6461d974
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      btcpay-server/docker-compose.yml
  2. 9
      btcpay-server/umbrel-app.yml

4
btcpay-server/docker-compose.yml

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false" PROXY_AUTH_ADD: "false"
nbxplorer: nbxplorer:
image: nicolasdorier/nbxplorer:2.3.65@sha256:5c8e80098635a99b48562f32a0436e35e0ff72eb5c8cf3347c982b691901dfc8 image: nicolasdorier/nbxplorer:2.3.66@sha256:6ce06d2e143610750c4b9cf609f20b259816bf3e804a18b1c2c35aaabe6bb8ea
user: "1000:1000" user: "1000:1000"
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m
@ -31,7 +31,7 @@ services:
NBXPLORER_BTCHASTXINDEX: 1 NBXPLORER_BTCHASTXINDEX: 1
web: web:
image: btcpayserver/btcpayserver:1.11.1@sha256:44742c74deccb4a42dddf25ff5fce67c3e905eb7f88b047e8f8a80c261bc134f image: btcpayserver/btcpayserver:1.11.4@sha256:163aae8a106f55f58768933212912b4bd0d7e8e8d29cf5f889d7075b6f646b7e
user: "1000:1000" user: "1000:1000"
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m

9
btcpay-server/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: btcpay-server id: btcpay-server
category: bitcoin category: bitcoin
name: BTCPay Server name: BTCPay Server
version: "1.11.1" version: "1.11.4"
tagline: Accept Bitcoin payments with 0 fees & no 3rd party tagline: Accept Bitcoin payments with 0 fees & no 3rd party
description: >- description: >-
BTCPay Server is a payment processor that allows you to receive BTCPay Server is a payment processor that allows you to receive
@ -34,11 +34,10 @@ path: ""
defaultUsername: "" defaultUsername: ""
defaultPassword: "" defaultPassword: ""
releaseNotes: > releaseNotes: >
This update from version 1.9.2 to 1.11.1 includes a range of new features, including an overhaul of invoice reporting, Point of Sale cart redesign, This update from version 1.11.1 to 1.11.4 includes many bug fixes and improvements, as well as a new feature
adding product categories to Point of Sale apps, playing a sound when an invoice is paid, bug fixes, and more! to display wallet balance in default currency in the on-chain wallet navigation.
A full list of new features, improvements, and bug fixes Full release notes can be found at https://github.com/btcpayserver/btcpayserver/releases.
for versions between 1.9.2 and 1.11.1 can be found here: https://github.com/btcpayserver/btcpayserver/releases.
submitter: Umbrel submitter: Umbrel
submission: https://github.com/getumbrel/umbrel/pull/353 submission: https://github.com/getumbrel/umbrel/pull/353

Loading…
Cancel
Save