RCLONE-SERVE-INDEX icon indicating copy to clipboard operation
RCLONE-SERVE-INDEX copied to clipboard

request function

Open minie1993 opened this issue 4 years ago • 2 comments

please add for vps

minie1993 avatar Nov 26 '21 06:11 minie1993

you can add that manually using rclone and its commands are here

  1. install rclone curl https://rclone.org/install.sh | sudo bash (linux with unzip installed)
  2. Configure your config with [yourcloudname]
  3. And use rclone serve http yourcloudname: --addr=127.0.0.1:8089 --> this serves your yourcloudname to your ip 127.0.0.1 and port 8089
  4. or use rclone rcd --rc-serve --rc-addr=127.0.0.1:8089 --> to serve all/multiple cloudnames/remotes to desired ip

developeranaz avatar Nov 26 '21 06:11 developeranaz

thanks working 100%, thanks3.

minie1993 avatar Nov 26 '21 12:11 minie1993