developeranaz / RCLONE-SERVE-INDEX

Heroku Rclone Index Any Remote cloud drives to Index page
155 stars 177 forks source link

request function #15

Open minie1993 opened 2 years ago

minie1993 commented 2 years ago

please add for vps

developeranaz commented 2 years ago

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
minie1993 commented 2 years ago

thanks working 100%, thanks3.