selfhosted·SelfhostedbyDroopy I can't get it to do a search.GITHUB hister.org histerdocker This is the config I used. https://demo.hister.org/Open linkView original on programming.dev17Comments4
Matt The Horwood lemmy.horwood.cloudlooks like you need to check the config and see if the crawler is setup right2
tthagoat lemmy.dbzer0.com3Hide 3 repliesIt'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'1
Droopy replyprogramming.dev1Hide 1 reply5/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 denied1
tthagoat replylemmy.dbzer0.comDid you check permissions on the data directory that docker creates? You might need to run chmod 777 data inside your hister root directory.1
looks like you need to check the config and see if the crawler is setup right
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'
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
Did you check permissions on the data directory that docker creates? You might need to run
chmod 777 data
inside your hister root directory.