Add crowdsec module and cs-firewall-bouncer package

This commit is contained in:
Théo Barnouin 2025-04-04 10:30:17 +02:00
parent 7e84f9861d
commit fdded71651
3 changed files with 75 additions and 18 deletions

View file

@ -163,14 +163,6 @@ in {
}
];
}
{
job_name = "crowdsec_nextcloud";
static_configs = [
{
targets = ["192.168.1.45:6060"];
}
];
}
{
job_name = "deluge";
static_configs = [
@ -187,14 +179,6 @@ in {
}
];
}
{
job_name = "crowdsec_jellyfin";
static_configs = [
{
targets = ["192.168.1.42:6060"];
}
];
}
];
};
services.loki = {