Search Criteria
Package Details: hoarder 0.21.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/hoarder.git (read-only, click to copy) |
---|---|
Package Base: | hoarder |
Description: | A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full text search |
Upstream URL: | https://github.com/hoarder-app/hoarder |
Licenses: | AGPL-3.0-or-later |
Submitter: | evine |
Maintainer: | evine |
Last Packager: | evine |
Votes: | 3 |
Popularity: | 0.55 |
First Submitted: | 2024-05-27 09:59 (UTC) |
Last Updated: | 2025-01-19 09:18 (UTC) |
Dependencies (10)
- chromium (ungoogled-chromium-gitAUR, ungoogled-chromium-xdgAUR, ungoogled-chromium-xdg-binAUR, chromium-no-extrasAUR, ungoogled-chromium-binAUR, ungoogled-chromiumAUR)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogen, nodejs-lts-iron, nodejs-lts-jod)
- pnpm (yarn-pnpm-corepackAUR, pnpm-binAUR, corepackerAUR)
- git (git-gitAUR, git-glAUR) (make)
- jq (jaq-binAUR, jq-gitAUR) (make)
- pnpm (yarn-pnpm-corepackAUR, pnpm-binAUR, corepackerAUR) (make)
- hoarder-cliAUR (optional) – hoarder cli tool
- meilisearch (meilisearch-gitAUR) (optional) – for full text search
- ollama (ollama-cuda-gitAUR, ollama-nogpu-gitAUR, ollama-rocm-gitAUR, ollama-gitAUR) (optional) – for automatic tagging
- yt-dlp (yt-dlp-gitAUR) (optional) – for download video
Latest Comments
kageyama commented on 2025-01-27 07:37 (UTC)
In the service file DATA_DIR=/var/lib/hoarder and these's .tmpfiles for this directory. Won't this delete the data_dir ?
evine commented on 2024-09-04 01:56 (UTC) (edited on 2025-01-18 10:48 (UTC) by evine)
nodejs
, you need to recompile.yarn
.evine commented on 2024-05-27 10:01 (UTC) (edited on 2024-06-14 05:23 (UTC) by evine)
meilisearch
and set relative environment variables before starting hoarder.ollama
and set relative environment variables, or set Open-AI api key environment variables./etc/hoarder/hoarder.env
according to https://docs.hoarder.app/configuration. The environment variables that are not specified in/etc/hoarder/hoarder.env
need to be added by yourself.sudo systemctl enable --now hoarder.target
to start hoarder after installed.hoarder-cli
has been separated as a separate package.