Added beszel to homepage
This commit is contained in:
parent
5f0eb27281
commit
4ab5ad76cf
@ -40,9 +40,12 @@ in {
|
|||||||
|
|
||||||
"${config.sops.secrets."containers/beszel/key".path}:/run/secrets/key"
|
"${config.sops.secrets."containers/beszel/key".path}:/run/secrets/key"
|
||||||
];
|
];
|
||||||
|
user = 1000;
|
||||||
|
userNS = "keep-id";
|
||||||
environment = {
|
environment = {
|
||||||
LISTEN = "/beszel_socket/beszel.sock";
|
LISTEN = "/beszel_socket/beszel.sock";
|
||||||
KEY_FILE = "/run/secrets/key";
|
KEY_FILE = "/run/secrets/key";
|
||||||
|
DOCKER_HOST = "unix:///var/run/podman.sock";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -59,6 +59,15 @@ in {
|
|||||||
container = "uptime-kuma";
|
container = "uptime-kuma";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
"Beszel" = {
|
||||||
|
href = "https://monitor.local.tbmrs.nl";
|
||||||
|
description = "Server monitoring";
|
||||||
|
icon = "beszel";
|
||||||
|
server = "podman";
|
||||||
|
container = "beszel";
|
||||||
|
};
|
||||||
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user