searx-docker icon indicating copy to clipboard operation
searx-docker copied to clipboard

How can I change the logo and favicon?

Open toleeck opened this issue 5 years ago • 2 comments

If I go inside searx docker and change the logo and favicon, then updating via

update.sh
the changes will not be saved, will they? Is it possible to add some way for customization?

toleeck avatar Jul 30 '20 06:07 toleeck

I think I used the docker cp foo.txt mycontainer:/foo.txt to copy my own logo into the container.

The path should be at mycontainer:/usr/local/searx/searx/static/themes/<theme>/img/

MatthK avatar Oct 02 '20 11:10 MatthK

As I just updated my docker container to the latest build to get rid of the google bug, I can confirm the following updated my logo:

sudo docker cp ~/searx/logo_searx_a.png busy_keldysh:/usr/local/searx/searx/static/themes/oscar/img/

Obviously, the new logo has to be at ~/searx/logo_searx_a.png and busy_keldysh has to be your container (run sudo docker container ls to find that name)

MatthK avatar Oct 02 '20 12:10 MatthK