feat: add karakeep to homepage

This commit is contained in:
wi11-holdsworth 2026-01-02 20:37:11 +11:00
parent c15cdd66d9
commit afe85b158c
3 changed files with 14 additions and 0 deletions

View file

@ -25,6 +25,7 @@ let
# keep-sorted start
"immich"
"jellyfin"
"karakeep"
"kavita-api"
"lidarr"
"miniflux"
@ -168,6 +169,18 @@ in
};
};
}
{
"Karakeep" = {
"description" = "Web clipper";
"icon" = "karakeep.svg";
"href" = "https://karakeep.fi33.buzz/";
"widget" = {
"type" = "karakeep";
"url" = "https://karakeep.fi33.buzz/";
"key" = "@karakeep@";
};
};
}
{
"Miniflux" = {
"description" = "RSS aggregator";