Roman Artiukhin

Results 167 comments of Roman Artiukhin

> has a web GUI Is it supposed to be installed with package? Or needs to be installed manually? I hacked a little script to create OS3 package and it's...

> The start script uses the OS5 way to get the local ipv4 address No it works for me too... The following command gives correct ip for me: https://github.com/WDCommunity/wdpksrc/blob/91819702d83af883e2e967cec0ffd78b20097a5e/wdpk/rclone/start.sh#L14 And...

Some progress.. Access from my PC opens request for login/password but then opens blank page with `Not found` message: ![image](https://user-images.githubusercontent.com/22025304/100588162-322db080-32fa-11eb-995f-f568bff773cc.png)

> Worst case you just hard code the ipv4 in there Yeah I fixed this part. It looks like this for me now: `2020/11/30 11:05:51 NOTICE: Serving remote control on...

Nope.. Same "Not Found" for me. :( Also `starth.sh` gave me ``` sh: missing ] sh: missing ] ``` So I fixed it by adding ` && ` before `echo`:...

I removed part with `--config ${CONFIG}` from `start.sh` and now it works for me... ``` rclone rcd --rc-web-gui-no-open-browser --rc-addr ${ADDRESS}:${PORT:-5574} --rc-user ${RCLONE_USER:-mycloud} --rc-pass ${RCLONE_PW:-mycloud} ```

Another annoyance is clicking Configure button in NAS App settings opens `http://wdmycloud/rclone/index.html` which redirects to `https://rclone.org/docs/`. Any way to make it open actual WEB GUI `http://wdmycloud:5574`?

And it again opens Not Found page for me... :( Looks like it's working but quite unstable for some reasons (at least on my device)

Not sure but maybe it's something user privileges related. Adding `sudo` to start.sh seems fixed the issue.. Seems Web UI was working when I run it from ssh and not...

> I'm not familiar with this branch / feature It allows to watch movie while it's still downloading (as content is downloaded sequentially) I'm not able to setup dev env...