This project is another webui for rclone
WARNING: this project is still in development, please do not use it in production environment
If you already have rclone installed in your local PC, just run:
rclone rcd --rc-web-gui --rc-web-gui-update --rc-web-fetch-url="https://s3.yuudi.dev/rwa/embed/version.json"
If that is not your case, choose one that suits you:
- Desktop: Good for those who are not familiar with command line
- Embed: Good for managing local instance
- PWA Standalone: Good for managing multiple remote servers
Other languages: 中文使用说明
If you feel like coding, translating or just want to help, please check CONTRIBUTING.md
Run backend: rclone rcd --rc-user="<your username>" --rc-pass="<your password>" --rc-addr=127.0.0.1:5572
Run frontend: ng serve
Api calling will be proxied to backed config