Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

request function #15

Open
minie1993 opened this issue Nov 26, 2021 · 2 comments
Open

request function #15

minie1993 opened this issue Nov 26, 2021 · 2 comments

Comments

@minie1993
Copy link

please add for vps

@developeranaz
Copy link
Owner

developeranaz commented Nov 26, 2021

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
Copy link
Author

thanks working 100%, thanks3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants