https://github.com/ElonH/RcloneNg
An angular web application for rclone
https://github.com/ElonH/RcloneNg
angular angular9 client-side cloud-storage data-transfer rclone rclone-browser rclone-client rclone-gui transfer-files
Last synced: 11 days ago
JSON representation
An angular web application for rclone
- Host: GitHub
- URL: https://github.com/ElonH/RcloneNg
- Owner: ElonH
- License: mit
- Created: 2020-05-05T13:38:05.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T21:40:53.000Z (over 2 years ago)
- Last Synced: 2025-03-21T15:13:54.906Z (24 days ago)
- Topics: angular, angular9, client-side, cloud-storage, data-transfer, rclone, rclone-browser, rclone-client, rclone-gui, transfer-files
- Language: TypeScript
- Homepage: https://elonh.github.io/RcloneNg
- Size: 18.9 MB
- Stars: 187
- Watchers: 4
- Forks: 46
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - ElonH/RcloneNg - An angular web application for rclone (TypeScript)
README
# RcloneNg


[](https://gitpod.io/#https://github.com/ElonH/RcloneNg)
[](https://david-dm.org/elonh/RcloneNG)An angular web application for rclone
## Features
- 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](https://github.com/microsoft/monaco-editor), supporting lint, document description)
- Manager Rclone mounts
## Screenshots







## Get Started
1. running rclone as server
```bash
rclone rcd --rc-user= --rc-pass= --rc-allow-origin="http://localhost:4200"
```2. getting RcloneNg
- local way
```bash
git clone https://github.com/ElonH/RcloneNg.git
cd RcloneNg
npm install # NodeJs version >= 10
npm run start
```- online way
[](https://gitpod.io/#https://github.com/ElonH/RcloneNg)
- lazy way
if set `--rc-allow-origin="https://elonh.github.io"`, can be used directly.
3. editing server connection in RcloneNg.

## License
This project and its dependencies ( except Rxjs, Apache-2.0 ) follows MIT license.