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 = "Applications"; tag = "app"; }
{ name = "Media"; tag = "media"; } { name = "Media"; tag = "media"; }
{ name = "Infrastructure"; tag = "infra"; } { name = "Infrastructure"; tag = "infra"; }
{ name = "Other"; tag = "other"; } { name = "Others"; tag = "other"; }
]; ];
}; };
}; };

View file

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

View file

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

View file

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

View file

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