Skip to content

yuudi/rclone-webui-angular

Repository files navigation

Rclone-Webui-Angular

This project is another webui for rclone

WARNING: this project is still in development, please do not use it in production environment

How to Use

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: 中文使用说明

Screenshot

Expend

backends

backends-screenshot

create backends

create-backend-screenshot

explorer

explorer-screenshot

mounting

mounting-screenshot

Contribute

If you feel like coding, translating or just want to help, please check CONTRIBUTING.md

Development

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