mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Declare gatus endpoints in each of their respective modules
This commit is contained in:
parent
d6245fada0
commit
7a9796e02c
7 changed files with 104 additions and 77 deletions
|
|
@ -79,5 +79,11 @@ in
|
|||
};
|
||||
|
||||
environment.shellAliases.hedgedoc-manage-users = "sudo --user=${user} ${manage_users}";
|
||||
|
||||
custom.services.gatus.endpoints."Hedgedoc" = {
|
||||
group = "Public";
|
||||
url = "https://${cfg.domain}/_health";
|
||||
extraConditions = [ "[BODY].ready == true" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue