ravenclaw900

Results 21 issues of ravenclaw900

### Creating a feature request #### Is your feature request related to a problem? Please describe: - DietPi-Dashboard is currently parsing the `list` and `status` outputs of DietPi-Software and DietPi-Services....

Enhancement :dash:

### Easy - [x] Add common private website security headers (https://github.com/ravenclaw900/DietPi-Dashboard/issues/133#issuecomment-1024333027) (https://github.com/ravenclaw900/DietPi-Dashboard/commit/52f8e1643858e479b29b46e44acf4bcb8b056e36) - [ ] Allow naming backend nodes/show in title (#75) - [x] Version nightly releases by commit hash...

Sadly, since we can't make any assumptions about the computer DietPi is running on, most of these tests will have to be incredibly basic, and some of them won't even...

enhancement
rust

Currently, when updating, the old config file is still used. It would be useful to have it updated with the latest settings, while still preserving the older ones. This would...

enhancement

I really like the new signing feature, but it requires you to also encrypt the message to someone. Since most of the messages I send aren't to people with GPG...

enhancement

### Configuration - Keka version: [e.g. 1.1.24 (3421)] - 1.2.16 (4617) - macOS version: [e.g. 10.14.6 (18G2022)] - 10.14.6 (18G9216) ### Describe the bug A clear and concise description of...

bug
p7zip
unar
7zz

When I run steam on TwisterOS, on the Pinebook Pro, it always crashes after entering the password. There seem to be multiple possible errors: ``` Fatal IO error 11 (Resource...

### Describe the feature request Currently, the passwords for the admin dashboard and basic authentication are stored in plaintext in the config files. This means that anyone with access to...

todo

**The solution you want** The ability to have multiple HTTP proxies on different remote ports. **Alternatives considered** Giving the HTTPS type proxy the same options as HTTP type proxies, but...

future

If the `sensors::temperatures` function is spawned into a different thread, it fails with ``implementation of `std::ops::FnOnce` is not general enough``. MWE: ```rust use futures::StreamExt; use heim::sensors; #[tokio::main] async fn main()...