Commit Graph

1197 Commits

Author SHA1 Message Date
nicolas.dorier
a9d61bc37c chmod the save-images script 2019-07-08 19:23:08 +09:00
nicolas.dorier
2547a4bc0b Docker compose generator can save images 2019-07-08 18:28:24 +09:00
nicolas.dorier
ba3b2c2f95 update doc 2019-07-06 21:57:13 +09:00
nicolas.dorier
2b786e0ba5 Merge branch 'feature/bump-lnd-0.7' 2019-07-04 21:11:25 +09:00
nicolas.dorier
c66906d5fe Bump images (nbx,lnd,btcpay) 2019-07-04 21:04:32 +09:00
nicolas.dorier
5a61c732d6 Add flags to docker pull 2019-07-04 19:01:25 +09:00
nicolas.dorier
76afb8967a fix changedomain 2019-07-04 18:34:42 +09:00
nicolas.dorier
0d31d0d986 fix changedomain 2019-07-04 18:29:40 +09:00
nicolas.dorier
bf2751cacb Remove useless log 2019-07-03 17:21:06 +09:00
nicolas.dorier
75b5788d56 Merge branch 'feature/more-args' 2019-07-03 17:19:32 +09:00
nicolas.dorier
34b6a81081 Do not specific tooling if the docker compose does not exists 2019-07-03 16:40:31 +09:00
nicolas.dorier
27919437cd Do not build the docker-compose if no docker 2019-07-03 16:09:43 +09:00
nicolas.dorier
64544cbe2f Small refactoring 2019-07-03 14:43:27 +09:00
nicolas.dorier
e4224a42de Add --no-startup-register 2019-07-03 14:18:39 +09:00
nicolas.dorier
cbb82c2676 Add --docker-unavailable to run btcpay-setup.sh without docker available 2019-07-03 14:12:52 +09:00
nicolas.dorier
e3577fd163 Remove killing docker 2019-07-02 18:34:13 +09:00
nicolas.dorier
7c76561f8c Fix docker-compose pull 2019-07-02 18:33:40 +09:00
nicolas.dorier
1bcb7872ad Fix arguments 2019-07-02 18:29:46 +09:00
nicolas.dorier
acf8ada654 Change params parsing in btcpay-setup.sh 2019-07-02 18:25:50 +09:00
nicolas.dorier
2929640428 Remove chroot detection 2019-07-02 18:13:31 +09:00
nicolas.dorier
86de25f142 Move pull-image outside of the nginx block 2019-07-01 16:31:31 +09:00
nicolas.dorier
27482193ae chmod +x on pull-images 2019-07-01 16:23:55 +09:00
nicolas.dorier
351aeb78f1 missing cw 2019-07-01 16:13:37 +09:00
nicolas.dorier
14db9e2f3c Generate pull-images.sh with the docker-compose. 2019-07-01 16:11:44 +09:00
nicolas.dorier
f2deb7a0df Refactor IS_CHROOT 2019-06-25 17:29:01 +09:00
nicolas.dorier
38b09808b1 Fix indententation and start docker logic if inside chroot 2019-06-25 17:18:03 +09:00
nicolas.dorier
36e0ea5b2b Always check ischroot to be sure docker is started 2019-06-25 15:40:23 +09:00
Wouter Samaey
dc5cdf27a9 Mac os support (#156)
* Mac OS support

* Mac OS support

* Improved output + fixed docker command not being linked

* Improved docker install

* Added manual installation message if needed

* Fixed issue with if … fi nesting + using double [[ ]] now as better practise

* Fixed indentation + using double [[ ]] everywhere

* More [[ ]] changes

* Fixed issue due to bad merge

* Empty if statement gives error

* Cannot set logging in /etc/docker/daemon.json for Mac

* Better quoting of $BASH_PROFILE_SCRIPT

* Removed comment + Added “elif”

* Added quotes

* Added quotes

* Removed TODO, BTCPay server works after reboot and all commands run fine.

* Fixed broken detection if line is already in $HOME/.bash_profile
2019-06-24 17:21:05 +09:00
nicolas.dorier
bf4f104f59 Fix Tor issue on old deployments 2019-06-24 14:21:29 +09:00
nicolas.dorier
b82d66d35d update doc 2019-06-21 01:31:09 +09:00
Jon Kindel
b0f5b4f17b bump docker image to 0.14.0.1 (#160) 2019-06-21 01:30:03 +09:00
Jeff Vandrew Jr
edc49ee303 Update opt-add-btcqbo.yml (#159)
* Fixes duplicate payment bug
* Updates to Python-Redis 3
2019-06-20 13:07:25 +09:00
nicolas.dorier
befda53140 Revert "Revert "bump btcpay""
This reverts commit 3e4af8b8e3.
2019-06-18 14:02:14 +09:00
nicolas.dorier
3e4af8b8e3 Revert "bump btcpay"
This reverts commit 5ae5000687.
2019-06-18 13:57:55 +09:00
nicolas.dorier
5ae5000687 bump btcpay 2019-06-18 13:56:01 +09:00
nicolas.dorier
717d5f9c60 bump nbxplorer 2019-06-18 13:32:16 +09:00
nicolas.dorier
4841b45a57 Run dockerd manually if ischroot is detected 2019-06-17 22:20:47 +09:00
nicolas.dorier
974b0a37e1 Fix duplicated BTCPAY_HOST 2019-06-13 17:35:39 +09:00
nicolas.dorier
18c31bf960 Missing popd > /dev/null 2019-06-13 16:52:21 +09:00
nicolas.dorier
1aca45e7a9 bump 2019-06-13 16:41:12 +09:00
nicolas.dorier
dec4fb1c14 Remove pushd and popd spammy output 2019-06-13 16:39:30 +09:00
Wouter Samaey
dd72f22b89 New enviroment variables BTCPAY_HTTP_PORT and BTCPAY_HTTPS_PORT (#142)
* New enviroment variables BTCPAY_HTTP_PORT and BTCPAY_HTTPS_PORT

* Added new vars to btcpay-setup.sh + added docs

* Renamed BTCPAY_HTTP_PORT to REVERSEPROXY_HTTP_PORT and BTCPAY_HTTPS_PORT to REVERSEPROXY_HTTPS_PORT

* Update btcpay-setup.sh

Added ` ` around REVERSEPROXY_HTTP_PORT

* Added REVERSEPROXY_HTTP_PORT ans REVERSEPROXY_HTTPS_PORT to helpers.sh
2019-06-13 16:37:13 +09:00
nicolas.dorier
6372e92401 Merge branch 'feature/use-read-r' 2019-06-12 22:48:31 +09:00
nicolas.dorier
dd97b9651e Fix btcpay-env 2019-06-12 22:46:29 +09:00
nicolas.dorier
4fedf42da9 Use while look instead of xargs 2019-06-12 22:31:45 +09:00
nicolas.dorier
5eec1d1832 Merge branch 'feature/unknown-domain' 2019-06-12 17:28:32 +09:00
nicolas.dorier
2924514335 Save REVERSEPROXY_DEFAULT_HOST= 2019-06-12 15:54:39 +09:00
nicolas.dorier
37f34d1afa Add REVERSEPROXY_DEFAULT_HOST 2019-06-12 15:22:56 +09:00
nicolas.dorier
ae30f11fc2 Merge branch 'feature/btcpay_up' 2019-06-12 13:35:47 +09:00
nicolas.dorier
eae0617166 update doc 2019-06-12 13:34:58 +09:00