nonnorm
nonnorm
I could handle macOS, but because of my old computer my system is 2 versions out of date. Probably not much difference though.
The dashboard's already dead on IE, it makes heavy use of CSS flexbox. CSP is currently implemented through a `` tag on the HTML, though it's probably better to do...
Just an idea, but instead of password protection on the terminal, how about just calling the login binary instead, so people can log in to either `root` or `dietpi`, and...
The dialog works, but the terminal doesn't load, and requires a reload to get working. This is due to the fact that, since the websocket is connected to a PTY,...
Yeah, it was just a thought. Definitely have to fix the terminal login before v1.0.0 though. It came up because of the (mistaken) request for authentication at https://github.com/Fourdee/DietPi-Dashboard/issues/2, where the...
When you try to connect, does it just not find the pi/no connection made at all? Could you change the log level to `trace` and try connecting, and post the...
And you can connect to the pi in general? E.g `ping RPi.IP` works, or some other web application?
Is it possible to connect from the pi itself, or one of the other pis? ``` curl --max-time 20 localhost/RPi.IP:5252 > /dev/null ```
I meant run the command more like this (possibly using localhost on the host system, but it shouldn't matter): ``` curl --max-time 20 192.168.1.59:5252 > /dev/null ``` Also, I forgot...
No problem at all. So, the pi it's running on connected to the dashboard: ``` Jun 08 18:34:50 TheHub dietpi-dashboard[129843]: INFO [dietpi_dashboard] Request to / Jun 08 18:34:50 TheHub dietpi-dashboard[129843]:...