rclone-rc-web-gui now supports launching with --rc-web-gui and --rc-web-fetch-url

retif 2022-11-13 16:16:42 +01:00
parent 4ff41901c0
commit 656f3a8d67

@ -196,10 +196,18 @@ rclone is featured as a [restic backend](https://restic.readthedocs.io/en/stable
## rclone-rc-web-gui
https://github.com/retifrav/rclone-rc-web-gui
<https://github.com/retifrav/rclone-rc-web-gui>
A web-based GUI for [rclone rc](https://rclone.org/rc/). Minimalistic design based on a two-panel file-manager layout. Supports copy/move/delete operations and creating new folders. Has a basic queue functionality.
[Supports](https://github.com/retifrav/rclone-rc-web-gui#with---rc-web-gui) launching with `--rc-web-gui` and `--rc-web-fetch-url`, for example:
``` sh
$ rclone rcd --transfers 1 --rc-allow-origin http://localhost:5572 \
--rc-web-gui \
--rc-web-fetch-url https://api.github.com/repos/retifrav/rclone-rc-web-gui/releases/latest
```
## PyClone
PyClone is a Python package that wraps rclone and provides a threaded interface for an installation at the host or container level.