feat: Add searXNG service with Prometheus monitoring integration
This commit is contained in:
parent
61f207ae81
commit
15ce2146e3
6 changed files with 85 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue