Markus Pesch
Markus Pesch
Hi, I am trying to deploy some Rocky Linux 8.5 VMs. The first time I run it, I always get the error described below. Only when I run it again...
Hello, it's possible to implement a function to rename a password file over QtPass? I'm using QtPass 1.20. It's a little bit stupid, but at the moment I must copy...
Hi folks, in the past weeks I have been working on a helm chart for postfixadmin as well as the fetchmail job. For this I packaged postfixadmin as a separate...
Hi, I checked out the `fetchmail.pl` script. There is an option [extra_options](https://github.com/postfixadmin/postfixadmin/blob/master/ADDITIONS/fetchmail.pl#L132), for which also a column in the database is available. If postfixadmin is running in a kubernetes environment...
Hi developers, more and more applications are moving from docker to ha scaled container based environments like kubernetes. We are also migrating all our running instances step by step from...
Hello, currently I need for lot's of golang projects go-bindata. The most time, I compile durning the ci pipeline the projects inside a official go container image. Maybe it's possible...
It would be great if go-bindata should be deployed also as `.deb` and `.rpm` package for every release. Currently I package the go-bindata by myself and would give up it...
Hi, currently it's only possible to upload an helm chart or to overwrite it via `--force`, but it is not possible to delete the helm chart via `--delete` like git...
Hello all, I am trying to rebuild an application with the `RETURNING` clause introduced in version 3.35. https://www.sqlite.org/lang_returning.html However, I always get an error that it does not match the...
Hello, I want to use the telegram plugin to send a pdf document to a telegram group. I defined this configuration into my `.drone.yml` file ```yaml pipeline: telegram: image: appleboy/drone-telegram...