All apps · 0 apps
Hearchco---Agent
Docker app from grtgbln's Repository
Overview
Hearchco is a distributed and fast metasearch engine that respects your privacy.
Install Hearchco---Agent on Unraid in a few clicks.
Find Hearchco---Agent in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Open the Apps tab on your Unraid server Search Community Apps for Hearchco---Agent Review the template variables and paths Click Install
Requirements
This is the agent/backend for the Hearchco metasearch engine. It requires a frontend to also be running.
This application requires a separate Redis database.
Related apps
Explore more like this
Explore allDetails
Repository
ghcr.io/hearchco/agent:latestLast Updated2026-06-29
First Seen2024-10-15
Runtime arguments
- Network
bridge- Privileged
- false
Template configuration
Application PortPorttcp
Port over which the frontend will communicate with this backend
- Target
- 8000
- Default
- 8000
- Value
- 8000
Frontend URLsVariable
Comma-separated list of frontend URLs that are allowed to communicate with this backend. Replace with IP:PORT or domain of your frontend
- Target
- HEARCHCO_SERVER_FRONTENDURLS
- Default
- http://localhost:3000
- Value
- http://localhost:3000
Redis HostVariable
Host of the Redis database
- Target
- HEARCHCO_SERVER_CACHE_REDIS_HOST
Redis PortVariable
Port of the Redis database
- Target
- HEARCHCO_SERVER_CACHE_REDIS_PORT
- Default
- 6379
- Value
- 6379
Redis PasswordVariable
Password of the Redis database
- Target
- HEARCHCO_SERVER_CACHE_REDIS_PASSWORD
Image Proxy Secret KeyVariable
Secret key used for hashing image URLs in the image proxy. Should be at least 32 characters long.
- Target
- HEARCHCO_SERVER_IMAGEPROXY_SECRETKEY
Cache TypeVariable
Type of cache to use. Not recommended to change.
- Target
- HEARCHCO_SERVER_CACHE_TYPE
- Default
- redis|dynamodb|none