Open mobilelifeful opened 2 years ago
Sorry about that file, i lost that uncompiled version. This file is recovered from one of my older docker image . That's why i hadn't released it officially. I need to rebuilt that file again, be patient i'll rebuild it and release it soon.
And I'm not good at programming, I made it with the help of stackoverflow and other websites, that's why it's hard to build it again to me. 😅
Thank you for the quick response.
Maybe you can also post the recovered version in this repo, so anyone who is using it can help as well.
Brooo so you are saying this is a compiled version of a docker image right ?? I want to create such files how to create them any wiki page please
No, rcindex contains just simple rclone commands, i thought it would get rid of heroku ban at that time. Just use rclone serve http yourremote:
or rclone rcd --rc-serve
Bro whats the difference between, How are they different from one other
and which one can bypass 5 gb mega limit for index?
rclone serve http remote:
and rclone rcd --rc-serve
are better and right way to serve through heroku.
rclone serve http remotename:
--> serves your remote remotename
only, ie., single remote in config is only possible.
rclone rcd --rc-serve
--> This serves all your remotes in your config, wheather it is mega or gdrive or onedrive. It index all your remote in a single index.
webdav
can also be used in heroku but it is for mounting or adding network drive for windows. Its disadvantage is it has file size limit (<50MB files only)
rclone rcd --rc-web-gui
--> its not a true index of remotes. Commonly used for generating config, copying one remote to other and gives overall bandwidth consumed etc..
Mega 5gb quota bypass is possible not because of rclone. Its because of heroku's restart dyno feature.
Please note there are mistakes in your commands you have commented.
Thanks Doubts clarified
so
rclone serve http/ftp/webdav remote:
is only for 1 remote
rclone rcd --rc-serve
this is just an index for all remotes in config
rclone rcd --rc-web-gui
this is like a file browser and for copying or moving or seeing stuff
Please let me know which commands were wrong ig 4,5 th after them remote wont come right ?
Thank you for sharing this. Any change we can know what rcindex is ?