Adapted for Raspberry Pi:

- Added Dockerfile-armhf (arm32v7 alpine)
 - Switched from bcrypt to bcrypt.js

new file : Dockerfile-armhf
modified : authentication/auth.js
modified : package.json
This commit is contained in:
fluxtendu
2020-07-14 23:00:08 +02:00
parent 38fa39d765
commit 89cd969fcb
3 changed files with 29 additions and 2 deletions

View File

@@ -30,7 +30,7 @@
"dependencies": {
"archiver": "^3.1.1",
"async": "^3.1.0",
"bcrypt": "^4.0.1",
"bcryptjs": "^2.4.0",
"compression": "^1.7.4",
"config": "^3.2.3",
"exe": "^1.0.2",