Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I change the logo and favicon? #50

Open
toleeck opened this issue Jul 30, 2020 · 2 comments
Open

How can I change the logo and favicon? #50

toleeck opened this issue Jul 30, 2020 · 2 comments

Comments

@toleeck
Copy link

toleeck commented Jul 30, 2020

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?

@MatthK
Copy link

MatthK commented Oct 2, 2020

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
Copy link

MatthK commented Oct 2, 2020

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants