service/arr: fix homer category

This commit is contained in:
Felix Buehler 2023-04-02 17:43:28 +02:00
parent 29b0fb499c
commit ff91cdd1dd
4 changed files with 4 additions and 4 deletions

View file

@ -29,7 +29,7 @@ in
webapps.apps.bazarr = {
dashboard = {
name = "Subtitles";
category = "manag";
category = "media";
icon = "closed-captioning";
link = "https://subtitles.${domain}";
};

View file

@ -39,7 +39,7 @@ in
webapps.apps.prowlarr = {
dashboard = {
name = "Prowlarr";
category = "manag";
category = "media";
icon = "sync-alt";
link = "https://indexer.${domain}";
};

View file

@ -29,7 +29,7 @@ in
webapps.apps.radarr = {
dashboard = {
name = "Radarr";
category = "manag";
category = "media";
icon = "film";
link = "https://movies.${domain}";
};

View file

@ -29,7 +29,7 @@ in
webapps.apps.sonarr = {
dashboard = {
name = "Sonarr";
category = "manag";
category = "media";
icon = "tv";
link = "https://series.${domain}";
};