services: update homer config

This commit is contained in:
Felix Buehler 2022-12-25 12:20:20 +01:00
parent 106c2f4c20
commit 2325f3e2a2
5 changed files with 5 additions and 5 deletions

View file

@ -47,7 +47,7 @@ in
{ name = "Applications"; tag = "app"; }
{ name = "Media"; tag = "media"; }
{ name = "Infrastructure"; tag = "infra"; }
{ name = "Other"; tag = "other"; }
{ name = "Others"; tag = "other"; }
];
};
};

View file

@ -57,7 +57,7 @@ in
webapps.apps.navidrome = {
dashboard = {
name = "Navidrome";
name = "Music";
category = "media";
icon = "music";
link = "https://music.${domain}/app/#/login";

View file

@ -117,7 +117,7 @@ in
webapps.apps.nextcloud = {
dashboard = {
name = "Nextcloud";
name = "Cloud";
category = "app";
icon = "cloud";
link = "https://cloud.${domain}/login";

View file

@ -47,7 +47,7 @@ in
webapps.apps.paperless = {
dashboard = {
name = "Paperless";
name = "Documents";
category = "media";
icon = "book";
link = "https://docs.${domain}";

View file

@ -24,7 +24,7 @@ in
webapps.apps.rss-bridge = {
dashboard = {
name = "RSS-Bridge";
category = "app";
category = "infra";
icon = "rss";
link = "https://${domain}";
};