Skip to main content
Version: Next

Unraid

You can use Docker Compose Manager plugin to deploy Hoarder using the official docker compose file provided here. After creating the stack, you'll need to setup some env variables similar to that from the docker compose installation docs here.

Community Apps

info

The community application template is maintained by the community.

Hoarder can be installed on Unraid using the community application plugins. Hoarder is a multi-container service, and because unraid doesn't natively support that, you'll have to install the different pieces as separate applications and wire them manually together.

Here's a high level overview of the services you'll need:

  • Hoarder (Support post): Hoarder's main web app.
  • Browserless (Support post): The chrome headless service used for fetching the content. Hoarder's official docker compose doesn't use browserless, but it's currently the only headless chrome service available on unraid, so you'll have to use it.
  • MeiliSearch (Support post): The search engine used by Hoarder. It's optional but highly recommended. If you don't have it set up, search will be disabled.