MichaIng
MichaIng
Jep, this makes sense. There are quite a few issues happening very regularly leading to duplicated reports and duplicated answers our sides. A section how to troubleshoot specific issues or...
As well old GitHub issues will serve as examples. I agree to not make it a flat list, which could expend unlimited with various overlaps, but more with some generic...
Recovering broken ext4 superblocks: https://linuxexpresso.wordpress.com/2010/03/31/repair-a-broken-ext4-superblock-in-ubuntu/
Yeah, I mean when running `apt update` the repositories are shown right there. But it requires at least some understanding about how GNU/Linux distributions/images are composed, the difference between distros...
Another addition, although not sure if this fits best into general security/hardening chapter or better into webserver/HTTPS section: - Creating a self-signed TLS certificate, with proper SAN to allow encrypted...
I'd add another task, adding common security headers for private websites: ``` X-Content-Type-Options "nosniff" X-Frame-Options "sameorigin" X-XSS-Protection "1; mode=block" X-Robots-Tag "none" X-Download-Options "noopen" # Internet Explorer only, AFAIK hence probably...
`X-Download-Options` can be skipped then indeed. Generally better to use HTTP headers instead of meta tags indeed 🙂.
Sounds pretty reasonable. This would be even a reasonable default IMO, later probably with the option for autologin (with a specific user). > the current problem of the login dialog...
Ah you mean the dashboard password input. Now I get it, you mean to replace the general dashboard password protection on the terminal page with the console login prompt. Hmm,...
For this, a major rework of the `dietpi-config` network configuration needs to be done, especially adding a CLI. So while I agree that it would be great, bear with us...