wiz
15e2c10e45
Fix npm install commands in Dockerfiles and ops scripts
2022-07-07 18:53:17 +02:00
Stephan Oeste
3430c09468
Make user crontab reliable in prod install script
2022-07-07 17:13:09 +02:00
wiz
c66968e263
Merge pull request #2003 from mempool/ops/fix-npm-install-prod
...
Add `--prod` to `npm install` in ops scripts
2022-07-07 16:36:11 +02:00
wiz
1725763f42
Add --prod
to npm install
in ops scripts
2022-07-07 13:59:51 +02:00
Stephan Oeste
d26a60ef09
Fix startup scripts in prod install
2022-07-07 12:19:51 +02:00
wiz
4390d520e7
Merge pull request #1985 from Emzy/ops/install-linux-crontab
...
Add crontab creation for linux and bitcoin-minfee.service in prod install
2022-07-06 19:02:27 +02:00
wiz
785533486e
Merge pull request #1979 from Emzy/ops/cpu-count
...
Limit make to max cpus in prod install
2022-07-06 18:51:53 +02:00
wiz
095869821c
Merge pull request #1977 from Emzy/ops/fix-shebang-scripts
...
Disable confirmation prompt for rust and change shebang in scripts to be universal for prod install
2022-07-06 18:51:18 +02:00
Stephan Oeste
21e6d13479
Add crontab creation for linux and bitcoin-minfee.service in prod install
2022-07-06 18:31:31 +02:00
wiz
63f4c5a003
Refactor nginx.conf and other ops scripts for lightning
2022-07-06 17:13:09 +02:00
Stephan Oeste
f5a629837c
Limit make to max cpus in prod install
2022-07-06 14:41:11 +02:00
Stephan Oeste
cfbee5d33f
Change shebang in scripts to be universal for prod install
2022-07-06 12:11:13 +02:00
Stephan Oeste
0c6ecd2238
Disable confirmation prompt for rust install in prod install script
2022-07-06 11:46:46 +02:00
wiz
0306c95d9e
Merge branch 'master' into feature/nymkappa/index-difficulty-adjustments
2022-07-06 00:20:39 +02:00
wiz
656c294a07
Merge branch 'master' into ops/linux-no-patch-electrs
2022-07-06 00:10:19 +02:00
wiz
08842deadf
Fix typo in prod installer
2022-07-06 00:09:05 +02:00
wiz
e97873474c
Fix typo in prod installer
2022-07-06 00:08:55 +02:00
wiz
f88b6e0214
Fix typo in prod installer
2022-07-06 00:08:47 +02:00
wiz
30c5bde435
Merge branch 'master' into ops/linux-java-install
2022-07-06 00:05:22 +02:00
wiz
392643bdc8
Merge branch 'master' into ops/linux-services
2022-07-06 00:04:11 +02:00
wiz
0b827b663e
Merge pull request #1970 from Emzy/ops/linux-packages-fix
...
Fix Linux packages, usernames and path in prod install script
2022-07-06 00:03:59 +02:00
nymkappa
36d9425853
Index difficulty adjustments
2022-07-05 16:52:56 +02:00
Stephan Oeste
bf4831132f
Removing commands and enable tor in prod install script
2022-07-05 14:43:01 +02:00
Stephan Oeste
0e7db7d5b7
Omit FreeBSD Elecrs patch for Linux on prod install script
2022-07-05 14:20:35 +02:00
Stephan Oeste
62a1b7e013
Fix Bisq Java install script name for prod install script
2022-07-05 14:09:32 +02:00
Stephan Oeste
84c23a25c2
Install Bitcoin and Liquid core services in prod install script
2022-07-05 13:54:58 +02:00
Stephan Oeste
6a9358c9e2
Fix Linux packages, usernames and path in prod install script
2022-07-05 13:39:29 +02:00
Stephan Oeste
4e0b1fc032
Fix sed command for Linux systems in the prod install script
2022-07-05 13:19:56 +02:00
wiz
c1fea3be9e
Merge pull request #1965 from Emzy/ops/linux-dir-creation
...
Create directories for Linux in prod install
2022-07-04 19:55:09 +02:00
wiz
5a880cd3a4
Merge pull request #1964 from Emzy/ops/linux-user-creation
...
User creation for linux in the prod install script
2022-07-04 19:54:34 +02:00
wiz
185f885199
Merge pull request #1963 from Emzy/ops/freebsd-python-version
...
Update python version for FreeBSD 13 in prod install
2022-07-04 19:53:36 +02:00
Felipe Knorr Kuhn
22bd18597b
Merge branch 'master' into emzy/fix-dialog-error
2022-07-04 09:10:38 -07:00
Stephan Oeste
39bb9f74d9
Create directories for Linux in prod install
2022-07-04 17:58:36 +02:00
Stephan Oeste
1a64686b70
User creation for linux in the prod install script
2022-07-04 16:57:20 +02:00
Stephan Oeste
ea743a9377
Update python version for FreeBSD 13 in prod install
2022-07-04 16:29:09 +02:00
Stephan Oeste
1295c46f19
Fixed dialog error in production installer
2022-07-03 17:11:25 +02:00
wiz
896dc879a7
Enable zmq for bitcoind, fix ./configure opts
2022-07-03 16:09:29 +02:00
wiz
dbb2d97703
[ops] Upgrade prod install to use Bitcoin v23
2022-07-03 12:31:18 +04:00
wiz
e6eecde8af
[ops] Add mononaut's fork repo to list of trusted repos
2022-06-24 17:59:08 +09:00
wiz
20d9df1096
[ops] Fix prod nginx perma-cache URL patterns
...
Currently we perma-cache everything matching /api/block, but this
is bad because it also matches /api/block-height and /api/blocks/
API endpoints, which shouldn't be perma-cached. Add a trailing slash
to prevent those from getting matched.
2022-06-24 17:52:34 +09:00
wiz
a670e79844
[ops] Cache /api/block and /api/v1/block for 1 month
2022-06-22 23:26:41 +09:00
nymkappa
f98b829678
Index block summaries in db
2022-06-18 16:48:02 +02:00
wiz
6776a86d0d
[ops] Fix mempool-build-all script exit code
2022-06-08 03:06:54 +09:00
nymkappa
109a5e9802
Update cache warmer
2022-05-23 09:08:41 +02:00
wiz
2766008bad
Merge pull request #1669 from mempool/wiz/fix-prod-install-script-nodejs-v16.15
...
[installer] Add base64 to list of OS package deps
2022-05-19 01:31:49 +09:00
wiz
3636b6629c
[installer] Add base64 to list of OS package deps
2022-05-19 01:30:02 +09:00
wiz
e62b2427c0
Merge pull request #1660 from mempool/wiz/fix-prod-install-script-nodejs-v16.15
...
Production installation fixes
2022-05-18 21:16:35 +09:00
wiz
c394cdb201
Merge pull request #1625 from knorrium/update_node_version
...
Update the recommended node version to v16.15.0 (LTS)
2022-05-17 21:57:27 +09:00
wiz
f7a3189953
[installer] Fix mempool checkout for bisq instance
2022-05-17 17:43:35 +09:00
wiz
6d30ae82f0
[prod] Clarify syslog.conf syntax for priorities to keybase
2022-05-17 17:26:05 +09:00