mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
services: update homer config
This commit is contained in:
parent
106c2f4c20
commit
2325f3e2a2
5 changed files with 5 additions and 5 deletions
|
@ -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"; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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";
|
||||||
|
|
|
@ -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";
|
||||||
|
|
|
@ -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}";
|
||||||
|
|
|
@ -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}";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue