agenticSeek icon indicating copy to clipboard operation
agenticSeek copied to clipboard

SEARXNG_SECRET_KEY

Open anas-kabbuldata opened this issue 10 months ago • 1 comments

:~/aiagent/agenticSeek$ sudo ./start_services.sh [sudo] password for mhd: Checking if Docker daemon is running... Docker daemon is running. Warning: stopping all docker containers (t-4 seconds)... "docker stop" requires at least 1 argument. See 'docker stop --help'.

Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...]

Stop one or more running containers All containers stopped /usr/lib/python3/dist-packages/paramiko/transport.py:237: CryptographyDeprecationWarning: Blowfish has been deprecated and will be removed in a future release "class": algorithms.Blowfish, ERROR: Invalid interpolation format for "environment" option in service "searxng": "SEARXNG_SECRET_KEY=$(openssl rand -hex 32)" Error: Failed to start containers. Check Docker logs with 'docker-compose logs'. Possible fixes: Run with sudo or ensure port 8080 is free. this error show every time i need to start the service and dont complete the deply docker command i try to make the secret key and export it but this did nt fix the problem pls can you give me the fix for this?

anas-kabbuldata avatar Jun 02 '25 14:06 anas-kabbuldata

This happen on some docker and will be fixed once full dockerization is merged. For now you could hardcode a secret key in the docker-compose or use the version on the dev branch. (which need to be run with ./start_services.sh full

Fosowl avatar Jun 02 '25 19:06 Fosowl

should be fixed by #298

Fosowl avatar Jun 06 '25 16:06 Fosowl