✅ add some more healthchecks
This commit is contained in:
parent
ad8333ccde
commit
a46240a9e5
3 changed files with 5 additions and 5 deletions
|
@ -15,7 +15,6 @@
|
||||||
healthchecks.http.jellyfin = {
|
healthchecks.http.jellyfin = {
|
||||||
url = "flix.${config.networking.hostName}.private";
|
url = "flix.${config.networking.hostName}.private";
|
||||||
};
|
};
|
||||||
|
|
||||||
healthchecks.closed.retiolum.ports.jellyfin = [ 8096 ];
|
healthchecks.closed.retiolum.ports.jellyfin = [ 8096 ];
|
||||||
|
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
|
|
|
@ -7,10 +7,7 @@
|
||||||
{
|
{
|
||||||
|
|
||||||
healthchecks.http.navidrome = {
|
healthchecks.http.navidrome = {
|
||||||
#url = "${config.networking.hostName}.wg0:${toString config.services.navidrome.settings.Port}/app/#/login";
|
url = "${config.networking.hostName}.wg0:${toString config.services.navidrome.settings.Port}/app/#/login";
|
||||||
url = "${
|
|
||||||
config.clan.core.facts.services.wireguard_ip.public."wireguard.wg0.ip".value
|
|
||||||
}:${toString config.services.navidrome.settings.Port}/app/#/login";
|
|
||||||
expectedContent = "Navidrome";
|
expectedContent = "Navidrome";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -54,6 +54,10 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
||||||
|
healthchecks.http."matrix.terranix" = {
|
||||||
|
url = "${baseUrl}/_matrix/client/versions";
|
||||||
|
expectedContent = "versions";
|
||||||
|
};
|
||||||
networking.firewall.allowedTCPPorts = [
|
networking.firewall.allowedTCPPorts = [
|
||||||
80
|
80
|
||||||
443
|
443
|
||||||
|
|
Loading…
Reference in a new issue