Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BTCPay Server: Remove deprecated NBXplorer options #1293

Merged
merged 2 commits into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions btcpay-server/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3.7"

Check notice on line 1 in btcpay-server/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "postgres"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

services:
app_proxy:
Expand Down Expand Up @@ -26,8 +26,6 @@
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:
Expand Down
18 changes: 7 additions & 11 deletions btcpay-server/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down