| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-02-05 | upload-pypi: twine is needed to upload to PyPi 'make upload-pypi' | Markus Heiser | |
| To build & deploy packages on PyPi call make target: make upload-pypi - https://github.com/asciimoo/searx/issues/1829 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-05 | docs: misc marginal fixes | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-04 | tooling box ./utils/*: minor fix from production test | Markus Heiser | |
| 2020-02-04 | /etc/filtron/rules.json: normalize rules from docs & tooling box | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-04 | docs(css): render ..content and ..toctree directive same | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-04 | docs: revision of the installation instructions | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-04 | docs: fix extlink 'origin' to use GIT_BRANCH env | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-04 | docs: add some documentation about the tooling box ./utils/* | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-04 | .config.sh: wrap up to use environment from Makefile as best defaults | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-04 | utils & Makefile: add .config.mk & .config.sh for searx brands | Markus Heiser | |
| By isolating the environment of makefiles and bash scripts into .config.mk and .config.sh it is simple to maintain searx brands by setting some central environments. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-03 | doc: add descriptions of our tooling box in ./utils | Markus Heiser | |
| Initial started with the scripts for searx, filtron and morty installations. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-02 | utils/morty.sh: fixed public url | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-02 | utils/morty.sh: add script to install morty result proxy | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-02-01 | utils/filtron.sh: generalize systemd, accounts and golang tasks | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-31 | utils/lib.sh: colorize messages | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-31 | Merge branch 'master' of https://github.com/asciimoo/searx into filtron | Markus Heiser | |
| 2020-01-31 | utils/filtron.sh: add option to debug filtron requests | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-31 | apache: reverse proxy, set `ProxyPreserveHost On` | Markus Heiser | |
| related discussions: - https://github.com/asciimoo/searx/issues/1822 - https://github.com/asciimoo/searx/issues/1819#issuecomment-580400259 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-31 | utils/searx.sh & filtron.sh: misc changes from first tests (WIP) | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-30 | utils/searx.sh & filtron.sh: misc changes from first tests (WIP) | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-30 | [enh] version v0.16.0 | Adam Tauber | |
| 2020-01-30 | [enh] update AUTHORS.rst with new contributors | Adam Tauber | |
| 2020-01-30 | [enh] update translations | Adam Tauber | |
| 2020-01-29 | utils/searx.sh & filtron.sh: misc changes from first tests (WIP) | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-28 | [mod] add py2 deprecation warning to webapp | Adam Tauber | |
| 2020-01-28 | Merge pull request #1766 from dalf/fix-infinite-scroll | Markus Heiser | |
| [mod] infinite scroll: XHR requests are sent with the header "Accept: text/html" | |||
| 2020-01-28 | Merge branch 'master' into fix-infinite-scroll | Markus Heiser | |
| 2020-01-27 | utils/searx.sh: add apache site searx.conf:uwsgi (WIP) | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-21 | utils/searx.sh: add apache site searx.conf:uwsgi | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-20 | utils/filtron.sh: add script to install filtron middleware (apache) | Markus Heiser | |
| Preparation for the installation of an apache site. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-20 | utils/searx.sh: add script to install isolated searx service | Markus Heiser | |
| First version which serves searx over uwsgi at http://127.0.0.1:8888 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-16 | utils/searx.sh: add script to install isolated searx service (WIP) | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-14 | utils/searx.sh: add script to install isolated searx service (WIP) | Markus Heiser | |
| WIP: written from scratch / linted but untested Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-14 | Merge branch 'master' into docker/opencontainers | Mathieu Brunot | |
| 2020-01-13 | Merge branch 'master' of https://github.com/asciimoo/searx into filtron | Markus Heiser | |
| 2020-01-13 | Merge branch 'filtron' of https://github.com/return42/searx into filtron | Markus Heiser | |
| 2020-01-13 | filtron: log suspiciously frequent queries (WIP) | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-12 | docs: filtron.sh add remark about init systems | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-12 | utils/filtron.sh: add command 'update filtron' | Markus Heiser | |
| BTW: tidy up some code style and fix some issues reported by the linter. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-12 | Merge pull request #1804 from unixfox/patch-1 | Markus Heiser | |
| searx.be stopped using Fathom analytics | |||
| 2020-01-12 | searx.be stopped using Fathom analytics | Emilien Devos | |
| 2020-01-11 | docs(admin): add description of the utils/filtron.sh script | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-11 | docs: add Sphinx-doc extension sphinxcontrib.programoutput | Markus Heiser | |
| - https://github.com/NextThought/sphinxcontrib-programoutput Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-09 | utils/filtron.sh: various fix from first installation test (WIP) | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-08 | Merge branch 'master' of https://github.com/asciimoo/searx into filtron | Markus Heiser | |
| 2020-01-08 | utils/filtron.sh: add script to install filtron middleware | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-08 | utils: add lib.sh containing common shell script | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-08 | build requirements: add a shell script static analysis tool | Markus Heiser | |
| ShellCheck: https://github.com/koalaman/shellcheck Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-01-08 | Merge pull request #1800 from Yetangitu/flickr_noapi_double_encode | Adam Tauber | |
| [engines|fix] flickr_noapi: Fix double-encode error (fixes #1799) | |||
| 2020-01-07 | Fix double-encode error (fixes #1799) | frankdelange | |