Add jellyfin
Some checks failed
Run nix flake check / flake-check (push) Failing after 4m36s
Periodic flake update / flake-update (push) Successful in 1m29s

This commit is contained in:
2024-12-22 04:33:00 +01:00
parent 11508a90e1
commit 79b6598d0d
8 changed files with 203 additions and 61 deletions

View File

@@ -5,9 +5,8 @@
alertmanager = {
enable = true;
configuration = {
global =
{
};
global = {
};
route = {
receiver = "webhook_gunter";
group_wait = "30s";
@@ -171,6 +170,14 @@
}
];
}
{
job_name = "jellyfin";
static_configs = [
{
targets = [ "jelly01.home.2rjus.net:8096" ];
}
];
}
];
};
}