Skip to content

Commit

Permalink
Update btcpayserver to 1.13.5
Browse files Browse the repository at this point in the history
Also allows `btcpayserver-system-{variant}` to access the database of
`nbxplorer-{variant}` so that it can show charts.
  • Loading branch information
Kixunil committed Jul 20, 2024
1 parent 5207dfb commit f69c7dc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
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

0 comments on commit f69c7dc

Please sign in to comment.