From c2977c526454c1b7ba48ab30ca72d26cea7d3b64 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sat, 5 Mar 2022 14:23:14 -0800 Subject: [PATCH] fix(production): Updating to node v16 for IPFS --- package-lock.json | 14 +++++++------- package.json | 2 +- production/docker/Dockerfile | 2 +- production/docker/start-production.sh | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 08de76e..832cf6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "bcryptjs": "2.4.3", "glob": "7.1.6", "ipfs": "0.60.0", - "ipfs-coord": "7.1.3", + "ipfs-coord": "7.1.4", "ipfs-http-client": "55.0.0", "jsonrpc-lite": "2.2.0", "jsonwebtoken": "8.5.1", @@ -7935,9 +7935,9 @@ } }, "node_modules/ipfs-coord": { - "version": "7.1.3", - "resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-7.1.3.tgz", - "integrity": "sha512-mROl9NGj2x2oG/vkiMCa+Uj8StQ2pUi5sKOT9PMlqmjydNVM91/9wpgGdx0b9HDisuGh2M5We+O4sqxNGOR6VA==", + "version": "7.1.4", + "resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-7.1.4.tgz", + "integrity": "sha512-YsCdrQ30JW03uOLNrpZKqNmWr5zmxF9AyKeXSQA/OTPBoOOqM2nomEYhTPVJjGxee9Qa2dtxCQzw3JwsLDCe4Q==", "dependencies": { "axios": "0.21.4", "bch-encrypt-lib": "2.0.0", @@ -27267,9 +27267,9 @@ } }, "ipfs-coord": { - "version": "7.1.3", - "resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-7.1.3.tgz", - "integrity": "sha512-mROl9NGj2x2oG/vkiMCa+Uj8StQ2pUi5sKOT9PMlqmjydNVM91/9wpgGdx0b9HDisuGh2M5We+O4sqxNGOR6VA==", + "version": "7.1.4", + "resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-7.1.4.tgz", + "integrity": "sha512-YsCdrQ30JW03uOLNrpZKqNmWr5zmxF9AyKeXSQA/OTPBoOOqM2nomEYhTPVJjGxee9Qa2dtxCQzw3JwsLDCe4Q==", "requires": { "axios": "0.21.4", "bch-encrypt-lib": "2.0.0", diff --git a/package.json b/package.json index 68614e8..9d01772 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "bcryptjs": "2.4.3", "glob": "7.1.6", "ipfs": "0.60.0", - "ipfs-coord": "7.1.3", + "ipfs-coord": "7.1.4", "ipfs-http-client": "55.0.0", "jsonrpc-lite": "2.2.0", "jsonwebtoken": "8.5.1", diff --git a/production/docker/Dockerfile b/production/docker/Dockerfile index 37384e9..a7482ec 100644 --- a/production/docker/Dockerfile +++ b/production/docker/Dockerfile @@ -10,7 +10,7 @@ RUN apt-get update RUN apt-get install -y sudo git curl nano gnupg wget #Install Node and NPM -RUN curl -sL https://deb.nodesource.com/setup_14.x -o nodesource_setup.sh +RUN curl -sL https://deb.nodesource.com/setup_16.x -o nodesource_setup.sh RUN bash nodesource_setup.sh RUN apt-get install -y nodejs build-essential diff --git a/production/docker/start-production.sh b/production/docker/start-production.sh index 8451bbe..d198724 100755 --- a/production/docker/start-production.sh +++ b/production/docker/start-production.sh @@ -23,7 +23,7 @@ export DEBUG_LEVEL=2 # Change APISERVER to point to your own installation of bch-api export APISERVER=https://api.fullstack.cash/v5/ # These settings are used to proxy a subscription to FullStack.cash. -export GET_JWT_AT_STARTUP=1 +#export GET_JWT_AT_STARTUP=1 export AUTHSERVER=https://auth.fullstack.cash export FULLSTACKLOGIN=demo@demo.com export FULLSTACKPASS=demo