remove uptimekuma, replace with textonly script

This commit is contained in:
Lewis Wynne 2026-04-29 15:36:31 +01:00
parent 0acd4f2d72
commit 48ec633a59
6 changed files with 217 additions and 29 deletions

View file

@ -9,13 +9,24 @@
../../modules/site.nix
./sites.nix
./fail2ban.nix
./uptime-kuma.nix
./tinyauth.nix
./shlink.nix
./guestbook.nix
./telegram-alerts.nix
../../modules/uptime
];
services.uptime = {
enable = true;
services = {
website = "https://ily.rs";
forgejo = "https://git.ily.rs";
foundry = "https://foundry.ily.rs";
wiki = "https://wiki.ily.rs";
penfield = "https://penfield.ily.rs";
};
};
networking.hostName = "lab";
services.openssh = {