

Currently it is not planned. Hister guarantees that non of your data/query/metadata leaves the service if you use it. As I see, this is a more valuable and unique feature than having an integrated metasearch. There are already great metasearch solutions and Hister provides an easy fallback to search providers, so in my opinion this direction would be more of a sacrifice than an improvement.


Hister supports importing data from a few services, but paperless isn’t supported yet. More details: https://hister.org/docs/import
Docker is perfectly fine. Every settings option from the config file can specified using environment variables. The syntax is
HISTER__[SECTION]__[OPTION]=[VALUE].Probably most of the disk space is occupied by the Hister binary which contains all the N-grams required to identify ~30 languages. The index should be much smaller.
SQLite is more than enough for personal use, but if you prefer to use postgres, just specify the standard DSN formatted connection data to the
server.databaseconfig option: https://hister.org/docs/configuration#database-backendsUse the
HISTER__SERVER__DATABASE="host=localhost user=hister password=hister dbname=hister port=5432"environment variable.Hister automatically creates the database model and handles the migrations if required.