add some more info on my homepage dashboard

This commit is contained in:
xunuwu 2025-05-02 10:59:15 +02:00
parent 38069c344a
commit b19b7b6dce
4 changed files with 31 additions and 5 deletions

View file

@ -26,6 +26,17 @@
targets = ["${config.vpnNamespaces."wg".namespaceAddress}:2019"];
};
}
{
job_name = "slskd";
static_configs = lib.singleton {
targets = ["${config.vpnNamespaces."wg".namespaceAddress}:${toString config.services.slskd.settings.web.port}"];
};
metric_relabel_configs = lib.singleton {
source_labels = ["__name__"];
regex = "node_.*";
action = "drop";
};
}
];
};