chibisafe / chibisafe

Blazing fast file vault written in TypeScript! 🚀
https://chibisafe.app
MIT License
1.64k stars 266 forks source link

[BUG] Error when running? #224

Closed Undecised closed 3 years ago

Undecised commented 3 years ago

Describe the bug I cant seem to run the Lolisafe service. To Reproduce Steps to reproduce the behavior:

  1. Git clone the project
  2. cd lolisafe
  3. npm i
  4. change config.sample.js to config.js (also changed domain)
  5. node lolisafe.js (Using node 7.10.x)

Expected behavior Start the lolisafe service. Screenshots image

Additional context I think it has to do with the SQL database.

My VPS runs: 30 gigs of ram 16 Vcores 300gb HDD Ubuntu 20

Pitu commented 3 years ago

Just for the sake of checking, could you try running it with a more recent version of node like 12 or 14?

Undecised commented 3 years ago

I fixed the issue, i changed the version to 12 and reinstalled the whole thing, it's now up and running.

Also for the domain, i had to set it to ' ' if i wanted to run it from the ip, i know it's not intended.