hndrkx
hndrkx
Connectivity should be pretty standard. Mumble server is running in a container on the same machine, it has its owns IP. JJMumbleBot is placed in the same subnet on the...
Alright so this is the output running with -verbose: ``` INFO: 192.168.1.35:19730 - "GET / HTTP/1.1" 200 OK INFO: 192.168.1.35:19730 - "GET /api/general/name HTTP/1.1" 200 OK INFO: 192.168.1.35:19731 - "GET...
Here is the full console output with verbose flag. ``` [JJMumbleBot(5.1.1).StartUp]:######### Initializing JJMumbleBot ######### [JJMumbleBot(5.1.1).Database]:######### Initializing Internal Database ######### [JJMumbleBot(5.1.1).Database]:######### Initialized Internal Database ######### [JJMumbleBot(5.1.1).StartUp]:######### Initialized Temporary Directories ######### [JJMumbleBot(5.1.1).StartUp]:Pseudo-GUI...
Do we have any update on this :)?
I'll add to this. Running in Unraid with the Community Template. I am running with network mode Host. Getting the temperature of my motherboard. Unraid it self can read the...
Does not work, do I need to remove and add the server in the app? Edit: Tried readding it, still no change to the temp sensor.
I have managed to create a fix for this, build and tested on my Unraid. I will have to test it a little bit more on another system as well,...
Ah that PR really looks like it should solve the issue though, I'll have a go at trying to use that version and see what I can come up with....
Yes, but I have been investigating this a little bit and one problem is this line: https://github.com/oshi/oshi/blob/oshi-parent-6.6.6/oshi-core/src/main/java/oshi/hardware/platform/linux/LinuxSensors.java#L68 Which means we will have to do a workaround for Unraid, which should...
Alright I really tried to implement this on my own, but since I rarely write any Java and have never worked with spring I was defeated, and I am sure...