dumb web interface to search/browse indexed text files
Project description
dumb web search
- index a directory of text files in sqlite database
- web browse this directory
- web search this directory with indexed text
how to run
locally
./index.py --docroot /path/to/markdown/dir --database /path/to/database.sqlite index
HTTP_SERVER_BASEURL=/reverse/proxy/subpath HTTP_SERVER_PORT=1234 INDEX_DIR=/path/to/markdown/dir INDEX_DATABASE=/path/to/database.sqlite ./browse.wsgi
in a docker/podman container:
docker run -d -v /path/to/your/markdown/files:/text -v dumbwebsearch-db:/database -e HTTP_SERVER_BASEURL=/reverse/proxy/subpath -p 8000:8000 registry.gitlab.com/hydrargyrum/dumbwebsearch:latest
requirements
- python3
- sqlite to index/search text
- wsgi to expose said app
- jinja2 + bottle as web framework
- pandoc
security
- no authentication: put a reverse proxy in front of it with some login
- no optimization for performance: put a reverse proxy to prevent hammering
- pandoc is run to render markdown files, which may have its own problems
what could be better done
- don't make markdown so much ingrained in this app
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dumbwebsearch-0.4.0.tar.gz
(22.6 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dumbwebsearch-0.4.0.tar.gz.
File metadata
- Download URL: dumbwebsearch-0.4.0.tar.gz
- Upload date:
- Size: 22.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8b0bcdc68f968dbb91ae80124beb8f80f01f3918415275bb94bf191327024cf
|
|
| MD5 |
e9dc90fa01bacc67ce1a0a8c6a87073f
|
|
| BLAKE2b-256 |
9b79061cebd32b2773d8a22582503a4da1d019b665724846616ba500335de21c
|
File details
Details for the file dumbwebsearch-0.4.0-py3-none-any.whl.
File metadata
- Download URL: dumbwebsearch-0.4.0-py3-none-any.whl
- Upload date:
- Size: 8.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a8f72a03bf741a99bdea8a9d3d6df8537937fc5caf6de84e09cdadfffaabdbf
|
|
| MD5 |
b864b8659d250bb567c6339d8b67005e
|
|
| BLAKE2b-256 |
8e0293b26342e3bfe261dd8368b05c9659d3817703f1b1ee33c5f4cd53ddf786
|