Results 2858 comments of MichaIng

Yes, I guess that there is something messed up with these trusted host checks. Since there is no (documented) way to append to this list it must not be checked,...

There have been several updates, now v7.0.6, but the issue persists. Reported here: https://github.com/koel/koel/issues/1796

We found the reason and a nice way to make the trusted hosts feature transparently available, but allow all hosts by default (pre-v7.0.0 behaviour): https://github.com/koel/koel/pull/1797 And you are right, the...

This has been released with [Koel v7.0.10](https://github.com/koel/koel/releases/tag/v7.0.10) Update via reinstall: ```sh dietpi-software reinstall 143 ```

Hmm, I thought there was a request about this already, but probably we only internally talked about this. What we actually thought about is adding a way to not only...

Ideas: - Dedicated `dietpi-services` CLI option to call a simplified include/exclude checkbox menu with clear description. - New `dietpi-backup` menu entry which opens above checkbox menu, and which makes clear...

I would not exactly call a full system backup unrelated: It backs up each and every file, and you do not want to have inconsistencies between them. It could be...

Note that `net-tools` are deprecated. Use the `ss` (and `ip`) command from the `iproute2` package to get accurate results: ```console root@VM-Bookworm:~# netstat -tlpn Active Internet connections (only servers) Proto Recv-Q...

Network seems to be there, since the pin test(s) succeeded. But DNS resolution seems to not work. Can you check this manually: ```sh getent hosts dns9.quad9.net getent hosts dietpi.com ```...

> `nameserver 127.0.0.1` Are you using Pi-hole, AdGuard Home, Unbound or some other local DNS resolver? It seems to not work. It is generally no good idea to use a...