aboutsummaryrefslogtreecommitdiffstats
path: root/docs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* feat: Add proper proxy support. fixes #1265Mohamed Bassem2025-07-131-0/+15
|
* deps: Upgrade typescript to 5.8Mohamed Bassem2025-07-121-1/+1
|
* feat: Add API ratelimitsMohamed Bassem2025-07-101-0/+1
|
* feat: Add support for email verificationMohamed Bassem2025-07-101-18/+32
|
* feat: Add prometheus monitoring. Fixes #758Mohamed Bassem2025-07-061-18/+18
|
* feat(workers): Allow custmoizing max parallelism for a bunch of workers. ↵Mohamed Bassem2025-07-051-0/+12
| | | | Fixes #724
* feat: Add support for S3 as an asset storage layer (#1703)Mohamed Bassem2025-07-041-10/+31
| | | | | | | | | * feat: Add support for S3 as an asset storage layer. Fixes #305 * some minor fixes * use bulk deletion api * stream the file to s3
* chore: More oxlint changesMohamed Bassem2025-06-221-3/+0
|
* chore: migrate away from eslint to oxlint (#1642)xuatz2025-06-222-8/+35
| | | | | | | * chore: migrate away from eslint to oxlint * revert turbo task name lint * it seems like we can remove the seemingly default globals
* docs: update meilisearch key generation instruction (#1651)Kyle Wilson2025-06-2213-13/+14
| | | | | * add pipe for trimming invalid characters when generating meili master key * fix table row for MEILI_MASTER_KEY in versioned_docs
* docs: Mention the community safari extension in the quick sharing docs (#1562)simplytoast12025-06-151-0/+3
| | | | | | | | | | | | | | | * Update 05-quick-sharing.md Added community project extensions * Update docs/versioned_docs/version-v0.25.0/05-quick-sharing.md Co-authored-by: Mohamed Bassem <me@mbassem.com> * Update the main docs not the versioned ones --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* docs: Release the 0.25.0 docsMohamed Bassem2025-06-0889-173/+5149
|
* readme: Small readme fixesMohamed Bassem2025-06-071-2/+3
|
* feat: Allow specifying the overwrite mode for singlefile archives. Fixes #1125Mohamed Bassem2025-06-011-0/+16
|
* feat: add user customisable default archive display behaviour (#1505)xuatz2025-06-011-3/+2
| | | | | | | | | | | | | | | | | * fix typo * implementation * bug fix and refactoring * Use nuqs for searchParam management * remove the todo about the tests * fix tests --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* docs: mention the list of example scripts for the community api (#1484)Olicorne2025-06-011-0/+9
| | | | | | | * doc: mention the list of example scripts for the community api * doc: mention each community scripts * doc: remove sort of obsolete community scripts