diff --git a/github_images/download.png b/github_images/download.png new file mode 100644 index 0000000..e1f6334 Binary files /dev/null and b/github_images/download.png differ diff --git a/github_images/drive.png b/github_images/drive.png new file mode 100644 index 0000000..d4ff0c2 Binary files /dev/null and b/github_images/drive.png differ diff --git a/github_images/image-viewer.png b/github_images/image-viewer.png new file mode 100644 index 0000000..17e6d4c Binary files /dev/null and b/github_images/image-viewer.png differ diff --git a/github_images/move.png b/github_images/move.png new file mode 100644 index 0000000..007c085 Binary files /dev/null and b/github_images/move.png differ diff --git a/github_images/search.png b/github_images/search.png new file mode 100644 index 0000000..ce46a98 Binary files /dev/null and b/github_images/search.png differ diff --git a/github_images/share.png b/github_images/share.png new file mode 100644 index 0000000..64bad19 Binary files /dev/null and b/github_images/share.png differ diff --git a/github_images/thumbnails.png b/github_images/thumbnails.png new file mode 100644 index 0000000..1feaed4 Binary files /dev/null and b/github_images/thumbnails.png differ diff --git a/github_images/upload.png b/github_images/upload.png new file mode 100644 index 0000000..8b42307 Binary files /dev/null and b/github_images/upload.png differ diff --git a/github_images/video-viewer.png b/github_images/video-viewer.png new file mode 100644 index 0000000..fb1a205 Binary files /dev/null and b/github_images/video-viewer.png differ diff --git a/readme.md b/readme.md index f2228cf..b37c83d 100755 --- a/readme.md +++ b/readme.md @@ -2,7 +2,9 @@ # MyDrive -MyDrive is an Open Source Cloud Server (Similar To Google Drive), the service uses mongoDB to store file/folder metadata, and supports multiple databases to store the file chunks, such as Amazon S3, the Filesystem, or just MongoDB. MyDrive is built using Node.js, and Typescript. The service now even supports Docker images! +MyDrive is an Open Source cloud file storage server (Similar To Google Drive). Host myDrive on your own server or trusted platform and then access myDrive through your web browser. MyDrive uses mongoDB to store file/folder metadata, and supports multiple databases to store the file chunks, such as Amazon S3, the Filesystem, or just MongoDB. MyDrive is built using Node.js, and Typescript. The service now even supports Docker images! + +[Main myDrive website](https://mydrive-storage.com/) ## Index @@ -23,6 +25,8 @@ MyDrive is an Open Source Cloud Server (Similar To Google Drive), the service us * Upload Files * Download Files +* Google Drive Support +* Personal S3 storage support * Share Files * Multiple DB Support (MongoDB, S3, Filesystem) * Photo Viewer @@ -34,11 +38,12 @@ MyDrive is an Open Source Cloud Server (Similar To Google Drive), the service us * Docker Support * Search/Filter Options * AES256 Encryption +* Access/Refresh tokens ## Installation Required: -- Node.js (13+ Recommended) +- Node.js (15 Recommended) - MongoDB (Unless using a service like Atlas) Windows users will usually need both the microsoft visual build tools, and python 2. These are required to build the sharp module: @@ -56,12 +61,17 @@ Setup: npm install ``` ->Create Environment Variables, Users can use the built in command to easily create the needed Environment files, or view the Environment Variables section to see how to manually create the files. +>Run the build command +``` javascript +npm run build +``` + +>Create Environment Variables: Easily create enviroment variables with the built in command. This command will start a server where you can type in the enviroment variables through a webUI on your browser. ``` javascript npm run setup ``` ->Run the build command +>Rebuild the project after entering enviroment variables ``` javascript npm run build ``` @@ -78,7 +88,7 @@ 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. +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. You can access this URL through your IP address also, but localhost is recommended to avoid man in the middle attacks. If you're using a service like SSH or a Droplet, you can forward the localhost connection safely like so: ```bash @@ -109,31 +119,36 @@ docker-compose up ## Screenshots +Modern and colorful design + + Upload Files - + + +Download Files + Image Viewer - + Video Viewer - + + +Image Thumbnails + + +Share Files + Search For Files/Folders - + Move File/Folders - + -Share - +Google Drive Support + -Folders - - -Mobile -
-