Added beszel monitoring

This commit is contained in:
2025-04-30 15:24:02 +02:00
parent 1a6889d561
commit 5f0eb27281
6 changed files with 15 additions and 4 deletions

View File

@@ -35,8 +35,10 @@ in {
image = "henrygd/beszel-agent:latest";
network = "proxy";
volumes = [
"%h/containers/beszel/beszel_socket:/beszel_socket"
"%h/containers/beszel/socket:/beszel_socket"
"/run/user/1000/podman/podman.sock:/var/run/podman.sock:ro"
"${config.sops.secrets."containers/beszel/key".path}:/run/secrets/key"
];
environment = {
LISTEN = "/beszel_socket/beszel.sock";

View File

@@ -88,6 +88,11 @@ in {
handle @paperless-ngx {
reverse_proxy paperless-ngx:8000
}
@beszel host monitor.local.tbmrs.nl
handle @beszel {
reverse_proxy beszel:8090
}
}
'';
};