feat: add declarative status page

This commit is contained in:
Luj 2025-01-18 00:25:18 +01:00
parent cad537ec36
commit ba99648b9c
10 changed files with 101 additions and 40 deletions

View file

@ -45,6 +45,10 @@ in
);
inherit (cfg) user group;
};
machine.meta.probes.monitors."jackett.luj - IPv4".accepted_statuscodes = [ "400" ];
machine.meta.probes.monitors."jackett.luj - IPv6".accepted_statuscodes = [ "400" ];
}
(mkIf cfg.nginx.enable (mkVPNSubdomain cfg.nginx.subdomain port))