Results 2848 comments of MichaIng

I guess some general `whiptail` theming would be great: #7528 We would provide a default color palette, the mono colors and implement some `whiptail`-based UI to adjust element colors individually,...

I was coincidentally just looking for a way to do unattended Pi-hole installations on GitHub Actions runners for testing purpose. Was this PR aiming to do a step in making...

Hi, nope this is not related to the motionEye project itself. Didn't know it until now, interesting. As long motionEye's own web UI is not that mobile friendly, I see...

Is it the same when accessing motionEye's own web interface? However, likely an Android limitation/topic, with apps just using WebView or Android playback features, let's keep at: #3175

The TurboJPEG "error" has been discussed here: https://dietpi.com/forum/t/home-assistant-causing-dietpi-to-hung/23703/18?u=michaing Could make sense to install the missing library if you actually use a camera integration with snapshot functionality. Regarding the `aiodhcpwatcher` (`libpcap-dev`):...

When touching this, we'd need to keep supporting the old hashing algorithm for reading the password, but we may want to force users to set/change it once, to have it...

Btw, regarding normal/surveillance user password, AFAIK the reason to store it in plain text was that it is reused as direct `motion` camera password, also used by motionEye to access...

Sorry for the late reply. So you applied hashing in `config.py` [here](https://github.com/motioneye-project/motioneye/blob/main/motioneye/config.py#L791-L794), but you could not login afterwards? Did you also implement support for the hash at the authentication part?...

> Anything higher than SHA1 doesn't work. That makes sense unless you replace the algorithm everywhere it is used, i.e. in the `base.py` handler I linked above. See here about...

Oh, that is odd. And indeed the code looks like it would just allow everything, hash, plain, or no authentication for normal/surveillance user. But that the direct stream cannot even...