aboutsummaryrefslogtreecommitdiffstats
path: root/docs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: add is:broken search qualifier for broken links (#2225)Mohamed Bassem2025-12-081-0/+1
| | | | | | | | | | | | | | | | | | | | Add a new search qualifier `is:broken` that allows users to filter bookmarks with broken or failed links. This matches the functionality on the broken links settings page, where a link is considered broken if: - crawlStatus is "failure" - crawlStatusCode is less than 200 - crawlStatusCode is greater than 299 The qualifier supports negation with `-is:broken` to find working links. Changes: - Add brokenLinks matcher type definition - Update search query parser to handle is:broken qualifier - Implement query execution logic for broken links filtering - Add autocomplete support with translations - Add parser tests - Update search query language documentation Co-authored-by: Claude <noreply@anthropic.com>
* docs: add karakeep integration for Home Assistant (#2196)Flo2025-11-301-0/+8
| | | | | | | | | | | | | | | | | | | * Update 13-community-projects.md Add Karakeep integration for Home Assistant * Update docs/docs/13-community-projects.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update docs/docs/13-community-projects.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update 13-community-projects.md --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* release(docs): release the 0.29 docsMohamed Bassem2025-11-29103-30/+6020
|
* docs: Add LOG_LEVEL to configuration documentation (#2166)Aaron Korte2025-11-231-0/+1
| | | | | | | * Add LOG_LEVEL to configuration options Added LOG_LEVEL configuration option for application logging. * Add missing trailing pipe
* docs: fix link to raycast extension (#1923)David2025-11-232-2/+2
| | | | | | | | | | | | | | | | | * Update 13-community-projects.md Updated the Raycast Extension link * tests: Add a test for listing lists * fix link * empty * empty --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* fix: add a way to allowlist all domains from ip validationMohamed Bassem2025-11-221-6/+6
|
* deps: Upgrade typescript to 5.9Mohamed Bassem2025-11-161-1/+1
|
* feat: add crawler domain rate limiting (#2115)Mohamed Bassem2025-11-091-23/+25
|
* release(docs): release the 0.28 docsMohamed Bassem2025-11-0888-23/+5308
|
* feat: Make search job timeout configurableMohamed Bassem2025-11-021-2/+3
|
* fix: Stricter SSRF validation (#2082)Mohamed Bassem2025-11-021-5/+6
| | | | | | | | | | | | | | | | | | | * fix: Stricter SSRF validation * skip dns resolution if running in proxy context * more fixes * Add LRU cache * change the env variable for internal hostnames * make dns resolution timeout configerable * upgrade ipaddr * handle ipv6 * handle proxy bypass for request interceptor
* docs: Add Azure configuration details for OpenAI-compatible API (#2072)Christoph Vollmann2025-10-261-0/+22
| | | | | | | | | | | * docs: Add Azure configuration details for OpenAI-compatible API * Update docs/docs/14-guides/05-different-ai-providers.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* feat: Allow configuring inline asset size thresholdMohamed Bassem2025-10-261-24/+25
|
* refactor: generalize tidy assets queue into admin maintenance (#2059)Mohamed Bassem2025-10-261-1/+1
| | | | | * refactor: generalize admin maintenance queue * more fixes
* fix: update OpenAI API to use max_completion_tokens instead of max_tokens ↵Benjamin Michaelis2025-10-251-0/+1
| | | | | | | | | | (#2000) * fix: update OpenAI API to use max_completion_tokens instead of max_tokens The OpenAI API has deprecated max_tokens in favor of max_completion_tokens for newer models. This change updates both text and image model calls. * feat: add support for max_completion_tokens in OpenAI inference configuration
* feat: support passing multiple proxy values (#2039)Mohamed Bassem2025-10-121-27/+28
| | | | | | | * feat: support passing multiple proxy values * fix typo * trim and filter
* docs: Add karakeep-sync to community projects (#1994)Siddharth Doshi2025-10-111-0/+7
| | | Added a new community project for syncing links from Hacker News and Reddit to Karakeep.
* docs: Add doc updates for prometheus metrics (#1957)Clayton O'Neill2025-09-281-1/+2
| | | | This adds documentation for `WORKERS_HOST` and clarifies token requirements for `PROMETHEUS_AUTH_TOKEN`.
* feat: Add scripts to migrate all content from one server to the otherMohamed Bassem2025-09-141-0/+71
|
* feat(search): add title search qualifier (#1940)Mohamed Bassem2025-09-131-0/+4
| | | | | | | * fix(search): include link titles in title matcher * docs(search): add title qualifier * docs: remove title qualifier from v0.27 guide
* docs: establish cloudflare redirects after the new lowercase docsMohamed Bassem2025-09-071-0/+4
|
* fix(docs): fix links to point to lowercase docsMohamed Bassem2025-09-0718-18/+18
|
* release(docs): release the 0.27 docsMohamed Bassem2025-09-0776-4/+5003
|
* feat: Add cookie support for browser page accessMohamed Bassem2025-09-071-2/+33
| | | | | | | | | | | * feat: Add cookie support for browser page access Implemented cookie functionality for browser page access, including BROWSER_COOKIE_PATH configuration to specify the cookies JSON file path. * fix the docs --------- Co-authored-by: lizz <lizong1204@gmail.com>
* feat(workers): add worker enable/disable lists (#1885)Mohamed Bassem2025-09-071-0/+2
|
* readme: Add floccus support to readme and docsMohamed Bassem2025-09-071-0/+1
|
* docs: readme mentions importers + enhancements (#1448)Olicorne2025-09-071-3/+5
| | | | | | | | | | | | | | | | | * doc: fix link to yt-dlp + on its own line * doc: better teaser in the readme * doc: mention the importers as features * doc: mention clients exist * doc: fix typo * minor modifications --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* fix(docs): typo: Optaining -> Obtaining in 09-command-line.md (#1850)Yinan2025-08-301-1/+1
|
* doc: clarify that groups can't be negated (#1881)Olicorne2025-08-301-1/+1
|
* feat: Export prometheus metrics from the workersMohamedBassem2025-08-221-17/+19
|
* feat: generate a random prometheus token on startupMohamedBassem2025-08-221-1/+1
|
* Revert "deps: Upgrade nextjs to 15.5"MohamedBassem2025-08-201-2/+2
| | | | This reverts commit be420c9aebb0f2d343a0c94327fddc089f56d402.
* deps: Upgrade nextjs to 15.5MohamedBassem2025-08-201-2/+2
|
* deps: Upgrade expo & nextjs to react 19 (#1565)Mohamed Bassem2025-08-201-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Attempt to upgrade expo 53 * Attempt upgrade nextjs * Fix a bunch of peer deps * upgrade some docs deps * fix typecheck * update the shadcn calendar component * more fixes * more fixes * revert ollama upgrade * update react version to use carets * remove react-select from landing * fix the typescript error caused by customFetch * upgrade the new grid user setting to nextjs 15 * mobile: enable react canary to support react 19.1 * upgrade react native menu * fix navigation context error
* docs: Fix the name of the development sectionMohamedBassem2025-08-201-1/+1
|
* docs: rename docs into actual name in a separate commitxuatz2025-08-2020-0/+0
|
* docs: rename docs into tmp name in a separate commitxuatz2025-08-2037-987/+0
|
* fix(docs): Fix git case sensitivity Take 3MohamedBassem2025-07-2739-1/+1985
|
* fix(docs): Fix git case sensitivity Take 2MohamedBassem2025-07-2773-1974/+2953
|
* fix(docs): Fix git case sensitivityMohamedBassem2025-07-2756-2953/+987
|
* deps: Upgrade docusourusMohamedBassem2025-07-271-5/+5
|
* fix(docs): Fix the docs one more timeMohamedBassem2025-07-2742-85/+79
|
* docs: Drop docs older than 0.21MohamedBassem2025-07-27108-4434/+0
|
* feat: Add a max output tokens env variableMohamed Bassem2025-07-201-0/+1
|
* docs: Release the 0.26.0 docsMohamed Bassem2025-07-2070-0/+4950
|
* docs: Update api docs in prep for the 0.26.0 releaseMohamed Bassem2025-07-2013-24/+107
|
* docs: Restructure the config docs a bitMohamed Bassem2025-07-201-25/+18
|
* feat: Allow enabling journaling mode on the dbMohamed Bassem2025-07-191-18/+18
|
* fix: Rename the proxy settings such that they don't interfer with other requestsMohamed Bassem2025-07-191-3/+3
|
* feat(mobile): Add user setting for default bookmark view mode (#1723)xuatz2025-07-172-3/+59
| | | | | | | | | | | | | | | | | * feat(mobile): add user setting for default bookmark view mode * regen db migration script * clean up implementation * Update docs/docs/07-Development/01-setup.md * Update GEMINI.md * use local setting instead of storing value in db * improve start-dev.sh to also handle for db migration * rename mobileBookmarkClickDefaultViewMode to defaultBookmarkView for consistency