MichaIng
MichaIng
From Bookworm on, it`s `tomcat10`. Sometimes there are aliases for packages, can you try this: ```sh apt install tomcat ``` EDIT: Nope, does not work. Bad for our docs, so...
Not sure whether I understood in which case it can be 2004. But following the other entries, I think it should work the way I added it now 😅. While...
I opened an issue about the broken matches: #3791 The 2nd case can be fixed easily, the 4th could be additionally added, the 3rd was a mistake Dropbear end, as...
Is this the nightly or stable version of dietpi-dashboard? I checked the code but could not find where this error message is produced. Best match is: https://github.com/ravenclaw900/DietPi-Dashboard/blob/main/src/page_handlers.rs#L240 However, that would...
Oh, so it does not gracefully deal with the status output for failed services. But also, the output indeed looks weird. I was expecting it to show "fail2ban failed (Result:...
Do a reinstall: ```sh dietpi-software reinstall 200 ``` And when this question appears: ``` Would you like to install only the backend, for viewing on another dashboard page? ``` select...
Yeah, I need to fix the clippy annotations to get the builds back up. Luckily pretty trivial ones.
I solved the clippy annotations. New nightly builds are available.
Hmm strange. There is a clippy warning that `args.get(0)` has been replaced with `args.first()`, but the builds succeed and the artifacts are uploaded: https://github.com/ravenclaw900/DietPi-Dashboard/actions/runs/8292617773 So I guess https://nightly.link/ stopped updating...
The latest commits contain again assents/builds, e.g.: https://github.com/ravenclaw900/DietPi-Dashboard/actions/runs/9506605147 EDIT: And also nightly builds are updated 🙂. So no workaround required anymore, but of course we should do a release ASAP.