Skip to content
This repository was archived by the owner on Feb 1, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ COPY build/src_openvpn .
RUN yarn run build
RUN node injectToHtml

FROM nginx:1.12-alpine
FROM nginx:1.17-alpine
RUN mkdir -p /usr/www/adminui && mkdir -p /usr/www/openvpn && mkdir -p /usr/www/openvpn/cred
COPY --from=build-deps-adminui /usr/src/app/build /usr/www/adminui
COPY --from=build-deps-openvpn /usr/src/app/build /usr/www/openvpn
Expand Down
2 changes: 1 addition & 1 deletion build/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"scripts": {
"start": "react-scripts start",
"dev": "REACT_APP_MOCK_DATA=true yarn start",
"build": "react-scripts build",
"build": "react-scripts --max_old_space_size=3800 build",
"gzip": "gzip -r -k build",
"test": "TEST=true react-scripts test --env=jsdom",
"eject": "react-scripts eject",
Expand Down
2 changes: 1 addition & 1 deletion build/src_openvpn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build": "react-scripts --max_old_space_size=3800 build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
Expand Down
2 changes: 1 addition & 1 deletion dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "admin.dnp.dappnode.eth",
"version": "0.2.20",
"version": "0.2.21",
"description": "Dappnode package responsible for providing the administrative user interface",
"type": "dncore",
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
build:
context: .
dockerfile: ./build/Dockerfile
image: 'admin.dnp.dappnode.eth:0.2.20'
image: 'admin.dnp.dappnode.eth:0.2.21'
container_name: DAppNodeCore-admin.dnp.dappnode.eth
restart: always
dns: 172.33.1.2
Expand Down
8 changes: 8 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,13 @@
"remote": "Fri, 24 Apr 2020 11:19:28 GMT"
},
"link": "http://my.dappnode/#/sdk/publish/r=admin.dnp.dappnode.eth&v=0.2.18&h=%2Fipfs%2FQmWbubBra33he4P5TMTMnKgsj9XfHDK4u2dMmCma2asZVj"
},
"0.2.20": {
"hash": "/ipfs/Qmf2rbsd2bdAwZ4dw7ENSyP3pddFsKz3Xw8sNitFdCPYkw",
"type": "directory",
"uploadedTo": {
"remote": "Thu, 21 May 2020 18:23:30 GMT"
},
"link": "http://my.dappnode/#/sdk/publish/r=admin.dnp.dappnode.eth&v=0.2.20&h=%2Fipfs%2FQmf2rbsd2bdAwZ4dw7ENSyP3pddFsKz3Xw8sNitFdCPYkw"
}
}