Volker Theile
Volker Theile
I'm currently migrating an `Angular 11` (and `gridster 11.2.0`) project to `Angular 12` (and `gridster 12.0.0`). The migration went fine and the app is running, but my unit tests using...
If IPv6 is not configured for a network interface, then it can be assumed that it can be disabled. Netplan does not do this, so OMV should create a sysctl...
Signed-off-by: Volker Theile - [ ] References issue - [ ] Includes tests for new functionality or reproducer for bug
The owntone container is running a Avahi daemon. Because the container is started with `--net=host`, the hostname is also used which causes troubles in the host Avahi daemon. The host...
With systemd it is possible to auto-mount filesystems again if a device was missing and reappears. Currently /sharedfolders/xxx are already handled via systemd, but there is no xxx.automount file because...
Remove the support of non POSIX compliant filesystems (e.g. FAT[32]) to host shared folders because of the amount of problems users run into, including the resulting maintenance in the forum....
The [netatalk](https://packages.debian.org/bullseye/netatalk) package seems up-to-date (right now) in the Debian repository, so it might be a good idea to adapt the [OMV4 plugin](https://github.com/openmediavault/openmediavault/tree/4.x/deb/openmediavault-netatalk). This requires the following changes: - Adapt...
With smartmontools 7.1 (shipped in Debian 11) smartctl can output the data in JSON. This will make it very easy to process the data delivered by that tool. Using the...
Signed-off-by: Volker Theile - [ ] References issue - [ ] Includes tests for new functionality or reproducer for bug