1
0
mirror of https://github.com/kmein/niveum synced 2026-03-22 12:51:08 +01:00

2 Commits

Author SHA1 Message Date
50a96b5f7a feat(dashboard): add calendar 2024-03-18 14:55:41 +01:00
31b44906ab feat(prometheus): monitor beta alew 2024-03-18 14:55:24 +01:00
2 changed files with 16 additions and 1 deletions

View File

@@ -170,7 +170,20 @@
position = {
top = 4;
left = 3;
height = 4;
height = 2;
width = 3;
};
};
mods.calendar = command {
title = "Calendar";
cmd = "cal";
args = ["-3" "-m" "-w"];
pty = true;
refreshInterval = "5m";
position = {
top = 6;
left = 3;
height = 2;
width = 3;
};
};

View File

@@ -300,7 +300,9 @@ in {
{
targets = [
"https://alew.hu-berlin.de"
"https://beta.alew.hu-berlin.de"
"https://alew.hu-berlin.de/api/search?substring=die&domain=lemma&derivations=true&addition=true&diacritics=false&position=infix"
"https://beta.alew.hu-berlin.de/api/search?substring=die&domain=lemma&derivations=true&addition=true&diacritics=false&position=infix"
"https://pad.kmein.de"
"https://code.kmein.de"
"https://radio.kmein.de"