/upload.gg

File uploading service with file ecryption and selected sharing

Primary LanguageJavaScriptMIT LicenseMIT

upload.gg


Self file hosting service with high data privacy

File uploading service with file ecryption and selected sharing

Steps to reproduce:

  • Add your build config in server server > config.js
    exports.secretKey = some-secret-key;
    exports.uri = mongodb-uri;
  • Create the folders as shown below inside server > public
server
|
+--- public
    |
    +--- files
    |
    +--- decrypt

  • Setting Up:
    1. Client:
      • npm install
      • npm start
    2. Server
      • npm install
      • nodemon / node app.js

upload.gg

MIT Lisence