spyglass-search / spyglass

A personal search engine: Create a searchable library from your personal documents, interests, and more!
https://docs.spyglass.fyi
GNU Affero General Public License v3.0
2.5k stars 56 forks source link

Search/merge scans of other computers #489

Open slaurel opened 1 year ago

slaurel commented 1 year ago

After running spyglass on multiple computers, it would be useful to publish/share databases, e.g. on a common network file share or other protocol (WebDAV etc).

The spyglass client could then allow you to search and report the computer(s) and paths that match.

This would be useful when you know you have a file/doc but can't remember which folder AND which computer it's on.

KraXen72 commented 11 months ago

you might want to check out syncthing (search on github)

m00nwtchr commented 8 months ago

Using syncthing on an sqlite database may be a bad idea, at least if you don't make sure to perfectly synchronize everything before you start up spyglass on another machine, though a networked filesystem may work?