2025-10-03 17:50:09 +10:00
2025-09-29 23:02:39 +10:00
2025-10-03 17:30:59 +10:00
2025-10-03 16:35:04 +10:00
2025-09-29 23:52:21 +10:00
2025-10-03 15:24:57 +10:00
2025-10-03 14:39:30 +10:00

Squirrel

Find your nuts

Squirrel is a web interface to the excellent Recoll file search engine. It provides a modern search engine interface for a headless first experience.

Building from source

poetry install
poetry build
pip install dist/squirrel-0.3.x-py3-none-any.whl

Running

docker run -v /srv/archive:/mnt/docs:ro -p 8000:8000 squirrel

Development

# Build the package and image
poetry build
docker build . -t squirrel

# Mount the source and start in watching mode
docker run -v ./data:/var/recoll -v /srv/archive:/mnt/docs:ro -v .:/app:ro -e 8000:8000 --entrypoint bash squirrel
$ /opt/squirrel/bin/python3 -m squirrel.server
Description
No description provided
Readme 106 KiB
Languages
CSS 42%
Python 33.1%
HTML 20.4%
Dockerfile 4.3%
Shell 0.2%