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

Create a searx instance using Docker

Results 17 searx-docker issues
Sort by recently updated
recently updated
newest added

**EDIT**: Fixed in https://github.com/searxng/searxng-docker if anyone is interested. ------- If #26 get merged then it's one step towards supporting other architectures because the Docker image `lucaslorentz/caddy-docker-proxy` supports ARM devices. filtron...

help wanted

Fixed in https://github.com/searxng/searxng-docker if anyone is interested. ----------- I know you can write your own service files for any service daemon. But considering that not having systemd makes the "within...

documentation

hi i have been trying to deploy this behind an apache2 reverse proxy a couple times, and still cant get it to work with caddy, and if i use filtron...

When using the option `source_ips` in `settings.yml`, the instance isn't able to perform any search requests anymore, regardless of the specified search engine, it just shows an error message that...

There is a lack of documentation around making this compatible with reverse proxies; a HTTP server, with TLS termination provided upstream (see #63). This PR adds some additional configuration to...

How do I use something in the data directory like the external_bang.yml with the docker compose version?

Waiting for docker without experimental mode for the IPv6 nat support. Remove any `network_mode: host`. More info here: https://github.com/robbertkl/docker-ipv6nat/issues/65

enhancement

i'm no Docker Expert, but i think that your docker-compose.yml and scripts setup is a bit too.. messy. here is my docker-compose.yml: ``` version: '3.7' services: filtron: image: dalf/filtron restart:...

I was looking at the available tags for the filtron and morty docker images and I can only find the ```latest``` tag. It would be great if we could have...

I came across this project: https://notabug.org/CYBERDEViL/searx-qt. Basically it's a graphical interface for using Searx. Unfortunately it doesn't work on the public instances using the built-in filtron rules of searx-docker. Is...

enhancement