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";
category = "infra";
icon = "bell";
link = "https://alerts.${domain}";
url = "https://alerts.${domain}";
method = "get";
};
};

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -115,7 +115,7 @@
{
inherit (cat) name;
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}";
target = "_blank";
});

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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