Package Details: hoarder 0.19.0-2

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: devome
Maintainer: devome
Last Packager: devome
Votes: 2
Popularity: 0.068436
First Submitted: 2024-05-27 09:59 (UTC)
Last Updated: 2024-11-12 09:45 (UTC)

Latest Comments

devome commented on 2024-09-04 01:56 (UTC) (edited on 2024-11-01 00:24 (UTC) by devome)

Do not use nodejs 22.7.0/22.8.0 and 23.x.x to make.

devome commented on 2024-05-27 10:01 (UTC) (edited on 2024-06-14 05:23 (UTC) by devome)

  • If you want to search full text, you can install meilisearch and set relative environment variables before starting hoarder.
  • If you want to automatically tag, you can install ollama and set relative environment variables, or set Open-AI api key environment variables.
  • Environment variables can be set in /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.
  • Run sudo systemctl enable --now hoarder.target to start hoarder after installed.
  • hoarder-cli has been separated as a separate package.