Gather caddy metrics
Some checks failed
Run nix flake check / flake-check (push) Has been cancelled

This commit is contained in:
2024-12-04 04:02:24 +01:00
parent b1bc8c1321
commit 5af18ca418
2 changed files with 11 additions and 0 deletions

View File

@@ -152,6 +152,14 @@
}
];
}
{
job_name = "caddy";
static_configs = [
{
targets = [ "http-proxy.home.2rjus.net:2019" ];
}
];
}
];
};
}