feat: add kavita to dashboard

This commit is contained in:
wi11-holdsworth 2025-12-29 16:47:09 +11:00
parent 3d2a47ec79
commit ea62d69060
3 changed files with 14 additions and 0 deletions

View file

@ -25,6 +25,7 @@ let
# keep-sorted start
"immich"
"jellyfin"
"kavita-api"
"lidarr"
"miniflux"
"paperless"
@ -155,6 +156,18 @@ in
};
};
}
{
"Kavita" = {
"description" = "Book reader";
"icon" = "kavita.svg";
"href" = "https://kavita.fi33.buzz/";
"widget" = {
"type" = "kavita";
"url" = "https://kavita.fi33.buzz/";
"key" = "@kavita-api@";
};
};
}
{
"Miniflux" = {
"description" = "RSS aggregator";