add jellyfin healthchecks

This commit is contained in:
Ingolf Wagner 2025-06-05 20:19:38 +02:00
parent e60d8b3c27
commit 569abc14bc
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -6,6 +6,11 @@
}:
{
healthchecks.http.jellyfin = {
url = "flix.ingolf-wagner.de";
expectedContent = "Jellyfin";
};
services.jellyfin = {
enable = true;
openFirewall = true;