I can't get it to do a search. (demo.hister.org)
from Droopy@programming.dev to selfhosted@lemmy.world on 08 May 01:32
https://programming.dev/post/50051829

GITHUB

hister.org

histerdocker

This is the config I used.

altr

#selfhosted

threaded - newest

mhzawadi@lemmy.horwood.cloud on 08 May 02:23 next collapse

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

thagoat@lemmy.dbzer0.com on 08 May 13:31 collapse

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’

[deleted] on 12 May 00:24 next collapse

.

Droopy@programming.dev on 12 May 00:39 collapse

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 on 12 May 02:12 collapse

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

chmod 777 data

inside your hister root directory.