service/homer: rename link to url

This commit is contained in:
Felix Buehler 2023-11-12 20:39:44 +01:00
parent f2f3f59f78
commit f25f970c75
24 changed files with 24 additions and 24 deletions

View file

@ -147,7 +147,7 @@ in
name = "Alerting"; name = "Alerting";
category = "infra"; category = "infra";
icon = "bell"; icon = "bell";
link = "https://alerts.${domain}"; url = "https://alerts.${domain}";
method = "get"; method = "get";
}; };
}; };

View file

@ -39,7 +39,7 @@ in
name = "Download"; name = "Download";
category = "app"; category = "app";
icon = "download"; icon = "download";
link = "https://download.${domain}"; url = "https://download.${domain}";
}; };
}; };
}; };

View file

@ -31,7 +31,7 @@ in
name = "Subtitles"; name = "Subtitles";
category = "app"; category = "app";
icon = "closed-captioning"; icon = "closed-captioning";
link = "https://subtitles.${domain}"; url = "https://subtitles.${domain}";
}; };
}; };
}; };

View file

@ -57,7 +57,7 @@ in
name = "News"; name = "News";
category = "app"; category = "app";
icon = "newspaper"; icon = "newspaper";
link = "https://news.${domain}"; url = "https://news.${domain}";
}; };
}; };
}; };

View file

@ -84,7 +84,7 @@ in
name = "Code"; name = "Code";
category = "app"; category = "app";
icon = "code-branch"; icon = "code-branch";
link = "https://code.${domain}"; url = "https://code.${domain}";
}; };
}; };
}; };

View file

@ -87,7 +87,7 @@ in
name = "Visualization"; name = "Visualization";
category = "infra"; category = "infra";
icon = "chart-line"; icon = "chart-line";
link = "https://visualization.${domain}"; url = "https://visualization.${domain}";
}; };
}; };
}; };

View file

@ -86,7 +86,7 @@ in
name = "Notes"; name = "Notes";
category = "app"; category = "app";
icon = "edit"; icon = "edit";
link = "https://notes.${domain}"; url = "https://notes.${domain}";
}; };
}; };
}; };

View file

@ -139,7 +139,7 @@ in
name = "Home-Automation"; name = "Home-Automation";
category = "Infra"; category = "Infra";
icon = "house-signal"; icon = "house-signal";
link = "https://automation.${domain}"; url = "https://automation.${domain}";
}; };
}; };
}; };

View file

@ -23,7 +23,7 @@ in
name = "Homepage"; name = "Homepage";
category = "other"; category = "other";
icon = "blog"; icon = "blog";
link = "https://blog.${domain}"; url = "https://blog.${domain}";
}; };
}; };
}; };

View file

@ -115,7 +115,7 @@
{ {
inherit (cat) name; inherit (cat) name;
items = lib.forEach catApps (a: { items = lib.forEach catApps (a: {
inherit (a.dashboard) name link type method; inherit (a.dashboard) method name type url;
icon = lib.optionalString (a.dashboard.icon != null) "fas fa-${a.dashboard.icon}"; icon = lib.optionalString (a.dashboard.icon != null) "fas fa-${a.dashboard.icon}";
target = "_blank"; target = "_blank";
}); });

View file

@ -50,7 +50,7 @@ in
name = "Media"; name = "Media";
category = "media"; category = "media";
icon = "eye"; icon = "eye";
link = "https://media.${domain}"; url = "https://media.${domain}";
}; };
}; };
}; };

View file

@ -30,7 +30,7 @@ in
name = "View"; name = "View";
category = "media"; category = "media";
icon = "users-viewfinder"; icon = "users-viewfinder";
link = "https://view.${domain}"; url = "https://view.${domain}";
}; };
}; };
}; };

View file

@ -95,7 +95,7 @@ in
name = "Music"; name = "Music";
category = "media"; category = "media";
icon = "music"; icon = "music";
link = "https://music.${domain}/app/#/login"; url = "https://music.${domain}/app/#/login";
}; };
}; };
}; };

View file

@ -158,7 +158,7 @@ in
name = "Cloud"; name = "Cloud";
category = "media"; category = "media";
icon = "cloud"; icon = "cloud";
link = "https://cloud.${domain}/login"; url = "https://cloud.${domain}/login";
}; };
}; };
}; };

View file

@ -57,7 +57,7 @@ in
name = "Documents"; name = "Documents";
category = "media"; category = "media";
icon = "book"; icon = "book";
link = "https://docs.${domain}"; url = "https://docs.${domain}";
}; };
}; };
}; };

View file

@ -33,7 +33,7 @@ in
name = "Passworts"; name = "Passworts";
category = "other"; category = "other";
icon = "lock"; icon = "lock";
link = "https://passworts.${domain}"; url = "https://passworts.${domain}";
}; };
}; };
}; };

View file

@ -69,7 +69,7 @@ in
name = "Photos"; name = "Photos";
category = "media"; category = "media";
icon = "image"; icon = "image";
link = "https://photos.${domain}/library/login"; url = "https://photos.${domain}/library/login";
method = "get"; method = "get";
}; };
}; };

View file

@ -190,7 +190,7 @@ in
name = "Monitoring"; name = "Monitoring";
category = "infra"; category = "infra";
icon = "heart-pulse"; icon = "heart-pulse";
link = "https://monitor.${domain}"; url = "https://monitor.${domain}";
method = "get"; method = "get";
}; };
}; };

View file

@ -94,7 +94,7 @@ in
name = "Logging"; name = "Logging";
category = "infra"; category = "infra";
icon = "book"; icon = "book";
link = "https://log.${domain}"; url = "https://log.${domain}";
}; };
}; };
}; };

View file

@ -66,7 +66,7 @@ in
name = "Indexer"; name = "Indexer";
category = "app"; category = "app";
icon = "sync-alt"; icon = "sync-alt";
link = "https://indexer.${domain}"; url = "https://indexer.${domain}";
}; };
}; };
}; };

View file

@ -56,7 +56,7 @@ in
name = "Movies"; name = "Movies";
category = "media"; category = "media";
icon = "film"; icon = "film";
link = "https://movies.${domain}"; url = "https://movies.${domain}";
}; };
}; };
}; };

View file

@ -26,7 +26,7 @@ in
name = "RSS-Bridge"; name = "RSS-Bridge";
category = "other"; category = "other";
icon = "rss"; icon = "rss";
link = "https://${domain}"; url = "https://${domain}";
}; };
}; };
}; };

View file

@ -56,7 +56,7 @@ in
name = "Series"; name = "Series";
category = "media"; category = "media";
icon = "tv"; icon = "tv";
link = "https://series.${domain}"; url = "https://series.${domain}";
}; };
}; };
}; };

View file

@ -34,7 +34,7 @@ in
name = "Recipes"; name = "Recipes";
category = "app"; category = "app";
icon = "utensils"; icon = "utensils";
link = "https://recipes.${domain}"; url = "https://recipes.${domain}";
}; };
}; };
}; };