BTCPay Server hotfix for NBXplorer (#1293)

Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
d11n 2024-08-01 13:50:17 +02:00 committed by GitHub
parent f449109d14
commit 6e62de5537
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 13 deletions

View File

@ -26,8 +26,6 @@ services:
NBXPLORER_BTCRPCUSER: $APP_BITCOIN_RPC_USER
NBXPLORER_BTCRPCPASSWORD: $APP_BITCOIN_RPC_PASS
NBXPLORER_POSTGRES: User ID=postgres;Host=btcpay-server_postgres_1;Port=5432;Application Name=nbxplorer;MaxPoolSize=20;Database=nbxplorer$APP_BITCOIN_NETWORK
NBXPLORER_AUTOMIGRATE: 1
NBXPLORER_NOMIGRATEEVTS: 1
NBXPLORER_BTCHASTXINDEX: 1
web:

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: btcpay-server
category: bitcoin
name: BTCPay Server
version: "1.13.5"
version: "1.13.5-hotfix1"
tagline: Accept Bitcoin payments with 0 fees & no 3rd party
description: >-
BTCPay Server is a payment processor that allows you to receive
@ -34,19 +34,15 @@ path: ""
defaultUsername: ""
defaultPassword: ""
releaseNotes: >-
This update brings BTCPay Server to version 1.13.5, and includes various new features, bug fixes, and improvements.
This hotfix for the umbrelOS app store removes depecrated database migration options from NBXplorer, which were preventing BTCPay Server from starting properly.
Highlights:
- Checkout now displays an item description if one is available
- Crashed plugins are now automatically disabled on the dashboard
- Refunds have now been added to reports
- General improvments to the POS, receipts, and invoices
Highlights from previous release notes:
- Checkout now displays an item description if one is available
- Crashed plugins are now automatically disabled on the dashboard
- Refunds have now been added to reports
- General improvments to the POS, receipts, and invoices
Full release notes can be found at https://github.com/btcpayserver/btcpayserver/releases.
submitter: Umbrel