-
### Describe the Bug
https://docs.hoarder.app/Installation/docker
i try to run hoarder with docker compose,but failed.
### Steps to Reproduce
1. create .env
```
HOARDER_VERSION=rel…
-
### Describe the Bug
hoarder-web-1 | 2024-10-20T13:17:11.013Z info: Workers version: 0.18.0
hoarder-web-1 | 2024-10-20T13:17:11.032Z info: [Crawler] Connecting to existing browser instance: http:/…
-
I modify the docker-compose.yml a bit to make hoarder use local ollama inference. Here is the modified yml file.
```
version: "3.8"
services:
web:
image: ghcr.io/hoarder-app/hoarder-web:$…
-
Hi!
First of all, this project has been a joy to use. I remember making my own version back in college years ago in a rudimentary fashion, but this is way better built. Kudos!
What I wanted to d…
-
I seem to have a URL that gets hoarder stuck in a loop where it tries to crawl, then recrawls, etc. It only stops when I delete the bookmark.
Please let me know if you need any more info than what …
-
### Describe the Bug
I am running AI tagging with Ollama and I have set the timeout to INFERENCE_JOB_TIMEOUT_SEC=1200. This is not respected, if the query runs longer than 5 minutes, it just fails wi…
-
Hi,
I'm trying to connect through the Firefox add-on via reverse nginx proxy (I use SWAG), however I get this error when trying to login:
`NetworkError when attempting to fetch resource.`
I'm …
-
I downloaded the Android app and noticed that the expand button to see the cached text for articles is missing. When I click on an entry it only shows the thumbnail image, a link to the source page, t…
-
There is an env var in .env file: NEXTAUTH_URL
By default, it's "http://localhost:3000", and the admin is supposed to change it to "https://myhoarder.myname.com".
This is not very friendly to re…
-
### Describe the feature you'd like
Support hooking custom user code into the bookmark process. A `/scripts` directory could be mounted where named callbacks would be exported. For example, `my-scrip…