| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs: Add Kubernetes installation with Kustomize (#324) | Jose Fuentes Castillo | 2024-07-28 | 1 | -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 cheaper | MohamedBassem | 2024-07-27 | 2 | -4/+4 |
| | | |||||
| * | [docs] Change the docs to versioned | MohamedBassem | 2024-07-21 | 18 | -0/+609 |
| | | |||||
| * | landing: update landing page to include bulk actions | MohamedBassem | 2024-07-06 | 1 | -1/+1 |
| | | |||||
| * | docs: add Arch Linux installation docs (#223) | devome | 2024-06-18 | 1 | -0/+48 |
| | | | | | | * add Arch Linux installation * add notice | ||||
| * | docs: Document the new CRAWLER_FULL_PAGE_ARCHIVE flag | MohamedBassem | 2024-05-26 | 1 | -0/+1 |
| | | |||||
| * | feature: Allow import Netscape HTML format (#163) | kamtschatka | 2024-05-25 | 1 | -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 URLs | MohamedBassem | 2024-05-19 | 1 | -1/+1 |
| | | |||||
| * | docs: Change references from the old repo URL to the new one | MohamedBassem | 2024-05-19 | 5 | -10/+10 |
| | | |||||
| * | docs: Add documentation for installing hoarder on unraid. Fixes #81 | MohamedBassem | 2024-05-18 | 2 | -3/+22 |
| | | |||||
| * | feature(inference): Upgrade the default vision model to the new ↵ | MohamedBassem | 2024-05-16 | 1 | -1/+1 |
| | | | | | gpt-4o-2024-05-13 which is faster and 2x cheaper | ||||
| * | feature(crawler): Allow connecting to browser's websocket address and ↵ | MohamedBassem | 2024-05-15 | 1 | -8/+11 |
| | | | | | launching the browser on demand. This enables support for browserless | ||||
| * | feature(worker): Allow configuring redis with a password | MohamedBassem | 2024-05-15 | 1 | -0/+1 |
| | | |||||
| * | feature: Take full page screenshots #143 (#148) | kamtschatka | 2024-05-12 | 1 | -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) | kamtschatka | 2024-05-10 | 1 | -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 docs | MohamedBassem | 2024-05-06 | 2 | -2/+2 |
| | | |||||
| * | feature(crawler): Allow increasing crawler concurrency and configure storing ↵ | MohamedBassem | 2024-04-26 | 1 | -4/+7 |
| | | | | | images and screenshots | ||||
| * | docs: Update docs to include the links to the android app | MohamedBassem | 2024-04-24 | 3 | -5/+5 |
| | | |||||
| * | docs: Update the CLI docs to reference the published NPM package | MohamedBassem | 2024-04-24 | 2 | -7/+90 |
| | | |||||
| * | fix(docs): Update the social image from the generic docusaurus image | MohamedBassem | 2024-04-23 | 2 | -2/+1 |
| | | |||||
| * | fix: Increase default navigation timeout to 30s, make it configurable and ↵ | MohamedBassem | 2024-04-11 | 1 | -3/+4 |
| | | | | | add retries to crawling jobs | ||||
| * | feature(inference): Upgrade the default vision model to the new gpt-4-turbo | MohamedBassem | 2024-04-09 | 2 | -9/+9 |
| | | |||||
| * | fix(workers): Increase default timeout to 60s, make it configurable and ↵ | MohamedBassem | 2024-04-06 | 1 | -0/+6 |
| | | | | | improve logging | ||||
| * | docs: Fix some typos in the importing docs | MohamedBassem | 2024-04-02 | 2 | -6/+6 |
| | | |||||
| * | docs: Add some wiki page about importing links from chrome. #7 | MohamedBassem | 2024-04-02 | 1 | -0/+28 |
| | | |||||
| * | feature: Include server version in the admin UI. Fixes #66 | MohamedBassem | 2024-04-02 | 1 | -12/+13 |
| | | |||||
| * | docs: Add NEXTAUTH_URL to installation instruction. Fixes #5 | MohamedBassem | 2024-04-02 | 3 | -15/+24 |
| | | |||||
| * | featuer: Introduce a new CLI for mass manipulation of bookmarks | MohamedBassem | 2024-04-02 | 1 | -0/+26 |
| | | |||||
| * | feat(workers): Allow configuring the language in which the tags are ↵ | MohamedBassem | 2024-04-02 | 1 | -0/+1 |
| | | | | | generated. Fixes #68 | ||||
| * | docs: Update the quick sharing docs | MohamedBassem | 2024-03-31 | 1 | -4/+5 |
| | | |||||
| * | Fix typo in docs | Marco Cedaro | 2024-03-30 | 1 | -1/+1 |
| | | |||||
| * | readme: Update the readme to include the test flight link | MohamedBassem | 2024-03-29 | 1 | -1/+1 |
| | | |||||
| * | readme: Update the readme to include the android app tracking issue | MohamedBassem | 2024-03-29 | 1 | -1/+1 |
| | | |||||
| * | feature: Change maximum asset size to be configurable. Fixes #33 | MohamedBassem | 2024-03-27 | 1 | -11/+13 |
| | | |||||
| * | fix: Attempt to increase the reliability of the ollama inference | MohamedBassem | 2024-03-27 | 1 | -1/+1 |
| | | |||||
| * | docs: Add a warning around the experimental nature of ollama, and add update ↵ | MohamedBassem | 2024-03-27 | 2 | -1/+20 |
| | | | | | instructions | ||||
| * | docs: Document the newly approved firefox addon. Fixes #4 | MohamedBassem | 2024-03-27 | 1 | -1/+1 |
| | | |||||
| * | docs: Document the DISABLE_SIGNUPS config flag. Fixes #8 | MohamedBassem | 2024-03-27 | 1 | -0/+1 |
| | | |||||
| * | feature: Allow specifying a specific redis db to use. Fixes #13 | MohamedBassem | 2024-03-27 | 1 | -14/+15 |
| | | |||||
| * | feature: Add support for local models using ollama | MohamedBassem | 2024-03-27 | 3 | -4/+24 |
| | | |||||
| * | docs: Update logo in all screenshots | MohamedBassem | 2024-03-26 | 10 | -0/+21 |
| | | |||||
| * | ui: Migrate to the new logo everywhere | MohamedBassem | 2024-03-26 | 4 | -2/+19 |
| | | |||||
| * | chore: Refactor tailwind in all apps to use the tooling package | MohamedBassem | 2024-03-23 | 1 | -1/+0 |
| | | |||||
| * | feature(web): Add dark mode support | MohamedBassem | 2024-03-23 | 3 | -0/+5 |
| | | |||||
| * | docs: Add screenshots, and update other docs | MohamedBassem | 2024-03-22 | 19 | -18/+46 |
| | | |||||
| * | landing: Add the demo link to the landing page and mention it in the docs | MohamedBassem | 2024-03-21 | 2 | -12/+24 |
| | | |||||
| * | docs: Add docs for installation, configuration and development | MohamedBassem | 2024-03-20 | 23 | -390/+259 |
| | | |||||
| * | fix(docs): Fix broken links in docs build | MohamedBassem | 2024-03-19 | 1 | -2/+2 |
| | | |||||
| * | docs: Bootstrap docusaurus docs | MohamedBassem | 2024-03-19 | 20 | -0/+690 |
