MichaIng
MichaIng
Well, an admin dashboard is probably not what you want to make discoverable throughout the network, is it? However, if so, it makes sense to have this entirely optional. What...
I didn't want to sound like this request should be closed, that is only my opinion on this, as being someone who always (wants to) explicitly enter known IPs/hostnames and...
Jep, that should be fine. I opened an issue at the docs repo so we do not forgot about it: https://github.com/MichaIng/DietPi-Docs/issues/695 Since this could be handy (and probably even more...
Good idea. I wonder how to implement best, I guess loading DietPi-Globals to run the `G_OBTAIN_CPU_TEMP` function in a shell is pretty overkill, though to give a precise temperature, different...
That is great. Hopefully it is accurate on the various SBCs we support.
`apt install lm-sensors` and the (C) library is `libsensors5`.
Via bash shell and sourcing `/boot/dietpi/func/dietpi-globals`, there is `G_OBTAIN_CPU_TEMP` available which does the job without additional dependencies/libraries. But loading a shell + this quite large script is probably too much...
I'm still wondering in which case, proxy + application combination this is actually required. I successfully setup reverse proxies like `https:/// => http://127.0.0.1:`, but in some cases indeed it fails...
Many thanks for your suggestion. I think it will be difficult to find templates which fit in every case. Systems are used pretty individually. But you have some good idea...
There is still room for baking more features inside without if becoming too heavy. Thanks to Rust it is a very performant and lightweight (RAM and disk usage) process. But...