New Hister release: v0.14.0 with #mastodon support. Update your instances.

https://github.com/asciimoo/hister/releases/tag/v0.14.0

Hister is a general purpose web search engine providing automatic full-text indexing for visited websites.

#selfhosted #search #searchengine #opensource #freesoftware

Release v0.14.0 · asciimoo/hister

New Features Mastodon Extractor A dedicated extractor for Mastodon detects Mastodon pages and indexes each toot as its own separate document rather than one big blob of text. Works with any Mastodo...

GitHub
@hister I am getting issues using this compose.yaml
services:
hister:
image: ghcr.io/asciimoo/hister:l>
container_name: hister
user: '1000:1000'
restart: unless-stopped
environment:
- HISTER__SERVER__ADDRESS=0.0.0.0:4433
- HISTER__SERVER__BASE_URL=http://192.168.1.12:4433
volumes:
- ./data:/hister/data
ports:
- 4433:4433
@bitbytebo The "image" attribute does not seem right. Check out https://hister.org/docs/docker
Hister

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