Droopy@programming.dev to Selfhosted@lemmy.worldEnglish · 7 days agoI can't get it to do a search.demo.hister.orgexternal-linkmessage-square4linkfedilinkarrow-up119arrow-down13file-text
arrow-up116arrow-down1external-linkI can't get it to do a search.demo.hister.orgDroopy@programming.dev to Selfhosted@lemmy.worldEnglish · 7 days agomessage-square4linkfedilinkfile-text
minus-squarethagoat@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up1·7 days agoIt’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’
minus-squareDroopy@programming.devOPlinkfedilinkEnglisharrow-up1·3 days ago5/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
minus-squarethagoat@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up1·3 days agoDid you check permissions on the data directory that docker creates? You might need to run chmod 777 data inside your hister root directory.
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.
deleted by creator