add badges and logo
This commit is contained in:
34
README.md
34
README.md
@@ -1,5 +1,14 @@
|
|||||||
# Rclone WebUI
|
# Rclone WebUI
|
||||||
|
|
||||||
|
<p float="left">
|
||||||
|
<img src="./public/android-chrome-192x192.png" alt="Rclone WebUI Logo" width="192" height="192" />
|
||||||
|
<img src="./rclone-webui-text-759x192.png" alt="Rclone WebUI Logo" width="759" height="192" />
|
||||||
|
</p>
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
A simple information panel showing you all you need to know about your Rclone instance.
|
A simple information panel showing you all you need to know about your Rclone instance.
|
||||||
### Features
|
### Features
|
||||||
@@ -23,14 +32,11 @@ A simple information panel showing you all you need to know about your Rclone in
|
|||||||
#### What is Rclone
|
#### What is Rclone
|
||||||
Rclone is a open source tool to transfer files from your local system to many types of cloud hosted storage. You can take a look at the project [here](https://rclone.org/)
|
Rclone is a open source tool to transfer files from your local system to many types of cloud hosted storage. You can take a look at the project [here](https://rclone.org/)
|
||||||
|
|
||||||
## Installation
|
## Usage
|
||||||
Download package from [here]()
|
|
||||||
|
|
||||||
Place the contents in a folder and remember it's location, I like to use /webui because I will be running this in a docker container.
|
|
||||||
|
|
||||||
Start Rclone remote control server
|
Start Rclone remote control server
|
||||||
```rclone rcd --rc-serve --rc-user <YOURUSER> --rc-pass <YOURPASS> /webui```
|
```
|
||||||
You can see the last argument is the folder where you placed the WebUI earlier. This is the same as specifying `--rc-files=/webui`. More documentation on rcd is available [here](https://rclone.org/rc).<br/>
|
rclone rcd --rc-web-gui --rc-user <YOURUSER> --rc-pass <YOURPASS> --rc-web-fetch-url=https://api.github.com/repos/controlol/rclone-webui/releases/latest
|
||||||
|
```
|
||||||
If you are on a headless machine you can add the argument `--rc-web-gui-no-open-browser` so Rclone won't try to open a browser.
|
If you are on a headless machine you can add the argument `--rc-web-gui-no-open-browser` so Rclone won't try to open a browser.
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
@@ -50,6 +56,20 @@ If you are on a headless machine you can add the argument `--rc-web-gui-no-open-
|
|||||||
## Used in other projects
|
## Used in other projects
|
||||||
This project is also used in [gdrive-rclone-docker#webui](https://github.com/controlol/gdrive-rclone-docker/tree/webui)
|
This project is also used in [gdrive-rclone-docker#webui](https://github.com/controlol/gdrive-rclone-docker/tree/webui)
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
Alternatively you can manually download the WebUI locally and specify the location of the files.
|
||||||
|
|
||||||
|
Download package from [here](https://github.com/controlol/rclone-webui/releases/download/v1.0/rclone-webui-release-V1.0.zip) and place the contents in a folder and remember it's location, I like to use /webui because I will be running this in a docker container.
|
||||||
|
```
|
||||||
|
curl https://github.com/controlol/rclone-webui/releases/download/v1.0/rclone-webui-release-V1.0.zip > rclone-webui-release-V1.0.zip
|
||||||
|
unzip rclone-webui-release-V1.0.zip
|
||||||
|
cp build /webui
|
||||||
|
rclone rcd --rc-web-gui --rc-user <YOURUSER> --rc-pass <YOURPASS> /webui
|
||||||
|
```
|
||||||
|
|
||||||
|
You can see the last argument is the folder where you placed the WebUI earlier. This is the same as specifying `--rc-files=/webui`. More documentation on rcd is available [here](https://rclone.org/rc).<br/>
|
||||||
|
|
||||||
|
|
||||||
## Building from source
|
## Building from source
|
||||||
|
|
||||||
#### Prerequisites
|
#### Prerequisites
|
||||||
|
|||||||
Reference in New Issue
Block a user