Commit Graph

2044 Commits

Author SHA1 Message Date
nicolas.dorier
b944945fb2
bump nbx 2022-10-18 22:26:25 +09:00
nicolas.dorier
ab402fa51e
bump bitcoin core 2022-10-18 22:21:03 +09:00
nicolas.dorier
b85041e25e
bump woocommerce 2022-10-13 09:56:53 +09:00
nicolas.dorier
58ab26b58b
bump nbx 2022-10-11 23:32:08 +09:00
nicolas.dorier
b0e8eb43ba
bump lnd 2022-10-10 16:43:46 +09:00
nicolas.dorier
1c9134194f
bump btcpay 2022-10-08 19:43:50 +09:00
nicolas.dorier
6c5ce5ab4a
Make sshd config change handle tab as well 2022-10-06 10:46:07 +09:00
nicolas.dorier
b00c0a9800
Make sure PermitRootLogin is not set to 'no' during btcpay-update 2022-10-05 13:56:41 +09:00
nicolas.dorier
529aa0d62c
bump nbx 2022-09-27 21:57:20 +09:00
d11n
c733e49ded
Backup: Exclude blockchain indexes
They grow very large and can be replicated in case of restore.
2022-09-27 12:41:38 +02:00
nicolas.dorier
f3242d0035
fix small litecoin corruption in some cases 2022-09-26 23:50:05 +09:00
nicolas.dorier
29e4963d18
bump btcpay 2022-09-26 23:22:45 +09:00
Andrew Camilleri
10e3e343df
Merge pull request #705 from btcpayserver/backup-exlude-datadirs
Backup: Exclude ElectrumX datadir and LND graph
2022-09-24 16:10:52 +02:00
d11n
7d4f4cea6b
Backup: Exclude ElectrumX datadir and LND graph
Both tend to grow very large and can be replicated in case of restore.
2022-09-24 13:04:24 +02:00
Andrew Camilleri
8783ba8cf1
Merge pull request #704 from sethforprivacy/master 2022-09-23 16:43:03 +02:00
d11n
18748e6dd6
Fix anonymous datadirs (#691)
* Update LiT datadir

Uses the same folder as [in the LiT Dockerfile](https://github.com/lightninglabs/lightning-terminal/blob/master/Dockerfile#L62) to prevent the creation of anonymous volumes as [described here](https://stackoverflow.com/a/62654594/183537).

* Update Monero datadirs

Uses the same folder as [in the Monero Dockerfile](https://github.com/btcpayserver/dockerfile-deps/blob/master/Monero/0.18.0.0/linuxarm64v8.Dockerfile#L41) to prevent the creation of anonymous volumes as [described here](https://stackoverflow.com/a/62654594/183537).
2022-09-23 16:33:33 +02:00
nicolas.dorier
4caa52c502
bump nbx 2022-09-22 15:24:44 +09:00
nicolas.dorier
23fb1bd26e
bump NBX 2022-09-22 13:20:00 +09:00
nicolas.dorier
95917972ae
Revert "Bump Monero to v0.18.1.1 (#703)"
This reverts commit 2bee91b6cc.
2022-09-21 21:24:42 +09:00
nicolas.dorier
ef72d5a246
Update doc 2022-09-21 21:23:40 +09:00
Seth For Privacy
2bee91b6cc
Bump Monero to v0.18.1.1 (#703) 2022-09-21 21:22:19 +09:00
sethforprivacy
8a88f829c5
Bump Monero to v0.18.1.1 2022-09-20 15:39:27 -04:00
nicolas.dorier
70622e6a21
Update doc and monero 2022-09-20 10:39:19 +09:00
d11n
a387f05c42
Upgrade Bitcoin Core to v23.0 (#695)
Co-authored-by: Nicolas Dorier <nicolas.dorier@gmail.com>
2022-09-20 10:25:07 +09:00
Dennis Reimann
bf791e8d11
Remove broken link 2022-09-16 10:58:43 +02:00
Andrew Camilleri
6f78a5fc06
Merge pull request #697 from sethforprivacy/master 2022-09-16 10:58:02 +02:00
Andrew Camilleri
0f62469b99
Merge pull request #687 from btcpayserver/Kukks-patch-2 2022-09-15 08:30:06 +02:00
Andrew Camilleri
9f96a7b74e
Merge pull request #700 from strophy/update-dash-18.0.1 2022-09-15 08:29:44 +02:00
nicolas.dorier
88dced5b34
bump nbx 2022-09-12 16:33:27 +09:00
Andrew Camilleri
5a7ec36d7c
Merge pull request #702 from dennisreimann/lndhub-fix-701 2022-08-29 15:50:06 +02:00
Dennis Reimann
dfce1f56e2
LNDhub: Overrides for entrypoint and command to fix file permissions
The copied cert and macaroon belong to the root user and the LNDhub app is run as user lndhub. We need to override the entrypoint and command to change the ownership of those files and then start the app.

Fixes #701.
2022-08-29 15:35:16 +02:00
Kukks
905259b822
bump btcpay 2022-08-26 10:26:31 +02:00
strophy
358750769d
chore: mark arm32v7 unsupported
Co-authored-by: thephez <thephez@users.noreply.github.com>
2022-08-23 13:20:13 +10:00
Andrew Camilleri
8e464848e4
Merge pull request #694 from dennisreimann/cleanups 2022-08-21 07:16:09 +02:00
strophy
90ab0df17c chore: update to dash 18.0.1 2022-08-19 14:20:20 +10:00
Andrew Camilleri
82a2b8f219
bump btcpay 2022-08-18 13:16:26 +02:00
Kukks
8ed79b20ad
bump btcpay 2022-08-18 08:26:17 +02:00
Andrew Camilleri
6941e7ce0b
Merge pull request #699 from dennisreimann/patch-1
Apply client_max_body_size to all server settings
2022-08-17 19:48:16 +02:00
d11n
1c26632a39
Apply client_max_body_size to all server settings
Fixes btcpayserver/btcpayserver#4018. Previously, the setting was only part of the `is_https` branch.
2022-08-17 12:31:19 +02:00
sethforprivacy
a8488307a1
Update Monero image tag for multi-arch builds 2022-08-12 09:44:28 -04:00
Andrew Camilleri
0499d39aa4
Merge pull request #696 from sethforprivacy/master
Bump Monero to v0.18.1.0
2022-08-12 06:45:28 +02:00
sethforprivacy
49bf819211
Bump Monero to v0.18.1.0 2022-08-11 07:35:06 -04:00
Kukks
35be274b44
bump btcpay 2022-08-10 10:21:40 +02:00
Kukks
f4d44ed6e9
fix build script 2022-08-10 10:20:57 +02:00
Dennis Reimann
4d2d811a9c
Use current Tor fragment version in Tor Relay 2022-08-09 13:53:06 +02:00
Dennis Reimann
f8d71a0bd0
Remove duplicate builds 2022-08-09 13:52:39 +02:00
Andrew Camilleri
18f5e6e029
Merge pull request #693 from dennisreimann/updates 2022-08-09 11:30:36 +02:00
Dennis Reimann
bb5e60e5c0
Update Sphinx Relay to v2.2.9 2022-08-09 11:25:07 +02:00
Dennis Reimann
5332d6f510
Update Lightning Terminal to v0.6.7 2022-08-09 11:24:38 +02:00
Dennis Reimann
d6b19373c5
Update LNDhub to v1.4.1 2022-08-09 11:23:46 +02:00