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

Update btcpayserver to 1.13.5 #230

Merged
merged 1 commit into from
Jul 20, 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: 1 addition & 1 deletion build_rules/btcpayserver.pin
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b2480ad0812798709b34a9c8f0e2f87b9dba5a16
30d91d0bd1a751f8d8a617f5c13ad5bb424f52c8
8 changes: 7 additions & 1 deletion pkg_specs/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ bin_package = "btcpayserver"
binary = "/usr/bin/btcpayserver"
conf_param = "--conf="
user = { group = true, create = { home = true } }
depends = ["bitcoin-{variant}"]
depends = ["bitcoin-{variant}", "nbxplorer-{variant} (>= 2.4.5-1)"]
conflicts = ["btcpayserver-system-selfhost-{variant}"]
# The former two of these recommends handle the situation when lnd is installed on the command line
# without explicitly selecting the network or when the selected network is mainnet only, the latter
Expand Down Expand Up @@ -79,6 +79,12 @@ template = "{nbxplorer-@variant/datadir}/{nbxplorer_network}/.cookie"
type = "path"
template = "/var/log/btcpayserver-system-{variant}/debug.log"

[config."btcpayserver.conf".hvars."explorer.postgres"]
type = "string"
script = """
sed 's/^postgres=//' /etc/nbxplorer-{variant}/database
"""

[config."conf.d/root_path.conf"]
format = "plain"

Expand Down
6 changes: 6 additions & 0 deletions pkg_specs/btcpayserver.changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
btcpayserver (1.13.5-1) buster; urgency=medium

* Updated upstream version
* Allow btcpayserver to access nbxplorer database directly

-- Martin Habovstiak <[email protected]> Fri, 19 Jul 2024 10:55:56 +0000
btcpayserver (1.13.4-2) buster; urgency=medium

* Fixed database handling
Expand Down
Loading