alex3025 / ilo-fans-controller

Easily manage your HP server's fans speeds, anywhere!
MIT License
158 stars 12 forks source link

Add support without connecting to Github. #10

Closed agilliam80 closed 8 months ago

agilliam80 commented 8 months ago

So as the title says, I have used this on my linux VM to get it to work for Windows. The problem is this system is for INTERNAL use only and is not to have any out side contact. Yet, with this script if i try to change the temp with the network closed off, the wheel spins and nothing is done. However, if I refresh the window then disable the firewall allowing traffic in and out, it works.

agilliam80 commented 8 months ago

Actually I found the issue. Its because it is using network connection to connect to the VM.... Which is dumb, it wont even connect to the VM if the network is firewalled. Can this be made to work on windows hosted as well. That would solve my headache. Sorry for the first issue, I had JUST discovered the root of the problem after hitting click on comment.

agilliam80 commented 8 months ago

Is there any way it can be made to work on a windows platform running apache/php/ssh? This would be great. No need to run a vm at that point for this particular use.

alex3025 commented 8 months ago

The tool is just a PHP script, it can run on any web server that supports PHP. On Windows the first that come to mind is XAMPP, but that's one of many others.

The only issue I could think of is getting the SSH extension installed on Windows, but I bet there's a tutorial on how to do it somewhere.