aboutsummaryrefslogtreecommitdiffstats
path: root/docs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* docs: Update database docs (#1451)haappi2025-05-242-3/+3
|
* feat: Add AI auto summarization. Fixes #1163Mohamed Bassem2025-05-181-10/+12
|
* doc: document how to upgrade meilisearch / migrate meilisearch db (#1436)Olicorne2025-05-181-0/+13
| | | | | * doc: document how to upgrade meilisearch / migrate meilisearch db * add link to official meilisearch doc
* doc: new comunity project: freshrss to karakeep (#1435)Olicorne2025-05-181-0/+8
|
* doc: Mention karakeep-python-api in community projects (#1424)Olicorne2025-05-172-0/+13
| | | | | * doc: mention karakeep-python-api in the community projects * doc: also mention karakeep-python-api in the cli section
* docs: minor update to dev setup instructions (#1421)Olicorne2025-05-171-2/+2
| | | | | * doc: clarify dev instruction * doc: fix outdated meilisearch version mentionned + mention embeddings
* docs: Update pikapods docs after the renameMohamed Bassem2025-05-171-1/+1
|
* doc: Fixed json syntax error in mcp docs (#1419)Jake A. Smith2025-05-171-1/+1
|
* docs: Fix JSON in MCP documentation (#1400)Jens Kohl2025-05-171-1/+1
|
* docs: Update the docs about admin password reset to include the saltMohamed Bassem2025-05-101-31/+31
|
* docs: Release the 0.24.0 docsMohamed Bassem2025-04-2766-0/+4415
|
* docs: Add docs about the MCP serverMohamed Bassem2025-04-274-0/+65
|
* docs: Update the API docsMohamed Bassem2025-04-2733-33/+33
|
* chore: rename missing files/conf from Hoarder to Karakeep (#1280)adripo2025-04-2151-104/+104
| | | | | | | | | * refactor: Rename remaining project configuration from Hoarder to Karakeep * some fixes --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* docs: Add a small doc about truenas installationMohamedBassem2025-04-201-0/+3
|
* docs: Add docs for how to configure differnt AI providersMohamed Bassem2025-04-181-0/+66
|
* docs: Add robots.txt to prevent indexing versioned docsMohamed Bassem2025-04-181-0/+3
|
* docs: Refresh the API docsMohamed Bassem2025-04-1634-44/+12
|
* docs: Fix docs buildMohamed Bassem2025-04-161-1/+1
|
* feat: Change default text model to 4.1-miniMohamed Bassem2025-04-152-3/+3
|
* docs: Add documentation for the new rss feed search qualifierMohamed Bassem2025-04-151-1/+2
|
* feat: add support for filtering by bookmark age (#1228)Brandon Wong2025-04-131-14/+15
|
* fix: Allow using JSON mode for ollama users. Fixes #1160Mohamed Bassem2025-04-131-1/+2
|
* docs: Revert 0.23.2 docs and just update 0.23.1 insteadMohamed Bassem2025-04-1369-1689/+327
|
* docs: Release the new API docsMohamed Bassem2025-04-1363-0/+4311
|
* docs: Replace the OpenAPI rendering libraryMohamed Bassem2025-04-1339-91/+2763
|
* chore: hoarder-linux.sh > karakeep-linux.sh v2.1 (#1219)Chris2025-04-134-34/+62
| | | | | | | | | | | * hoarder-linux.sh > karakeep-linux.sh v2.1 - Adds a migrate function so users can convert their Hoarder install to a Karakeep install - The function will also check for an update after finishing the migration - Various fixes and optimisations * Update docs with Debuntu migration path and replace Hoarder with Karakeep
* docs: replace hoarder with karakeep in CONTRIBUTING.md and FAQ (#1256)Mark :)2025-04-131-2/+2
| | | | | * chore: replace hoarder in contributing * chore: replace hoarder with karakeep in faq
* docs: add Arch Linux karakeep migration instructions (#1218)devome2025-04-121-1/+48
| | | | | * docs: update Arch Linux installation * docs: add Arch Linux migration instructions
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-123-23/+23
|
* docs: Remove hoarder references for docusaurus config preventing the indexingMohamedBassem2025-04-091-13/+13
|
* docs: update Arch Linux installation (#1216)devome2025-04-071-15/+15
|
* docs: Release the 0.23.1 docsMohamed Bassem2025-04-0528-0/+1348
|
* docs: Update installation docs with karakeepMohamedBassem2025-04-053-32/+30
|
* readme: More readme fixes for the new nameMohamed Bassem2025-04-051-0/+4
|
* readme: Update readme and docs for the new nameMohamed Bassem2025-04-051-3/+3
|
* chore: Hoarder to Karakeep rebranding (#1199)Mohamed Bassem2025-04-051-0/+18
| | | | | | | | | * The new logo * Changing hoarder.app to karakeep.app * Adding the admin panel warning * Update the readme
* feat: Allow storing assets in a separate directory. Fixes #1091Mohamed Bassem2025-03-291-3/+4
|
* feat(workers): Add CRAWLER_SCREENSHOT_TIMEOUT_SEC (#1155)Chang-Yen Tseng2025-03-271-0/+1
|
* docs: Fixed missing semicolon in update admin password section (#1169)JF2025-03-271-1/+3
| | | Command is not accepted within sqlite3 otherwise and slightly confusing
* docs: Release the 0.23 docsMohamed Bassem2025-03-2227-0/+1322
|
* feat(auth): Added env variable for OAuth timeout (#1136)Kaio Cesar2025-03-221-0/+1
| | | | | | | * feat(auth): add configurable OAuth timeout option * fix(config): change OAUTH_TIMEOUT to use z.coerce.number for better type handling * docs: Added instructions for OAUTH_TIMEOUT flag
* feat(workers): allows videoWorker to use ytdlp command line arguments ↵erik-nilcoast2025-03-161-0/+1
| | | | specified in the config. Fixes #775 #792 (#1117)
* fix: Move away from JSON outputs to structured outputs. Fixes #1047Mohamed Bassem2025-03-021-13/+14
|
* docs: Add instructions for node environment setup (#1078)Mosab Ibrahim2025-03-021-0/+59
| | | | Hoarder uses node version 22, and makes use of `corepack` features. Instructions for setting those up correctly were missing.
* fix: custom fetch wrapper for ollama inference. Fixes #656 (#1032)Gavin Mogan2025-02-161-12/+13
| | | | | | | | | | | | | | | | * Add configurable fetch timeout for Ollama client * Worker service needs access to the .env file * repair typescript types * Update customFetch.ts * update the config docs --------- Co-authored-by: sbarbett <shane@barbetta.me> Co-authored-by: Mohamed Bassem <me@mbassem.com>
* docs: Release the 0.22 docsMohamed Bassem2025-02-0227-0/+1259
|
* feat: Change default max upload size to 50MB up from 4MBMohamed Bassem2025-02-021-5/+5
|
* docs: Update single file docsMohamed Bassem2025-02-021-1/+11
|
* docs: Feature obsidian's plugin and hoarder's pipette in community projectsMohamed Bassem2025-02-011-4/+19
|