RCLONE-SERVE-INDEX
RCLONE-SERVE-INDEX copied to clipboard
request function
please add for vps
you can add that manually using rclone and its commands are here
- install rclone
curl https://rclone.org/install.sh | sudo bash(linux with unzip installed) - Configure your config with
[yourcloudname] - And use
rclone serve http yourcloudname: --addr=127.0.0.1:8089--> this serves youryourcloudnameto your ip127.0.0.1and port8089 - or use
rclone rcd --rc-serve --rc-addr=127.0.0.1:8089--> to serve all/multiple cloudnames/remotes to desired ip
thanks working 100%, thanks3.