mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
service/homer: rename link to url
This commit is contained in:
parent
f2f3f59f78
commit
f25f970c75
24 changed files with 24 additions and 24 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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";
|
||||||
});
|
});
|
||||||
|
|
|
@ -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}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue