wolweb icon indicating copy to clipboard operation
wolweb copied to clipboard

Able to run without docker?

Open nahventure opened this issue 2 years ago • 2 comments

Trying to see if I can run it directly on apache2, I have a 1gb pi3 so resources are limited.

I uploaded the files to the server and it errors with the following;:

Error Unable to retrieve device data!

nahventure avatar Sep 17 '23 21:09 nahventure

@nahventure make sure that it can access devices.json file which should be in same folder as the executable. I have ran this before on my router and it can run independently without a docker container.

sameerdhoot avatar Sep 26 '23 10:09 sameerdhoot

@sameerdhoot i am also curious and have the same issue - please help me out here, where to place the devices.json file exactly?

nuclear-banana avatar Jan 15 '24 20:01 nuclear-banana

@nuclear-banana from what I can tell, the files are pulled from the consoles current working directory. Therefore, you would have to be executing from within the folder where the binary is located for the program to find them instead of the files being in a particular location.

ellisdickinson46 avatar Aug 28 '24 15:08 ellisdickinson46

#36 would help in scenarios like this, would you be able to test with the changes made in my fork on main and let me know if that solves this issue.

ellisdickinson46 avatar Aug 28 '24 15:08 ellisdickinson46

Closing in favour of #35, can be resolved with config file parameterisation.

ellisdickinson46 avatar Oct 19 '24 01:10 ellisdickinson46