fix: redundant searxng folder causing error on ubuntu, tts issue, bigger mount point allowed by start_services, readme updated for cli mode

This commit is contained in:
martin.legrand
2025-09-13 14:30:21 +02:00
parent d80bda8468
commit 87c8a3fb09
8 changed files with 18 additions and 2766 deletions
+8
View File
@@ -277,6 +277,12 @@ To run with CLI interface you would have to install package on host:
./install.bat # windows
```
Then you must change the SEARXNG_BASE_URL in `config.ini` to:
```sh
SEARXNG_BASE_URL="http://localhost:8080"
```
Start required services. This will start some services from the docker-compose.yml, including:
- searxng
- redis (required by searxng)
@@ -287,6 +293,8 @@ Start required services. This will start some services from the docker-compose.y
start start_services.cmd # Window
```
Run: uv run: `uv run python -m ensurepip` to ensure uv has pip enabled.
Use the CLI: `uv run cli.py`