aboutsummaryrefslogtreecommitdiffstats
path: root/docs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: Add support for embeddings in the inference interface (#403)Mohammed Farghal2024-12-291-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * support embeddings generation in inference.ts (cherry picked from commit 9ae8773ad13ed87af8f72f167bdd56e02ea66f15) * make AI worker generate embeddings for text bookmark * make AI worker generate embeddings for text bookmark * fix unintentional change -- inference image model * support embeddings for PDF bookmarks * Upgrade drizzle-kit Existing version is not working with the upgraded version of drizzle-orm. I removed the "driver" to the match the new schema of the Config. Quoting from their Config: * `driver` - optional param that is responsible for explicitly providing a driver to use when accessing a database * *Possible values*: `aws-data-api`, `d1-http`, `expo`, `turso`, `pglite` * If you don't use AWS Data API, D1, Turso or Expo - ypu don't need this driver. You can check a driver strategy choice here: https://orm. * fix formatting and lint * add comments about truncate content * Revert "Upgrade drizzle-kit" This reverts commit 08a02c8df4ea403de65986ed1265940c6c994a20. * revert keep alive field in Ollama * change the interface to accept multiple inputs * docs --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* docs: Add troubleshooting guideMohamed Bassem2024-12-293-0/+33
|
* docs: Add Telegram Bot to community projects (#783)Miguel Hernández2024-12-282-0/+16
|
* readme: Update readme with new featuresMohamed Bassem2024-12-281-2/+4
|
* docs: Update security-considerations.md to fix a typo (#762)Mark Pitblado2024-12-282-2/+2
| | | | | | | * Update 08-security-considerations.md Add missing "t" to "untrusted" * fix: add missing "t" to untrusted
* docs: Fix broken link in Debian/Ubuntu install doc (#749)Chris2024-12-222-2/+2
| | | | | * Fix broken link in Debian/Ubuntu install doc * Fix broken link in 0.20.0 versioned docs
* docs: Minor language changes to the docker installation docs (#615)Mike Pond2024-12-221-2/+10
| | | Changed some language in the docker installation documentation that I found confusing when I tried to follow the steps.
* docs: Release the 0.20 docsMohamed Bassem2024-12-2224-0/+1016
|
* docs: Add minimal installation docs, and fix other docsMohamed Bassem2024-12-223-17/+71
|
* feature: Add an admin notice about the usage of the legacy container imagesMohamed Bassem2024-12-211-0/+66
|
* docs: Add the community projects page to docsMohamed Bassem2024-12-211-0/+24
|
* docs: Add Linux install script and documentation (#707)vhsdream2024-12-021-0/+70
| | | | | | | * Add Linux install script and documentation * Simplify Documentation - remove make executable * Update script: remove output suppression, other small changes
* feature: Add support for tag placeholders in custom prompts. #111 (#612)kamtschatka2024-11-241-0/+5
| | | | | | | | | | * PR for #111 added a $tags,$aiTags and $userTags placeholder that will be replaced with all tags, ai tags or user tags during inference * Use the new buildImpersonatingTRPCClient util --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* docs: Fix docs buildMohamedBassem2024-11-241-1/+2
|
* deps(mobile): Upgrade to Expo 52 (#692)Mohamed Bassem2024-11-241-2/+2
| | | | | | | | | | | * fix(mobile): Sharing bookmark modal * WIP: Upgrade to 52 * post ugprade fixes * more fixes * fix padding in tabbar
* docs: Add pikapods.com as installation option (#676)Manu2024-11-231-0/+28
| | | | | | | | | | | * Add pikapods.com as install option * Include info about the pricing and the initial credit * Fix typo in docs --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* fix(workers): Don't block connection to chrome when failing to download ↵Mohamed Bassem2024-11-211-0/+1
| | | | adblock list. #674
* docker: Upgrade meilisearch to v1.11.1 (#629)Marc2024-11-101-1/+1
|
* docs: Release the 0.19 docsMohamed Bassem2024-11-0919-0/+768
|
* readme: Add RSS, REST API and video archival to READMEMohamed Bassem2024-11-091-1/+3
|
* docs: Add documentation about how to import from pocket and omnivoreMohamed Bassem2024-11-092-40/+25
|
* docs: Update CLI importing docs to better handle large collections (#630)Bjorn Monnens2024-11-091-0/+13
| | | Importing through a bash script, necessary in case the errror "xargs: command line cannot be assembled, too long" occurs. Only tested on Mac, but should work on all environments
* feature: Archive videos using yt-dlp. Fixes #215 (#525)kamtschatka2024-10-281-12/+15
| | | | | | | | | | | | | | | | | | | | | * Allow downloading more content from a webpage and index it #215 Added a worker that allows downloading videos depending on the environment variables refactored the code a bit added new video asset updated documentation * Some tweaks * Drop the dependency on the yt-dlp wrapper * Update openapi specs * Dont log an error when the url is not supported * Better handle supported websites that dont download anything --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* docs: Add a FAQ page (#590)kamtschatka2024-10-271-0/+58
| | | | | | * How do I set the variable "user" or "system" for AI inference #262 changed from system to user * added FAQ regarding user management
* feature: Add OCR support for images. Fixes #296Mohamed Bassem2024-10-202-1/+12
|
* docs: Add link to discord to navbarMohamed Bassem2024-10-201-0/+5
|
* docs: Generate OpenAPI docsMohamed Bassem2024-10-202-11/+22
|
* docs: Release the 0.18 docsMohamedBassem2024-10-1318-0/+696
|
* docs: Add a section to installation docs about optional featuresMohamedBassem2024-10-121-2/+6
|
* docs: Remove the warning about ollama being newMohamedBassem2024-10-122-4/+5
|
* feature: Allow customizing the inference's context lengthMohamedBassem2024-10-121-10/+11
|
* feature: Allow to disable default password login after SSO is configured. ↵kamtschatka2024-10-121-2/+2
| | | | | | | | | | Fixes #406 (#502) * [Feature Request] Allow to disable default password log in after SSO is configured #406 changed the flag to also disallow logging in via password The extensions will also no longer be allowed to log in via username/password then * [Feature Request] Allow to disable default password log in after SSO is configured #406 added the error message for OAuth
* feature: Allow disabling password signups (#413)kamtschatka2024-10-061-0/+1
| | | | | | | | | | * [Feature Request] Allow to disable default password log in after SSO is configured #406 Added the DISABLE_LOCAL_SIGNUPS that can be used to force OAuth signups only * rename local signups to password signups --------- Co-authored-by: MohamedBassem <me@mbassem.com>
* docs: Fix typo in installation docs (#465)Jared Nipper2024-10-051-1/+1
|
* docs: Release the 0.17 docsMohamedBassem2024-09-2218-0/+689
|
* feature(web): Add support for importing bookmarks from PocketMohamedBassem2024-09-211-1/+1
|
* feature(web): Preserve title, tags and createdAt when importing a netscape ↵MohamedBassem2024-09-211-3/+3
| | | | html. Fixes #401
* docs: Fix docs build and add sso to readmeMohamedBassem2024-09-152-9/+14
|
* feature: Added support for custom OIDC providers to set up authentication. ↵kamtschatka2024-09-151-1/+21
| | | | | | | | | | | | | | | | | | | | | | | Fixes #92 (#307) * https://github.com/hoarder-app/hoarder/issues/92 Added support for custom OIDC providers to set up authentication * Added support for custom OIDC providers to set up authentication #92 Showing OAuth errors in the signin page * Added support for custom OIDC providers to set up authentication #92 Added the possibility to log in using an API key in case OAuth is used * Added support for custom OIDC providers to set up authentication #92 improved the code to also promote the first user to admin if OAuth is used * revert extension changes * Simplify admin checks --------- Co-authored-by: MohamedBassem <me@mbassem.com>
* feature(worker): Allow configuring inference job timeout and ollama keep ↵MohamedBassem2024-09-151-18/+20
| | | | alive. Fixes #389 #224
* docs: Update screenshots in docsMohamedBassem2024-09-085-0/+0
|
* readme: Add full page archive and bulk actions to readmeMohamedBassem2024-09-081-0/+2
|
* docs: Remove references to redis and workers from docsMohamedBassem2024-08-316-24/+4
|
* docs: Remove redis env variables from the configMohamedBassem2024-08-312-8/+0
|
* docs: Publish the docs for version 0.16.0MohamedBassem2024-08-3118-0/+674
|
* docs: Add Kubernetes installation with Kustomize (#324)Jose Fuentes Castillo2024-07-281-0/+71
| | | | | | | | | * Add kubernetes installation * Add kubernetes installation docs * Simplify config * Remove the patch to use only amd64 nodes and add sample env file
* feat: Upgrade default openai models to gpt-4o-mini which are 3x cheaperMohamedBassem2024-07-272-4/+4
|
* [docs] Change the docs to versionedMohamedBassem2024-07-2118-0/+609
|
* landing: update landing page to include bulk actionsMohamedBassem2024-07-061-1/+1
|
* docs: add Arch Linux installation docs (#223)devome2024-06-181-0/+48
| | | | | * add Arch Linux installation * add notice