From 524eaf48b8344c336ff1a0713f389ce7e4e8837b Mon Sep 17 00:00:00 2001 From: subnub <44621867+subnub@users.noreply.github.com> Date: Mon, 25 May 2020 17:33:29 -0400 Subject: [PATCH] Update readme.md --- readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/readme.md b/readme.md index 10cd1e2..04c6ae0 100755 --- a/readme.md +++ b/readme.md @@ -8,6 +8,7 @@ MyDrive is an Open Source Cloud Server (Similar To Google Drive), the service us * [Features](#features) * [Installation](#installation) +* [WebUI for Encryption Key](#WebUI For Encryption Key) * [Wiki](https://github.com/subnub/myDrive/wiki) * [Demo](#demo) * [Screenshots](#screenshots) @@ -69,6 +70,17 @@ npm run create-indexes-database npm run start ``` +## WebUI For Encryption Key + +MyDrive will first host a server on http://localhost:3000 in order to safely get the encryption key, just navigate to this URL in a browser, and enter the encryption key. + +If you're using a service like SSH or a Droplet, you can forward the localhost connection safely like so: +```bash +ssh -L localhost:3000:localhost:3000 username@ip_address +``` + +Note: You can also disable using the webUI for the encryption key by providing a key in the server enviroment variables (e.g. KEY=password), but this is not recommended because it greatly reduces security. + ## Demo Demo: https://mydrive-demo.herokuapp.com/