healthchecks
Example
nix
{config, ...}: {
healthchecks = {
enable = true;
secretKeyFile = config.sops.secrets."healthchecks/secret_key".path;
superUserEmail = "admin@example.com";
superUserPasswordFile = config.sops.secrets."healthchecks/superuser_password".path;
};
}Stack Options
nps.stacks.healthchecks.containers.healthchecks
Alias of {option}services.podman.containers.healthchecks.
nps.stacks.healthchecks.enable
Whether to enable healthchecks.
nps.stacks.healthchecks.secretKeyFile
Path to the file containing the secret key.
See https://healthchecks.io/docs/self_hosted_configuration/#SECRET_KEY
nps.stacks.healthchecks.superUserEmail
Email address of the superuser account
nps.stacks.healthchecks.superUserPasswordFile
Path to the file containing the superuser password