weriomat
weriomat
This PR changes the releases widget by adding a custom url parameter, closes [#305](https://github.com/glanceapp/glance/issues/305). Please note that currently only custom urls are allowed for the `codeberg` and the `gitlab` forges....
This draft proposes a rework of the way alerts are sent via ntfy. Instead of sending one message per incoming request (from grafana), we sent one message per alert in...
I'd like to add `typesense-prometheus-exporter` to the NixOS package repository [nixpkgs](https://github.com/NixOS/nixpkgs). I kindly request you to add a suitable open-source license to the project. A well-defined license will not only...
This fixes #283.
This fixes #328. Besides, we format and update the examples.
this should fix [#318](https://github.com/serokell/deploy-rs/issues/318) by deduplicating the flake paths with a Hashset
As I use sudo on my machines (to elevate the privileges from the "deploy" user) and don't want to manually type the sudo password every time I run a deployment,...
Hey, apparently my instance does not emit any `system_cpu*_active_percentage`. This PR makes `system_cpu1_active_percentage` and `system_cpu_active_percentage` optional.
Use the [shlex](https://crates.io/crates/shlex) crate to split/ parse the `ssh_opts` instead of just splitting by `' '`. If shlex fails to parse/ join, we fall back to the old way. Fixes...