Browse Source

Update BTCPay Server to v1.12.3 (#918)

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

4
btcpay-server/docker-compose.yml

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
nbxplorer:
image: nicolasdorier/nbxplorer:2.3.66@sha256:6ce06d2e143610750c4b9cf609f20b259816bf3e804a18b1c2c35aaabe6bb8ea
image: nicolasdorier/nbxplorer:2.4.3@sha256:9abbebd57166b8202123334e87cff538b3f537a1b644b6ff97a381597a642d9c
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m
@ -31,7 +31,7 @@ services:
NBXPLORER_BTCHASTXINDEX: 1
web:
image: btcpayserver/btcpayserver:1.11.7@sha256:d0f99f3cff11be006a29e74e41c0c086bdcbc7ef2ddf457764b8c5fbb4b469e2
image: btcpayserver/btcpayserver:1.12.3@sha256:c214c65957b1125b69e0b10ff2ef841a541e32e6dd58012068bb6851700c076d
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m

11
btcpay-server/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: btcpay-server
category: bitcoin
name: BTCPay Server
version: "1.11.7"
version: "1.12.3"
tagline: Accept Bitcoin payments with 0 fees & no 3rd party
description: >-
BTCPay Server is a payment processor that allows you to receive
@ -34,15 +34,10 @@ path: ""
defaultUsername: ""
defaultPassword: ""
releaseNotes: >
This release includes various bug fixes and improvements, as well as the following new features:
- Scan QR codes for destination/address when claiming funds.
- Ability to delete a user by email
- New checkout settings
🚨 If you are using plugins, you will most likely find them disabled after this update, because new versions compatible with BTCPay Server v1.12 are required. Please see the "Manage Plugins" section once updated.
This update brings BTCPay Server to version 1.12.3, and includes various bug fixes, improvements, and new features.
Full release notes can be found at https://github.com/btcpayserver/btcpayserver/releases/tag/v1.11.7.
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel/pull/353

Loading…
Cancel
Save