Florian Wickert
Florian Wickert
There's a related discussion in https://github.com/flo-at/minmon/pull/220 about RPM packages.
The build with as many features enabled as possible while avoiding dynamic linking to other libs would be this one currently: ```sh cargo build --no-default-features --features=rustls-tls,docker,http,smtp,systemd ``` Using rustls instead...
completed in 5bec4d1bdcd386b993267708f4369cb8b5d2092e https://github.com/flo-at/minmon/releases/tag/v0.10.0 I could only test the x86-64 binary so far but at least `file` says that the binary formats are correct for the other targets.
I just found this issue while trying to find out how to configure the precompress task. Instead of (or in addition to) the minimum size option, imo an option to...
I agree, SIGUSR1 is the most common way afaik. Where would the output go? stdout/stderr or a third file descriptor? What format would be a good fit (JSON, TOML, ..)?...
Would you like to give it a try and make a PR? I don't have much time at the moment so it will have to wait some time otherwise.
as of today, WebDav is still working on Box.com. But that might change at any time.
I used the Qt WebEngine debugger to take a look at it. For me it seems to be a problem with IPv6 and DNS. There's an `ERR_NAME_NOT_RESOLVED` in the console...
Would it be a good idea to use GitHub CI to build a binary RPM package from this (at least for AMD64)? I'm thinking about adding the Arch Linux PGKBUILD,...
Sorry for the late reponse, I've been quite busy lately. The Arch Linux PKGBUILD can be found here: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=minmon What bugs me is the fact that the release version and...