I can't get it to do a search.

https://demo.hister.org/

GITHUB

hister.org

histerdocker

This is the config I used.

altr

17 points · 4 comments · view on lemmy.world

4 Comments

mhzawadi@lemmy.horwood.cloud · 2 pts · 87d

looks like you need to check the config and see if the crawler is setup right

thagoat@lemmy.dbzer0.com · 1 pts · 87d (3 replies)

It's seems to be a bug in the latest version. In your compose change latest to v0.13.0 and issue 'docker compose up -d'

Droopy@programming.dev · 1 pts · 83d (1 reply)

5/12/26, 7:21:30 AM2026-05-12T07:21:30Z | DEBUG | config/config.go:340 > No config file found, using default config 5/12/26, 7:21:30 AM2026-05-12T07:21:30Z | DEBUG | config/config.go:332 > Loaded configuration from environment variable env=HISTER__SERVER__ADDRESS key=server.address 5/12/26, 7:21:30 AM2026-05-12T07:21:30Z | DEBUG | config/config.go:332 > Loaded configuration from environment variable env=HISTER__SERVER__BASE_URL key=server.base_url 5/12/26, 7:21:30 AMError! Failed to initialize config: failed to create secret key file: open /hister/data/.secret_key: permission denied

thagoat@lemmy.dbzer0.com · 1 pts · 83d

Did you check permissions on the data directory that docker creates? You might need to run

chmod 777 data

inside your hister root directory.

Droopy@programming.dev · 1 pts · 83d
[ removed ]