aboutsummaryrefslogtreecommitdiffstats
path: root/docs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* docs: Document the new CRAWLER_FULL_PAGE_ARCHIVE flagMohamedBassem2024-05-261-0/+1
|
* feature: Allow import Netscape HTML format (#163)kamtschatka2024-05-251-8/+25
| | | | | | | | | | | | | | * [Feature request] Netscape HTML format import/export #96 added the possibility to add exported bookmarks via the webUI for ease of use * [Feature request] Netscape HTML format import/export #96 updated the documentation * Extract the parser into its own file and reuse the existing bookmark upload logic --------- Co-authored-by: kamtschatka <simon.schatka@gmx.at> Co-authored-by: MohamedBassem <me@mbassem.com>
* docker: Update docker images to point to the new repo URLsMohamedBassem2024-05-191-1/+1
|
* docs: Change references from the old repo URL to the new oneMohamedBassem2024-05-195-10/+10
|
* docs: Add documentation for installing hoarder on unraid. Fixes #81MohamedBassem2024-05-182-3/+22
|
* feature(inference): Upgrade the default vision model to the new ↵MohamedBassem2024-05-161-1/+1
| | | | gpt-4o-2024-05-13 which is faster and 2x cheaper
* feature(crawler): Allow connecting to browser's websocket address and ↵MohamedBassem2024-05-151-8/+11
| | | | launching the browser on demand. This enables support for browserless
* feature(worker): Allow configuring redis with a passwordMohamedBassem2024-05-151-0/+1
|
* feature: Take full page screenshots #143 (#148)kamtschatka2024-05-121-0/+1
| | | | | | Added the fullPage flag to take full screen screenshots updated the UI accordingly to properly show the screenshots instead of scaling it down Co-authored-by: kamtschatka <simon.schatka@gmx.at>
* Development Instructions are incomplete/not working (fixes #145) (#146)kamtschatka2024-05-101-1/+3
| | | | | updated the documentation on how to set up the development environment Co-authored-by: kamtschatka <simon.schatka@gmx.at>
* readme: Add the iOS app store link to the readme and docsMohamedBassem2024-05-062-2/+2
|
* feature(crawler): Allow increasing crawler concurrency and configure storing ↵MohamedBassem2024-04-261-4/+7
| | | | images and screenshots
* docs: Update docs to include the links to the android appMohamedBassem2024-04-243-5/+5
|
* docs: Update the CLI docs to reference the published NPM packageMohamedBassem2024-04-242-7/+90
|
* fix(docs): Update the social image from the generic docusaurus imageMohamedBassem2024-04-232-2/+1
|
* fix: Increase default navigation timeout to 30s, make it configurable and ↵MohamedBassem2024-04-111-3/+4
| | | | add retries to crawling jobs
* feature(inference): Upgrade the default vision model to the new gpt-4-turboMohamedBassem2024-04-092-9/+9
|
* fix(workers): Increase default timeout to 60s, make it configurable and ↵MohamedBassem2024-04-061-0/+6
| | | | improve logging
* docs: Fix some typos in the importing docsMohamedBassem2024-04-022-6/+6
|
* docs: Add some wiki page about importing links from chrome. #7MohamedBassem2024-04-021-0/+28
|
* feature: Include server version in the admin UI. Fixes #66MohamedBassem2024-04-021-12/+13
|
* docs: Add NEXTAUTH_URL to installation instruction. Fixes #5MohamedBassem2024-04-023-15/+24
|
* featuer: Introduce a new CLI for mass manipulation of bookmarksMohamedBassem2024-04-021-0/+26
|
* feat(workers): Allow configuring the language in which the tags are ↵MohamedBassem2024-04-021-0/+1
| | | | generated. Fixes #68
* docs: Update the quick sharing docsMohamedBassem2024-03-311-4/+5
|
* Fix typo in docsMarco Cedaro2024-03-301-1/+1
|
* readme: Update the readme to include the test flight linkMohamedBassem2024-03-291-1/+1
|
* readme: Update the readme to include the android app tracking issueMohamedBassem2024-03-291-1/+1
|
* feature: Change maximum asset size to be configurable. Fixes #33MohamedBassem2024-03-271-11/+13
|
* fix: Attempt to increase the reliability of the ollama inferenceMohamedBassem2024-03-271-1/+1
|
* docs: Add a warning around the experimental nature of ollama, and add update ↵MohamedBassem2024-03-272-1/+20
| | | | instructions
* docs: Document the newly approved firefox addon. Fixes #4MohamedBassem2024-03-271-1/+1
|
* docs: Document the DISABLE_SIGNUPS config flag. Fixes #8MohamedBassem2024-03-271-0/+1
|
* feature: Allow specifying a specific redis db to use. Fixes #13MohamedBassem2024-03-271-14/+15
|