Arch Linux
Installation
Hoarder on AUR is not maintained by the hoarder official.
-
Install hoarder
paru -S hoarder -
(Optional) Install optional dependencies
# meilisearch: for full text search
paru -S meilisearch
# ollama: for automatic tagging
paru -S ollama
# hoarder-cli: hoarder cli tool
paru -S hoarder-cliYou can use Open-AI instead of
ollama. If you useollama, you need to download the ollama model. Please refer to: https://ollama.com/library. -
Set up
Environment variables can be set in
/etc/hoarder/hoarder.envaccording to configuration page. The environment variables that are not specified in/etc/hoarder/hoarder.envneed to be added by yourself. -
Enable service
sudo systemctl enable --now hoarder.targetThen visit
http://localhost:3000and you should be greated with the Sign In page.
Services and Ports
hoarder.target include 3 services: hoarder-web.service, hoarder-works.service, hoarder-browser.service.
-
hoarder-web.service: Provide hoarder WebUI service, use3000port default. -
hoarder-works.service: Provide hoarder works service, no port. -
hoarder-browser.service: Provide browser headless service, use9222port default.