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:
@@ -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`
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user