XMGProjects Posted March 21 Share Posted March 21 I've managed to get the mobile app working by manual adding the server. Protocol: https Port: 443 Hostname: IP.HASH.myunraid.net Username: Your username Password: Your password 2 Quote Link to comment
daTroll Posted March 26 Share Posted March 26 Tiny cosmetic request: the next time you update this plugin, can you please remove the "v" prefix in the version designation? Most of my other plugins use the same YYYY.MM.DD format but without any "v" prefix. Occasionally I like to sort the list of plugins in the WebUI based on version, to quickly identify the oldest/newest. Cheers, T Quote Link to comment
sittingmongoose Posted July 13 Share Posted July 13 On 3/21/2023 at 2:32 PM, XMGProjects said: I've managed to get the mobile app working by manual adding the server. Protocol: https Port: 443 Hostname: IP.HASH.myunraid.net Username: Your username Password: Your password I also needed to do this to have it work. Spent like 3 hours trying a million other things...sigh May I request a feature? Can the developer please implement the ability to restart a docker? I also would like the option to see network shares and to mount and unmount them. Quote Link to comment
jbrodriguez Posted July 13 Author Share Posted July 13 11 hours ago, sittingmongoose said: Can the developer please implement the ability to restart a docker hi, is that possible via the unraid web ui ? if it is, i may have overlooked it in the app's implementation 11 hours ago, sittingmongoose said: I also would like the option to see network shares and to mount and unmount them. that is bit more difficult, not sure if that's currently possible On 3/26/2023 at 1:14 PM, daTroll said: can you please remove the "v" prefix in the version designation that's a legacy issue, we discussed that with Squid at some point in time, it would create a version visibility issue, that was a while back, don't exactly remember what it was Quote Link to comment
sittingmongoose Posted July 13 Share Posted July 13 9 minutes ago, jbrodriguez said: hi, is that possible via the unraid web ui ? if it is, i may have overlooked it in the app's implementation that is bit more difficult, not sure if that's currently possible that's a legacy issue, we discussed that with Squid at some point in time, it would create a version visibility issue, that was a while back, don't exactly remember what it was Restarting a docker is in the ui. When you click the icon(like to open the docker web gui) it has the open to paused and restart as well. 1 Quote Link to comment
jbrodriguez Posted July 14 Author Share Posted July 14 On 7/13/2023 at 7:03 AM, sittingmongoose said: Restarting a docker is in the ui. When you click the icon(like to open the docker web gui) it has the open to paused and restart as well. yes, i saw it now, i think originally it wasn't available, and that code in the app hasn't been touched in a while, i'll look into adding it Quote Link to comment
sittingmongoose Posted July 14 Share Posted July 14 3 minutes ago, jbrodriguez said: yes, i saw it now, i think originally it wasn't available, and that code in the app hasn't been touched in a while, i'll look into adding it The mounting and unmounting of network shares would be a god send. As for the restart, it’s been in there since I started with Unraid, which was about 2018 lol I would greatly appreciate any updates you can do Quote Link to comment
jbrodriguez Posted July 15 Author Share Posted July 15 v5.4.0 has been released Quote Link to comment
sittingmongoose Posted July 16 Share Posted July 16 19 hours ago, jbrodriguez said: v5.4.0 has been released I got the update but I am not seeing the ability to restart the dockers in the UI. Quote Link to comment
jbrodriguez Posted July 16 Author Share Posted July 16 31 minutes ago, sittingmongoose said: I got the update but I am not seeing the ability to restart the dockers in the UI. should only appear when the docker is running, it that not happening ? Quote Link to comment
sittingmongoose Posted July 16 Share Posted July 16 15 minutes ago, jbrodriguez said: should only appear when the docker is running, it that not happening ? It is not, the ui is the same as it was before. Quote Link to comment
jbrodriguez Posted July 16 Author Share Posted July 16 yes, this is odd, doesn't work for me either, even on testflight, but it works on my dev env. quite puzzling, i'll look into it Quote Link to comment
jbrodriguez Posted July 16 Author Share Posted July 16 i found the issue, should be fixed in 5.5.0 (currently rolling out in stores) 1 Quote Link to comment
siddonj Posted October 10 Share Posted October 10 (edited) When I start the plugin it shows the service running. But then shuts down immediately. Also I do not get a QR Code. I looks like the image link is broken. Oct 10 18:23:24 Tower1 root: plugin: creating: /boot/config/plugins/controlr/controlr-4.0.0.tgz - downloading from URL https://github.com/jbrodriguez/controlr/releases/download/4.0.0/controlr-4.0.0.tgz Oct 10 18:23:26 Tower1 root: plugin: checking: /boot/config/plugins/controlr/controlr-4.0.0.tgz - MD5 Oct 10 18:23:26 Tower1 root: plugin: creating: /boot/config/plugins/controlr/controlr.cfg - from INLINE content Oct 10 18:23:27 Tower1 root: plugin: running: anonymous Oct 10 18:23:27 Tower1 root: plugin: creating: /tmp/controlr-chkconf - from INLINE content Oct 10 18:23:27 Tower1 root: plugin: running: /bin/bash /tmp/controlr-chkconf Oct 10 18:23:27 Tower1 root: plugin: controlr.plg installed Oct 10 18:24:57 Tower1 ool www[17286]: /usr/local/emhttp/plugins/controlr/scripts/start Oct 10 18:24:57 Tower1 sudo: root : PWD=/usr/local/emhttp ; USER=root ; COMMAND=/usr/bin/bash -c '/usr/local/emhttp/plugins/controlr/controlr -port 2378 -certdir \'/boot/config/ssl/certs\' -showups' Oct 10 18:24:57 Tower1 sudo: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0) Oct 10 18:25:18 Tower1 sudo: pam_unix(sudo:session): session closed for user root Oct 10 18:26:09 Tower1 unassigned.devices: Undefined POST action - . Edited October 10 by siddonj Quote Link to comment
jbrodriguez Posted October 11 Author Share Posted October 11 11 hours ago, siddonj said: When I start the plugin it shows the service running. But then shuts down immediately. Also I do not get a QR Code. I looks like the image link is broken. '/usr/local/emhttp/plugins/controlr/controlr -port 2378 -certdir \'/boot/config/ssl/certs\' -showups' can you try running the plugin from the command line /usr/local/emhttp/plugins/controlr/controlr -port 2378 -certdir '/boot/config/ssl/certs' -showups and check for any errors ? Quote Link to comment
siddonj Posted October 11 Share Posted October 11 6 hours ago, jbrodriguez said: can you try running the plugin from the command line /usr/local/emhttp/plugins/controlr/controlr -port 2378 -certdir '/boot/config/ssl/certs' -showups and check for any errors ? Here are the results: root@Tower1:~# /usr/local/emhttp/plugins/controlr/controlr -port 2378 -certdir '/boot/config/ssl/certs' -showups I: 2023/10/11 12:34:14 app.go:57: controlr v2022.12.30|4.0.0 starting ... I: 2023/10/11 12:34:14 app.go:65: No config file specified. Using app defaults ... I: 2023/10/11 12:34:14 app.go:170: cert: found certificate_bundle.pem I: 2023/10/11 12:34:14 app.go:75: state(&{Name:Tower1 Timezone:America/Chicago Version:6.12.4 CsrfToken:9865C36960731A1 Host:http://Tower1 Origin:{Name:Tower1 Protocol:http Host:Tower1 Port:443 Address:192.168.1.110} Secure:false Cert:certificate_bundle.pem UseSelfCerts:false}) I: 2023/10/11 12:34:14 core.go:83: starting service Core ... I: 2023/10/11 12:34:14 core.go:357: Created ipmi sensor ... I: 2023/10/11 12:34:14 core.go:375: Created apc ups ... 2023/10/11 12:34:34 Unable to wait for process to finish: exit status 1 Quote Link to comment
jbrodriguez Posted October 11 Author Share Posted October 11 does it work if you run it without the ups flag ? /usr/local/emhttp/plugins/controlr/controlr -port 2378 -certdir '/boot/config/ssl/certs' Quote Link to comment
siddonj Posted October 11 Share Posted October 11 8 minutes ago, jbrodriguez said: does it work if you run it without the ups flag ? /usr/local/emhttp/plugins/controlr/controlr -port 2378 -certdir '/boot/config/ssl/certs' I am sorry. I looked but cannot find a flag to disable UPS. Can you help with that? Quote Link to comment
jbrodriguez Posted October 11 Author Share Posted October 11 (edited) 8 minutes ago, siddonj said: I am sorry. I looked but cannot find a flag to disable UPS. Can you help with that? right, i meant run the plugin with the following command /usr/local/emhttp/plugins/controlr/controlr -port 2378 -certdir '/boot/config/ssl/certs' it disables ups functionality Edited October 11 by jbrodriguez Quote Link to comment
siddonj Posted October 11 Share Posted October 11 10 minutes ago, jbrodriguez said: right, i meant run the plugin with the following command /usr/local/emhttp/plugins/controlr/controlr -port 2378 -certdir '/boot/config/ssl/certs' it disables ups functionality Here are the results: root@Tower1:~# /usr/local/emhttp/plugins/controlr/controlr -port 2378 -certdir '/boot/config/ssl/certs' I: 2023/10/11 13:40:13 app.go:57: controlr v2022.12.30|4.0.0 starting ... I: 2023/10/11 13:40:13 app.go:65: No config file specified. Using app defaults ... I: 2023/10/11 13:40:13 app.go:170: cert: found certificate_bundle.pem I: 2023/10/11 13:40:13 app.go:75: state(&{Name:Tower1 Timezone:America/Chicago Version:6.12.4 CsrfToken:9865C36960731A1 Host:http://Tower1 Origin:{Name:Tower1 Protocol:http Host:Tower1 Port:443 Address:192.168.1.110} Secure:false Cert:certificate_bundle.pem UseSelfCerts:false}) I: 2023/10/11 13:40:13 core.go:83: starting service Core ... I: 2023/10/11 13:40:13 core.go:357: Created ipmi sensor ... I: 2023/10/11 13:40:13 core.go:384: No ups detected ... 2023/10/11 13:40:33 Unable to wait for process to finish: exit status 1 root@Tower1:~# Quote Link to comment
jbrodriguez Posted October 11 Author Share Posted October 11 mmm, in that case it seems to be an issue with ipmi, can you run this and post the output ? /usr/sbin/ipmisensors --comma-separated-output --output-sensor-state --no-header-output --interpret-oem-data Quote Link to comment
siddonj Posted October 11 Share Posted October 11 6 minutes ago, jbrodriguez said: mmm, in that case it seems to be an issue with ipmi, can you run this and post the output ? /usr/sbin/ipmisensors --comma-separated-output --output-sensor-state --no-header-output --interpret-oem-data root@Tower1:~# /usr/sbin/ipmisensors --comma-separated-output --output-sensor-state --no-header-output --interpret-oem-data base64: invalid input /usr/sbin/ipmi-sensors: connection timeout Quote Link to comment
jbrodriguez Posted October 12 Author Share Posted October 12 right, there's an issue with ipmi, not sure what it is, not an expert on ipmi, what version of unraid are you using ? have you installed any sensor-like plugin (to read motherboard temp, cpu temp, etc.) ? Quote Link to comment
siddonj Posted October 12 Share Posted October 12 7 hours ago, jbrodriguez said: right, there's an issue with ipmi, not sure what it is, not an expert on ipmi, what version of unraid are you using ? have you installed any sensor-like plugin (to read motherboard temp, cpu temp, etc.) ? I removed the IPMI Support plugin and it worked fine. Thanks. I don't use it anyway. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.