fix monitoring

This commit is contained in:
soraefir
2026-06-09 20:01:08 +02:00
parent 58d89c6736
commit 71c1b78af6

View File

@@ -109,10 +109,10 @@ let
Calibre = { Calibre = {
icon = "calibre.png"; icon = "calibre.png";
href = "https://${serverCfg.containers.calibre.subdomain}.${serverCfg.domain}"; href = "https://${serverCfg.containers.calibre.subdomain}.${serverCfg.domain}";
siteMonitor = "http://calibre-server:8080"; siteMonitor = "http://calibre-server:8083";
# widget = { # widget = {
# type = "calibreweb"; # type = "calibreweb";
# url = "http://calibre-server:8080"; # url = "http://calibre-server:8083";
# username = "?"; # username = "?";
# password = "?"; # password = "?";
# }; # };
@@ -122,10 +122,10 @@ let
FreshRSS = { FreshRSS = {
icon = "freshrss.png"; icon = "freshrss.png";
href = "https://${serverCfg.containers.freshrss.subdomain}.${serverCfg.domain}"; href = "https://${serverCfg.containers.freshrss.subdomain}.${serverCfg.domain}";
siteMonitor = "http://freshrss-server:8080"; siteMonitor = "http://freshrss-server:80";
# widget = { # widget = {
# type = "freshrss"; # type = "freshrss";
# url = "http://freshrss-server:8080"; # url = "http://freshrss-server:80";
# username = "?"; # username = "?";
# password = "?"; # password = "?";
# }; # };
@@ -147,10 +147,10 @@ let
Suwayomi = { Suwayomi = {
icon = "suwayomi.png"; icon = "suwayomi.png";
href = "https://${serverCfg.containers.suwayomi.subdomain}.${serverCfg.domain}"; href = "https://${serverCfg.containers.suwayomi.subdomain}.${serverCfg.domain}";
siteMonitor = "http://suwayomi-server:8080"; siteMonitor = "http://suwayomi-server:4567";
widget = { widget = {
type = "suwayomi"; type = "suwayomi";
url = "http://suwayomi-server:8080"; url = "http://suwayomi-server:4567";
}; };
}; };
}) })
@@ -194,10 +194,10 @@ let
Immich = { Immich = {
icon = "immich.png"; icon = "immich.png";
href = "https://${serverCfg.containers.immich.subdomain}.${serverCfg.domain}"; href = "https://${serverCfg.containers.immich.subdomain}.${serverCfg.domain}";
siteMonitor = "http://immich-server:80"; siteMonitor = "http://immich-server:2283";
widget = { widget = {
type = "immich"; type = "immich";
url = "http://immich-server:80"; url = "http://immich-server:2283";
key = "{{HOMEPAGE_VAR_IMMICH_API}}"; key = "{{HOMEPAGE_VAR_IMMICH_API}}";
version = "2"; version = "2";
}; };
@@ -234,10 +234,10 @@ let
Gitea = { Gitea = {
icon = "gitea.png"; icon = "gitea.png";
href = "https://${serverCfg.containers.gitea.subdomain}.${serverCfg.domain}"; href = "https://${serverCfg.containers.gitea.subdomain}.${serverCfg.domain}";
siteMonitor = "http://gitea-server:3000"; siteMonitor = "http://gitea-server:8080";
widget = { widget = {
type = "gitea"; type = "gitea";
url = "http://gitea-server:3000"; url = "http://gitea-server:8080";
key = "{{HOMEPAGE_VAR_GITEA_API}}"; key = "{{HOMEPAGE_VAR_GITEA_API}}";
}; };
}; };
@@ -312,8 +312,8 @@ let
(lib.optional (serverCfg.containers ? selfmark) { (lib.optional (serverCfg.containers ? selfmark) {
Selfmark = { Selfmark = {
icon = "link.png"; icon = "link.png";
href = "https://${serverCfg.containers.selfmark.subdomain}.${serverCfg.domain}"; href = "https://${serverCfg.containers.selfmark.subdomain}.${serverCfg.domain}/selfmark";
siteMonitor = "http://selfmark-server:8080"; siteMonitor = "http://selfmark-server:8080/selfmark";
}; };
}) })
(lib.optional (serverCfg.containers ? servarr) ( (lib.optional (serverCfg.containers ? servarr) (
@@ -324,10 +324,10 @@ let
Sonarr = { Sonarr = {
icon = "sonarr.png"; icon = "sonarr.png";
href = "https://${serverCfg.containers.servarr.subdomain}.${serverCfg.domain}/sonarr"; href = "https://${serverCfg.containers.servarr.subdomain}.${serverCfg.domain}/sonarr";
siteMonitor = "http://servarr-sonarr:8989"; siteMonitor = "http://servarr-sonarr:8989/sonarr";
widget = { widget = {
type = "sonarr"; type = "sonarr";
url = "http://servarr-sonarr:8989"; url = "http://servarr-sonarr:8989/sonarr";
key = "{{HOMEPAGE_VAR_SONARR_API}}"; key = "{{HOMEPAGE_VAR_SONARR_API}}";
}; };
}; };
@@ -336,10 +336,10 @@ let
Radarr = { Radarr = {
icon = "radarr.png"; icon = "radarr.png";
href = "https://${serverCfg.containers.servarr.subdomain}.${serverCfg.domain}/radarr"; href = "https://${serverCfg.containers.servarr.subdomain}.${serverCfg.domain}/radarr";
siteMonitor = "http://servarr-radarr:8989"; siteMonitor = "http://servarr-radarr:8989/radarr";
widget = { widget = {
type = "radarr"; type = "radarr";
url = "http://servarr-radarr:8989"; url = "http://servarr-radarr:8989/radarr";
key = "{{HOMEPAGE_VAR_RADARR_API}}"; key = "{{HOMEPAGE_VAR_RADARR_API}}";
}; };
}; };
@@ -348,10 +348,10 @@ let
Lidarr = { Lidarr = {
icon = "lidarr.png"; icon = "lidarr.png";
href = "https://${serverCfg.containers.servarr.subdomain}.${serverCfg.domain}/lidarr"; href = "https://${serverCfg.containers.servarr.subdomain}.${serverCfg.domain}/lidarr";
siteMonitor = "http://servarr-lidarr:8989"; siteMonitor = "http://servarr-lidarr:8989/lidarr";
widget = { widget = {
type = "lidarr"; type = "lidarr";
url = "http://servarr-lidarr:8989"; url = "http://servarr-lidarr:8989/lidarr";
key = "{{HOMEPAGE_VAR_LIDARR_API}}"; key = "{{HOMEPAGE_VAR_LIDARR_API}}";
}; };
}; };
@@ -360,10 +360,10 @@ let
Prowlarr = { Prowlarr = {
icon = "prowlarr.png"; icon = "prowlarr.png";
href = "https://${serverCfg.containers.servarr.subdomain}.${serverCfg.domain}/prowlarr"; href = "https://${serverCfg.containers.servarr.subdomain}.${serverCfg.domain}/prowlarr";
siteMonitor = "http://servarr-prowlarr:8989"; siteMonitor = "http://servarr-prowlarr:8989/prowlarr";
widget = { widget = {
type = "prowlarr"; type = "prowlarr";
url = "http://servarr-prowlarr:8989"; url = "http://servarr-prowlarr:8989/prowlarr";
key = "{{HOMEPAGE_VAR_PROWLARR_API}}"; key = "{{HOMEPAGE_VAR_PROWLARR_API}}";
}; };
}; };