Frederic Hemberger
Frederic Hemberger
Hi, thanks for pointing this out. I'll try to look into it …
@gergan I took a *very quick* peek at the code the other day. Seems you'd need to borrow two methods from the [`pq`](https://pkg.go.dev/github.com/lib/pq) package, which are used in Miniflux: -...
Hi Michael, sounds like a great idea! To make it easier to distinguish between a password and a password file, please name the auth parameter `password_file`. (Not sure if we...
I'll happily accept a PR for password file support.
Hmm, this is odd. YAML linter doesn't complain about escaping, regex101.com's Python implementation works as well. Does the same problem occur without the quotes? ```yaml - name: shelly_battery_voltage help: Shelly...
@jce-zz I updated the PyYAML dependency in the latest v.2.0.0 release. Please take a look if this changed something for you.
> Can you workaround the issue by taking multiple labels in input_labels and use regexes ? e.g. can you find which container is attached to which network based on the...
I'm not sure about the behavior of the Docker API either, it would just be nice to have **some** built-in way to avoid duplicate targets.
Ok, I'm not sure I understand you correctly. Given the following container setup (and assuming all containers have Prometheus metric endpoints), how can we make sure the "api" container doesn't...
I think Docker, Docker Swarm and Kubernetes SD should ideally behave the same way, as it boils down to "software running containers attached to (multiple) networks". Not saying, that the...