Coder Social home page Coder Social logo

ekarton / rclone-drive-webui Goto Github PK

View Code? Open in Web Editor NEW
27.0 1.0 8.0 25.73 MB

A React app used to view and manage cloud files on RClone

Home Page: https://silly-mirzakhani-2a7996.netlify.app

License: GNU General Public License v3.0

HTML 0.43% CSS 0.11% JavaScript 97.16% SCSS 2.26% Shell 0.04%
rclone-client rclone-gui rclone-browser rclone react webapp cloudstorage

rclone-drive-webui's Introduction

RClone Drive Web UI

Netlify Status codecov

Description:

The RClone Drive Web UI is a RClone client that provides an easy-to-use web interface to view and manage your files on RClone. It uses your RClone instance's Remote Control to connect to your cloud drives.

Features:

  • Navigate and see files in directories and remotes
  • See images and files in detail
  • View and scroll through all pictures recursively (like Google Photos) with lazy-loading
  • Upload files and folders easily via drag-and-drop with web workers
  • Copy and move files between and within remotes asynchronously with web workers
  • Delete files asynchronously with web workers
  • Set theme to dark mode
  • Clear trash can on selected cloud providers and remotes
  • Search for files and images across remotes

Walkthrough:

Refer to this doc for a detailed walkthrough. However, here are a few screenshots:

files-list-page

pictures-list-page

Setup / Getting Started:

  1. Install dependencies by running yarn install

  2. Start your RClone instance:

    1. If your RClone config is in its default location, run:

      rclone rcd --rc-allow-origin 'http://localhost:3000' --rc-user='local' --rc-pass="1234" --rc-serve
      
    2. Else, if it is in a different location, run:

      rclone rcd --rc-allow-origin 'http://localhost:3000' --rc-user='local' --rc-pass="1234" --rc-serve --config <Path to RClone config>
      

    More info is at the RClone docs

  3. Run this app in development mode by running yarn start-dev. You can access your local build on http://localhost:3000 on your web browser.

Useful Scripts for Local Development:

  1. yarn test

    Runs all test cases

  2. yarn build

    Builds the app in production mode

Usage:

Please note that this project is used for educational purposes and is not intended to be used commercially. We are not liable for any damages/changes/lost data done by this project.

Credits:

Emilio Kartono, who made the entire project. Illustrations are from https://undraw.co/.

License:

This project is protected under the GNU licence. Please refer to the LICENSE.txt for more information.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.