-
Notifications
You must be signed in to change notification settings - Fork 61
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
Create RClone WebGui package #67
Comments
https://bintray.com/beta/#/tfl/wdpksrc/Rclone EDIT |
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 installed successfully on my WDMyCloud Gen 2 - only no WEB GUI when I click Configure in NAS App details page. I also tried to install it manually via ssh. It seems to be installed successfully:
But I wasn't able to access it from my PC... Didn't dig it any deeper but doesn't look like this WEB GUI is currently easily accessible for average users :) P.S. Path for WEB GUI installation looks suspicious: |
Thanks for the feedback.
Yeah that cache is smt I still need to fix.
The start script uses the OS5 way to get the local ipv4 address. For OS3
you can grep the apache config to get the same result.
…On Sun, Nov 29, 2020, 21:44 Roman Artiukhin ***@***.***> wrote:
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 installed
successfully on my WDMyCloud Gen 2 - only no WEB GUI when I click Configure
in NAS App details page.
I also tried to install it manually via ssh. It seems to be installed
successfully:
***@***.*** root # rclone rcd --rc-web-gui
2020/11/29 22:20:42 NOTICE: A new release for gui is present at https://github.com/rclone/rclone-webui-react/releases/download/v2.0.3/currentbuild.zip
2020/11/29 22:20:42 NOTICE: Downloading webgui binary. Please wait. [Size: 4750769, Path : /home/root/.cache/rclone/webgui/v2.0.3.zip]
2020/11/29 22:20:55 NOTICE: Unzipping webgui binary
2020/11/29 22:20:58 NOTICE: Serving Web GUI
2020/11/29 22:20:58 NOTICE: Serving remote control on http://127.0.0.1:5572/
2020/11/29 <http://127.0.0.1:5572/2020/11/29> 22:20:58 ERROR : Failed to open Web GUI in browser: exec: "xdg-open": executable file not found in $PATH. Manually access it at: ***@***.***:5572/?login_token=Z3VpOkJ6djNkSzFORWZ0OERCbFN1c2pFZ2c%3D
But I wasn't able to access it from my PC... Didn't dig it any deeper but
doesn't look like this WEB GUI is currently easily accessible for average
users :)
P.S. Path for WEB GUI installation looks suspicious:
/home/root/.cache/rclone/webgui Isn't it writing to internal partition
with limited space?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#67 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHN7UDL76NPPBVV6DPRTQTSSKXEVANCNFSM4TZFYE7A>
.
|
No it works for me too... The following command gives correct ip for me: Line 14 in 9181970
And you should really say somewhere login/password... This part looks wrong for rclone (actually whole file is about nzbget): Lines 15 to 20 in 9181970
|
Okay, that's a copy pasta gone wrong. |
That should be smt like |
Worst case you just hard code the ipv4 in there, I'm sure that that works. But it's not really DHCP proof. |
Yeah I fixed this part. It looks like this for me now: And it's not the problem now as page is opened and credentials are requested. But |
Try
|
Nope.. Same "Not Found" for me. :( Also
So I fixed it by adding
|
This comment has been minimized.
This comment has been minimized.
Another annoyance is clicking Configure button in NAS App settings opens |
This comment has been minimized.
This comment has been minimized.
Not sure but maybe it's something user privileges related. Adding |
@bahusoid it's because the apps run under a different user.. but your manually made config file (by ssh root user) is not writable via the web UI |
the proper fix is to |
https://github.com/rclone/rclone-webui-react
This powerful tool now has a web GUI... it's still a bit rough but it's easy to setup, so it deserves a package.
The text was updated successfully, but these errors were encountered: