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";

BIN
secrets/karakeep.age Normal file

Binary file not shown.

View file

@ -20,6 +20,7 @@ in
"copyparty-will.age".publicKeys = users;
"immich.age".publicKeys = users;
"jellyfin.age".publicKeys = users;
"karakeep.age".publicKeys = users;
"kavita-api.age".publicKeys = users;
"kavita.age".publicKeys = users;
"lidarr.age".publicKeys = users;