Added beszel to homepage

This commit is contained in:
Timo Boomers 2025-04-30 15:56:19 +02:00
parent 5f0eb27281
commit 4ab5ad76cf
2 changed files with 12 additions and 0 deletions

View File

@ -40,9 +40,12 @@ in {
"${config.sops.secrets."containers/beszel/key".path}:/run/secrets/key"
];
user = 1000;
userNS = "keep-id";
environment = {
LISTEN = "/beszel_socket/beszel.sock";
KEY_FILE = "/run/secrets/key";
DOCKER_HOST = "unix:///var/run/podman.sock";
};
};

View File

@ -59,6 +59,15 @@ in {
container = "uptime-kuma";
};
}
{
"Beszel" = {
href = "https://monitor.local.tbmrs.nl";
description = "Server monitoring";
icon = "beszel";
server = "podman";
container = "beszel";
};
}
];
}
{