hndrkx
hndrkx
Well looking at /sys/class/thermal should work on most linux dists, and filtering on x86_pkg_temp should also work (since Unraid is x86 only and do not support running on other architecture)....
This is actually quite clean implementation, nice done. It works well on my system without any override since x86_pkg_temp is one of the possibleCpuSensors. I do not think you have...
Do you have another container on the "Host" Network that already listens to 8080 or 8443?
In the application.properties change: ``` # Application ports http.port=8080 server.port=8443 ``` See here: https://monitee.app/unraid/
I have the same issue so I think I can respond as well. Yes there are files under /var/log for example: ``` ls -la /var/log/ total 6744 drwxr-xr-x 12 root...