Results 279 comments of Alexandre Flament

Another idea: * Have a storage server somewhere ( like [minio](https://github.com/minio/minio) or anything that can store some files ) * In the CI: * hash source files ( = .less...

#### Idea with pypi package The `searx/static` directory exists to be easily server by a reverse proxy: all the static files are in other place, ready to be served. The...

Related to https://github.com/searx/searx/issues/226

Peekier seems to send the requests to Bing: https://peekier.com/#!ifconfig.me The IP address in the text is from Microsoft, same about ifconfig.co. (The IP address in the screenshot is from somewhere...

Currently, searx is a stateless [flask](https://flask.palletsprojects.com/en/1.1.x/) application. So is there is a way to run a Flask application from a serverless framework? It seems possible looking at https://www.serverless.com/flask#how-does-flask-work Note: when...

Use case : - first search using a bang --> searx doesn't display the excepting result. - second search using a category --> it is "natural" to click on the...

I found this one : https://github.com/webworka/Tagedit One stackoverflow : http://stackoverflow.com/questions/519107/jquery-autocomplete-tagging-plug-in-like-stackoverflows-input-tags

The code is public: it would provide actual working code to break the current filtron rules (whatever they are). Ideally, the tokens are answer: https://searx.github.io/searx/blog/private-engines.html But on a public instance...

What are you using ? SystemV init scripts ? Note: the systemd service doesn't do much: just call start.sh and stop.sh. > Why not build an official image based on...

Which architecture is this ? amd64, x86, arm ? For now, it's only works for the amd64 platform, but most probably you only need searx: * either install it the...