49 Commits

Author SHA1 Message Date
Shy
1b77daef16 Update repository URLs 2025-01-22 21:27:27 -05:00
af5059f366
Update USAGE.md 2023-12-02 09:25:03 -05:00
d9d77de47f Update docs 2023-10-07 11:07:13 -04:00
e1e22fd79a Add missing image 2023-09-28 17:52:57 -04:00
8fdb832c85 refactor index schema, remove sidecar parsing, remove TS 2023-09-05 18:59:18 -04:00
857f3315c2 Rework user scripts, update DB schema to support embeddings 2023-08-19 15:46:19 -04:00
610882112d Use WEBP to encode thumbnails 2023-05-20 13:12:12 -04:00
944c224904 SQLite search backend 2023-05-18 14:16:11 -04:00
dc39c0ec4b Add NER support 2023-04-23 12:53:27 -04:00
b5cdd9a5df Work on README, optimize database storage 2023-04-22 16:02:19 -04:00
f8abffba81 process pool mostly works, still WIP 2023-03-09 22:11:21 -05:00
87ecc5ef6d
Update USAGE.md 2023-01-29 12:47:17 -05:00
2e3d648796 Update --thumbnail-quality argument, add documentation 2023-01-29 11:24:34 -05:00
86ca9f1ecb Add support for auth0 2023-01-24 19:55:16 -05:00
1205981a11 CURL error handling, fix ES version handling, support for ES8, add --es-insecure-ssl argument 2022-04-23 10:29:31 -04:00
16a4fb4874 Rework document IDs 2022-03-05 11:18:06 -05:00
329afcbe4f Update docs & UI stuff 2022-02-20 09:13:19 -05:00
b978132ee0 Update readme 2022-01-09 10:20:49 -05:00
ad95684771 Update --ocr-* args, enable OCR'ing images 2022-01-08 14:24:50 -05:00
Andrew
672d1344d7
Update USAGE.md
Get-WmiObject is deprecated in favor of Get-CimInstance
2021-12-15 15:00:36 -06:00
c786a31bb2 Merge remote-tracking branch 'origin/master' into dev
# Conflicts:
#	README.md
2021-11-13 17:36:55 -05:00
3d7b977a82 Read ES version, handle legacy versions, add notice & debug info 2021-10-21 19:14:43 -04:00
cd71551a22 Some documentation updates 2021-09-25 09:30:53 -04:00
0a7e59b646 Some documentation updates 2021-09-24 20:55:08 -04:00
c5cd00b76c
Update USAGE.md 2021-09-05 20:26:09 -04:00
3da2c8cae3 Update CI scripts, Dockerfiles, enable arm64 build again 2021-06-14 14:02:16 -04:00
50771bd1dc Read subtitles from media files, fix bug in text_buffer 2021-03-26 19:48:16 -04:00
050c1283a3 Remove UUID dep, fix incremental scan, use MD5(path) as unique id, version bump 2020-12-31 10:26:05 -05:00
72ce217f9c Optionally ES schema from file #117 2020-10-25 09:44:30 -04:00
641a8ec90c sidecar files #114, version bump 2020-10-25 09:44:30 -04:00
7a505c2287 Fix typo 2020-10-25 09:44:30 -04:00
b2a157e24d Update docs 2020-08-25 10:38:38 -04:00
Andrew
a020a8b32c Update USAGE.md
Fix link to scripting.
2020-08-25 10:38:38 -04:00
8223ef3860 Update USAGE.md 2020-08-03 19:48:49 -04:00
Andrew
f49e03ac79
Update USAGE.md
added example for Windows to display number of logical processors. 
Does this same limitation apply to the new `index` threads option?
2020-07-15 13:21:02 -05:00
8f8f66ba05 Update README.md 2020-07-14 20:22:03 -04:00
1d9fcf7105 Manual tagging 2020-07-13 19:18:07 -04:00
13f4dbed2d Handle 429, multi-threaded index module 2020-07-11 17:42:46 -04:00
fe5e93b300
Update USAGE.md 2020-06-19 21:29:09 -04:00
Andrew
9bad515e06
Correct typos in example
Correct typos in examples.
2020-06-19 17:22:02 -05:00
3e6cd9cd5c
Merge pull request #60 from dpieski/patch-2
update Usage.md
2020-06-17 13:04:46 -04:00
f249992798
Update scripting.md 2020-06-17 13:00:07 -04:00
Andrew
e9645ecdaa
update Usage.md
Fixing a link.
2020-06-17 10:58:25 -05:00
c4fbae123e Better support for media files inside archives 2020-05-24 14:10:23 -04:00
78f6e16701 image 2020-05-17 12:47:45 -04:00
4625bca9a9 stats 2020-05-17 12:47:02 -04:00
27509f97e1
Update USAGE.md 2020-05-08 19:08:46 -04:00
4c540eae1c
Update USAGE.md 2020-05-08 19:07:45 -04:00
e436af7b2a
2.0 (#46)
* extract scan code to libscan, (wip)

* submodules

* replace curl with mongoose (wip)

* replace onion with mongoose (wip)

* replace onion with mongoose (wip)

* It compiles! (I think)

* Update readme

* Entirely remove libonion (WIP)

* unscramble submodules

* recover screenshot

* Update mappings

* Bug fixes

* update

* media meta fix

* memory fixes

* More bug fixes...

* Bug fix w/ libmagic & vfile

* libmagic fix (again)

* Better lightbox, better video handler, random reloads fix

* Use svg for info icon

* re-enable http auth

* mobi support #41, fix logs

* Update README & cleanup
2020-04-21 14:42:20 -04:00