feat: Add searXNG service with Prometheus monitoring integration

This commit is contained in:
pazpi 2024-11-29 16:15:22 +01:00
parent 61f207ae81
commit 15ce2146e3
6 changed files with 85 additions and 0 deletions

View file

@ -62,6 +62,14 @@ in
job_name = "caddy";
static_configs = [ { targets = [ "caddy.internal:2024" ]; } ];
}
{
job_name = "searxng";
static_configs = [ { targets = [ "searxng.internal:8080" ]; } ];
basic_auth = {
username = "searxng";
password_file = config.age.secrets.searx-prometheus-secret.path;
};
}
];
};