Comment on Hister: a private search engine

<- View Parent
conrad82@lemmy.world ⁨16⁩ ⁨hours⁩ ago

Thank you for your response 🙂 I will stick to sqlite

How do i use environment variables to make a indexer? I couldn’t get it to work

i.e. the part with directories hister.org/…/indexing-local-files-with-hister

indexer:
  directories:
    - path: ~/Documents
      filetypes: ['md', 'txt']
    - path: ~/code/projects
      filetypes: ['txt']
      excludes: [, 'secret/*', '*key']
    - path: ~/notes
      patterns: ['*.org', 'doc_*', 'README']

original
Sort:hotnewtop