How can I change the logo and favicon?
If I go inside searx docker and change the logo and favicon, then updating via
update.shthe changes will not be saved, will they? Is it possible to add some way for customization?
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/
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)