skyindreams / rclone-webui-angular

Another Web GUI for Rclone

Home Page:https://yuudi.github.io/rclone-webui-angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Use

Choose one of the following methods:

  • rwa.exe (Work in Progress): Good for those who are not familiar with command line
  • Embedded: Good for managing local instance
  • PWA Standalone: Good for managing multiple remote servers

Embedded

  1. Install rclone if you haven't

  2. Then run the following command

    rclone rcd --rc-web-gui --rc-web-fetch-url="https://api.github.com/repos/yuudi/rclone-webui-angular/releases/latest"

    If you have used rclone-webui-react before, you need to force an update by appending --rc-web-gui-force-update to the command

  3. Then the browser will open automatically, if not, follow the link in the terminal

Screenshot

backends

backends-screenshot

create backends

create-backend-screenshot

explorer

explorer-screenshot

mounting

mounting-screenshot

Development environment

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

Todo

  • Mounting management
  • Job viewer
  • International workflow
  • More Platforms
    • Rclone embedded
    • PWA Standalone
    • Electron
    • WinUI 3 with WebView2

Contribute

Bug report

Bug reports are welcome, please open an issue or discuss

Code

For small bugfix, just open a pull request

For new feature or big changes, please open an issue first to discuss

Translation

If you want to help translate, first search the issue to see if there is already a translation in progress, if not, open an issue to claim the translation

Please use translate tool like Poedit to translate the XLIFF file

About

Another Web GUI for Rclone

https://yuudi.github.io/rclone-webui-angular

License:MIT License


Languages

Language:TypeScript 73.6%Language:HTML 23.5%Language:SCSS 2.7%Language:JavaScript 0.2%