An angular web application for rclone
Support multiple rclone server
Explore remote file system
Create asynchronous jobs of coping/moving objects between remotes
Download file from remote
Observe the progress of running jobs (by groups)
Allow editing of rclone server configuration (power by monaco editor, supporting lint, document description)
Manager Rclone mounts
rclone rcd --rc-user=<user> --rc-pass=<password> --rc-allow-origin="http://localhost:4200"
getting RcloneNg
local way
git clone https://github.com/ElonH/RcloneNg.git
cd RcloneNg
npm install # NodeJs version >= 10
npm run start
online way
lazy way
if set --rc-allow-origin="https://elonh.github.io"
, https://elonh.github.io/RcloneNg can be used directly.
editing server connection in RcloneNg.
This project and its dependencies ( except Rxjs, Apache-2.0 ) follows MIT license.