mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
doc: fix typos throughout docs
This commit is contained in:
@@ -73,7 +73,7 @@ The flag `--rc-web-gui` is shorthand for
|
||||
- `--rc-pass <random password>`
|
||||
- `--rc-serve`
|
||||
|
||||
These flags can be overidden as desired.
|
||||
These flags can be overridden as desired.
|
||||
|
||||
See also the [rclone rcd documentation](https://rclone.org/commands/rclone_rcd/).
|
||||
|
||||
@@ -95,14 +95,14 @@ If you want to run the GUI behind a proxy at `/rclone` you could use these flags
|
||||
- `--rc-baseurl rclone`
|
||||
- `--rc-htpasswd /path/to/htpasswd`
|
||||
|
||||
Or instead of htpassword if you just want a single user and password:
|
||||
Or instead of htpasswd if you just want a single user and password:
|
||||
|
||||
- `--rc-user me`
|
||||
- `--rc-pass mypassword`
|
||||
|
||||
## Project
|
||||
|
||||
The GUI is being developed in the: [rclone/rclone-webui-react respository](https://github.com/rclone/rclone-webui-react).
|
||||
The GUI is being developed in the: [rclone/rclone-webui-react repository](https://github.com/rclone/rclone-webui-react).
|
||||
|
||||
Bug reports and contributions are very welcome :-)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user