Chore: change hoarder widget to karakeep (#5143)

This commit is contained in:
shamoon 2025-04-05 23:54:48 -07:00 committed by GitHub
parent 6597ec566b
commit ae9fbdcb8b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 91 additions and 73 deletions

View file

@ -0,0 +1,17 @@
---
title: Karakeep
description: Karakeep Widget Configuration
---
Learn more about [Karakeep](https://karakeep.app) (formerly known as Hoarder).
Generate an API key for your user at `User Settings > API Keys`.
Allowed fields: `["bookmarks", "favorites", "archived", "highlights", "lists", "tags"]` (maximum of 4).
```yaml
widget:
type: karakeep
url: http[s]://karakeep.host.or.ip[:port]
key: karakeep_api_key
```