subnub/myDrive

REMOTE_URL isn't loaded

mzch opened this issue · 2 comments

mzch commented

I build myDrive from master branch, then the following error orrcurred:

ScreenShot

It seems not to load REMOTE_URL variable.

Any idea?

MyDrive will first open a small web server to accept the encryption key, so you must go to localhost to enter this key, (e.g. http://localhost:5051 in your case) or you can place a key in the servers environment variables (located in the config folder, the file name is prod.env) with the following format KEY=yourpassword

mzch commented

Oh, MyDrive works well as you said. Thanks @subnub !