MichaIng
MichaIng
@tzerber > opcache.jit_buffer_size = 256M Try to use `opcache.jit_buffer_size = 2M`. I never saw a Nextcloud instance which uses more than 1 MiB of this particular sub-buffer. And since it...
I didn't know that this CLI command exists. Since OPcache is intentionally disabled for CLI calls, all those tests must be skipped. Or at least it must first be checked...
@Kreeblah Thanks for your request. Jep we had this suggestion in the past. Actually my plan is to create a new `DietPi-TLS` script. This should allow to: - Create self-singed...
Added to FeatHub, feel free to vote for it: https://feathub.com/MichaIng/DietPi/+28
@Kreeblah Whoopsie, fixed!
@keithellis74 Larger tasks, will take at least 2 DietPi subversions longer. However easy to apply manually, which webserver do you use? Ah it's HAproxy only that requires the certificate, if...
Here is how I use acme.sh currently: https://github.com/MichaIng/hacks/blob/main/install_acme.sh acme-tiny is a Python script (hence not so "tiny" when taking into account the dependency) and not developed for more than a...
Note that acme.sh is a well documented single standalone shell script. I see zero reason why one would want to wrap it into a Docker container, where you just replace...
This CVE was reported back in 2019 and popped up again in 2022, highly disputed and ignored (reasonable IMO) that time: https://github.com/advisories/GHSA-f6pv-j8mr-w6rr I do not see a single other reference,...
This sounds both very reasonable. I agree the jinja2 case is not as transparent as desired, when there are other disputed vulnerabilities which still cause a check failure. But that...