MichaIng
MichaIng
Would it be probably better to gracefully handle missing IDs in `dietpi-software list` instead of parsing `dietpi-software list` to know which IDs are currently unused? The `free` command is not...
Jep, I'll get your PR about this merged for release tomorrow.
Earlier or later, adding the ability to change `config.toml` settings via web interface would be great anyway. It could then also hold overrides for the known/default software ports and/or URLs...
A vote for this from the forum: https://dietpi.com/phpbb/viewtopic.php?t=10366
`ss -tlpn` could be used to get process names which listen on specific TCP ports. Probably there is a Rust crate as well. Otherwise, I agree, a port database makes...
Keeping the final implementation in mind, at least I wouldn't implement something "smaller" now which needs to be completely rewritten later, but only if the code can be easily extended...
A button e.g. at the top right of the dashboard would be awesome in my personal opinion, so it can be easily switched e.g. when you realise that the sun...
Ah nice. For the color theme I see it similar: Nice to have a setting in the dashboard UI but a config file setting would do as well.
Legend 👍, works very well. The sidebar should probably have colors inverted as well? Also currently the selection isn't stored, hence reloading the site will always show in dark mode....
Generally reasonable. I mean one should not access a service admin panel from a public browser or one where untrusted people have access, but having an option to invalidate and/or...