aboutsummaryrefslogtreecommitdiffstats
path: root/docs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* deps: Upgrade typescript to 5.7Mohamed Bassem2025-02-011-1/+1
|
* docs: Various Kubernetes deployment improvements (#862)Eric B2025-01-191-4/+45
| | | | | | | | | | | | | | | | | | | | | | * changed the secrets from configmap to secret object, create ingress instead of loadbalancer. Implemented the generation of a secret from the .env file and then put as environment variables into the deployments. Nextauth_URL is now set in the kustomization file and is then generated into a configmap and put as an env into the deployments. Opionated change: the web service is now a clusterIP Service and an ingress object is included. * changed the tls secret name in kustomize to a more example name * fixed image name in kustomization so the version tag gets replaced properly * tags are without v, otherwise we get an imagepullerror * removed unneccessary parts of the .env.sample * split env and secrets, added documentation, created sample ingress. changed the default from ingress back to Loadbalancer. Added Documentation on how to change to ingress and add TLS Support. split env to secret and env file which have to be configured before deploying.
* feat: Change webhooks to be configurable by usersMohamed Bassem2025-01-191-5/+2
|
* feat(webhook): Implement webhook functionality for bookmark events (#852)玄猫2025-01-191-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | * feat(webhook): Implement webhook functionality for bookmark events - Added WebhookWorker to handle webhook requests. - Integrated webhook triggering in crawlerWorker after video processing. - Updated main worker initialization to include WebhookWorker. - Enhanced configuration to support webhook URLs, token, and timeout. - Documented webhook configuration options in the documentation. - Introduced zWebhookRequestSchema for validating webhook requests. * feat(webhook): Update webhook handling and configuration - Changed webhook operation type from "create" to "crawled" in crawlerWorker and documentation. - Enhanced webhook retry logic in WebhookWorker to support multiple attempts. - Updated Docker configuration to include new webhook environment variables. - Improved validation for webhook configuration in shared config. - Adjusted zWebhookRequestSchema to reflect the new operation type. - Updated documentation to clarify webhook configuration options and usage. * minor modifications --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* docs: Fix type in intro.md (#901)Zaza2025-01-191-1/+1
| | | Fixed a simple typo
* feat: Add ability to filter by bookmark typeMohamed Bassem2025-01-121-13/+14
|
* feat: Add support for singlefile extension uploads. #172Mohamed Bassem2025-01-111-0/+20
|
* docs: Fix openAI pricing link (#816)Jack Bailey2025-01-111-1/+1
| | | | | * Fix openAI pricing link * Edit the correct file
* docs: Fix type in the docs hightly -> highly (#853)Andy George2025-01-1115-15/+15
|
* docs: Release the 0.21 docsMohamed Bassem2025-01-0526-0/+1142
|