Visit live docs here: https://rclone-rc.api.mexhov.com/
Rclone RC documentation is, with all due respect, not easy to get started with and doesn't have the playground to test.
I made this project so I can test the RC APIs qucikly to learn what it's about and if I want to dig deeper, I can use example in the examples folder to test syncing between different servers.
This project also serves as a friendly docs when I need to learn and use Rclone again.
git clone https://github.com/skuong/rclone-rc-api-docs.git
cd rclone-rc-api-docspnpm ipnpm devVisit: http://localhost:5173/
First, let's spin up rclone rc server
Note: Make sure you installed rclone.
rclone rcd --rc-allow-origin='http://localhost:5173' --rc-no-author
rclone rcd --rc-user=rick --rc-pass=astleypass --rc-allow-origin='http://localhost:5173'Now you can play with RC APIs.

Note: Make sure you have docker running.
cd examplesdocker compose -f local-file.docker-compose.yaml --env-file .env.example upor
docker compose -f minio-s3.docker-compose.yaml --env-file .env.example upor
docker compose -f webdav.docker-compose.yaml --env-file .env.example up