diff --git a/assets/user.css b/assets/user.css
--- a/assets/user.css
+++ b/assets/user.css
@@ -219,8 +219,8 @@
--service-tooltip: "Subtitle downloads for Sonarr and Radarr libraries.";
}
-.monitor-site:has(a[href^="https://chaptarr."]) {
- --service-tooltip: "Book, magazine, and audiobook collection automation.";
+.monitor-site:has(a[href^="https://medialyze."]) {
+ --service-tooltip: "Media library analytics.";
}
.monitor-site:has(a[href^="https://sonarr."]) {
diff --git a/config/home.yml b/config/home.yml
--- a/config/home.yml
+++ b/config/home.yml
@@ -182,13 +182,12 @@
basic-auth:
username: glance
password: ${AUTHENTIK_PASSWORD}
- - title: Chaptarr
- url: https://chaptarr.${GROUND_DOMAIN}
- icon: /assets/icons/chaptarr.svg
+ - title: MediaLyze
+ url: https://medialyze.${GROUND_DOMAIN}
+ icon: /assets/icons/medialyze.svg
basic-auth:
username: glance
password: ${AUTHENTIK_PASSWORD}
-
- type: monitor
cache: 8m
title: Administration
diff --git a/assets/icons/chaptarr.svg b/assets/icons/chaptarr.svg
deleted file mode 100644
--- a/assets/icons/chaptarr.svg
+++ /dev/null
@@ -1,112 +0,0 @@
-
-
-
-
diff --git a/assets/icons/medialyze.svg b/assets/icons/medialyze.svg
new file mode 100644
--- /dev/null
+++ b/assets/icons/medialyze.svg
@@ -0,0 +1,1 @@
+
\ No newline at end of file