remove uptimekuma, replace with textonly script
This commit is contained in:
parent
0acd4f2d72
commit
48ec633a59
6 changed files with 217 additions and 29 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue