dylode

Results 9 comments of dylode

> You can already do that in the settings.yml: https://github.com/searx/searx/blob/master/searx/settings.yml#L46 by omitting the categories that you don't want to have displayed. Is this what you want? ``` ui: static_path :...

I have the same issue with new image I just downloaded: ![image](https://user-images.githubusercontent.com/78496445/227564006-7662aef4-de22-4fce-af29-8dede55950ef.png)

@ndeloof Thanks. So I was actually loading the Docker file from netbox-docker. Got it. I was trying to merge Compose files (add my network to the netbox container), this doesn't...

> In your examples you are missing the trailing slash, both in your `curl` call and in the JSON dump. Can you retest with the correct call? > > ```...

I have now added trailing slashes to all our API calls and the problem is fixed. Thanks markkuleinio

Did you get it to work?

I fixed it by cloning this repo and editting the Dockerfile

> I did not fix this, can you share your Dockerfile? Change ENTRYPOINT ["/usr/local/morty/morty"] to ENTRYPOINT ["/usr/local/morty/morty", "-socks5", "ip:port"] Its hardcoded but "command" does not seem to work either so.