mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44: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 = "Media"; tag = "media"; }
|
||||
{ name = "Infrastructure"; tag = "infra"; }
|
||||
{ name = "Other"; tag = "other"; }
|
||||
{ name = "Others"; tag = "other"; }
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -57,7 +57,7 @@ in
|
|||
|
||||
webapps.apps.navidrome = {
|
||||
dashboard = {
|
||||
name = "Navidrome";
|
||||
name = "Music";
|
||||
category = "media";
|
||||
icon = "music";
|
||||
link = "https://music.${domain}/app/#/login";
|
||||
|
|
|
@ -117,7 +117,7 @@ in
|
|||
|
||||
webapps.apps.nextcloud = {
|
||||
dashboard = {
|
||||
name = "Nextcloud";
|
||||
name = "Cloud";
|
||||
category = "app";
|
||||
icon = "cloud";
|
||||
link = "https://cloud.${domain}/login";
|
||||
|
|
|
@ -47,7 +47,7 @@ in
|
|||
|
||||
webapps.apps.paperless = {
|
||||
dashboard = {
|
||||
name = "Paperless";
|
||||
name = "Documents";
|
||||
category = "media";
|
||||
icon = "book";
|
||||
link = "https://docs.${domain}";
|
||||
|
|
|
@ -24,7 +24,7 @@ in
|
|||
webapps.apps.rss-bridge = {
|
||||
dashboard = {
|
||||
name = "RSS-Bridge";
|
||||
category = "app";
|
||||
category = "infra";
|
||||
icon = "rss";
|
||||
link = "https://${domain}";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue