mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 09:04:52 +01:00
docs: add serve to README, main page and menu
This commit is contained in:
parent
1f19b63264
commit
dbf9800cbc
@ -74,6 +74,7 @@ Please see [the full list of all storage providers and their features](https://r
|
|||||||
* Optional cache ([Cache](https://rclone.org/cache/))
|
* Optional cache ([Cache](https://rclone.org/cache/))
|
||||||
* Optional FUSE mount ([rclone mount](https://rclone.org/commands/rclone_mount/))
|
* Optional FUSE mount ([rclone mount](https://rclone.org/commands/rclone_mount/))
|
||||||
* Multi-threaded downloads to local disk
|
* Multi-threaded downloads to local disk
|
||||||
|
* Can [serve](https://rclone.org/commands/rclone_serve/) local or remote files over HTTP/WebDav/FTP/SFTP/dlna
|
||||||
|
|
||||||
## Installation & documentation
|
## Installation & documentation
|
||||||
|
|
||||||
|
@ -61,11 +61,12 @@ Features
|
|||||||
* [Sync](/commands/rclone_sync/) (one way) mode to make a directory identical
|
* [Sync](/commands/rclone_sync/) (one way) mode to make a directory identical
|
||||||
* [Check](/commands/rclone_check/) mode to check for file hash equality
|
* [Check](/commands/rclone_check/) mode to check for file hash equality
|
||||||
* Can sync to and from network, eg two different cloud accounts
|
* Can sync to and from network, eg two different cloud accounts
|
||||||
* ([Encryption](/crypt/)) backend
|
* [Encryption](/crypt/) backend
|
||||||
* ([Cache](/cache/)) backend
|
* [Cache](/cache/) backend
|
||||||
* ([Union](/union/)) backend
|
* [Union](/union/) backend
|
||||||
* Optional FUSE mount ([rclone mount](/commands/rclone_mount/))
|
* Optional FUSE mount ([rclone mount](/commands/rclone_mount/))
|
||||||
* Multi-threaded downloads to local disk
|
* Multi-threaded downloads to local disk
|
||||||
|
* Can [serve](/commands/rclone_serve/) local or remote files over [HTTP](/commands/rclone_serve_http/)/[WebDav](/commands/rclone_serve_webdav/)/[FTP](/commands/rclone_serve_ftp/)/[SFTP](/commands/rclone_serve_sftp/)/[dlna](/commands/rclone_serve_dlna/)
|
||||||
|
|
||||||
Links
|
Links
|
||||||
|
|
||||||
|
@ -47,6 +47,7 @@
|
|||||||
<li><a href="/commands/rclone_ncdu/"><i class="fa fa-book"></i> rclone ncdu</a></li>
|
<li><a href="/commands/rclone_ncdu/"><i class="fa fa-book"></i> rclone ncdu</a></li>
|
||||||
<li><a href="/commands/rclone_cat/"><i class="fa fa-book"></i> rclone cat</a></li>
|
<li><a href="/commands/rclone_cat/"><i class="fa fa-book"></i> rclone cat</a></li>
|
||||||
<li><a href="/commands/rclone_rcat/"><i class="fa fa-book"></i> rclone rcat</a></li>
|
<li><a href="/commands/rclone_rcat/"><i class="fa fa-book"></i> rclone rcat</a></li>
|
||||||
|
<li><a href="/commands/rclone_serve/"><i class="fa fa-book"></i> rclone serve</a></li>
|
||||||
<li><a href="/commands/"><i class="fa fa-book"></i> ...and the rest</a></li>
|
<li><a href="/commands/"><i class="fa fa-book"></i> ...and the rest</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user