summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2020-02-16tooling box: misc fixes from lxc testsMarkus Heiser
2020-02-16LXC: minor fixes and renamingMarkus Heiser
2020-02-16shellcheck: fix usse -n instead of ! -z (SC2236 SC2237)Markus Heiser
2020-02-16LXC: tooling box - add boilerplate to containersMarkus Heiser
2020-02-13LXC: tooling box - add HOST shares and commandline to containers (WIP)Markus Heiser
2020-02-11filtron.sh: add 'install rules' commandMarkus Heiser
2020-02-11filtron.sh: updated rules from productionMarkus Heiser
2020-02-08LXC: add LXC tooling box (initial, WIP)Markus Heiser
2020-02-08tooling box: varius fix from testsMarkus Heiser
2020-02-08tooling box: varius fix from testsMarkus Heiser
2020-02-05upload-pypi: twine is needed to upload to PyPi 'make upload-pypi'Markus Heiser
2020-02-04tooling box ./utils/*: minor fix from production testMarkus Heiser
2020-02-04/etc/filtron/rules.json: normalize rules from docs & tooling boxMarkus Heiser
2020-02-04docs: revision of the installation instructionsMarkus Heiser
2020-02-04utils & Makefile: add .config.mk & .config.sh for searx brandsMarkus Heiser
2020-02-03doc: add descriptions of our tooling box in ./utilsMarkus Heiser
2020-02-02utils/morty.sh: fixed public urlMarkus Heiser
2020-02-02utils/morty.sh: add script to install morty result proxyMarkus Heiser
2020-02-01utils/filtron.sh: generalize systemd, accounts and golang tasksMarkus Heiser
2020-01-31utils/lib.sh: colorize messagesMarkus Heiser
2020-01-31utils/filtron.sh: add option to debug filtron requestsMarkus Heiser
2020-01-31apache: reverse proxy, set `ProxyPreserveHost On`Markus Heiser
2020-01-31utils/searx.sh & filtron.sh: misc changes from first tests (WIP)Markus Heiser
2020-01-30utils/searx.sh & filtron.sh: misc changes from first tests (WIP)Markus Heiser
2020-01-29utils/searx.sh & filtron.sh: misc changes from first tests (WIP)Markus Heiser
2020-01-27utils/searx.sh: add apache site searx.conf:uwsgi (WIP)Markus Heiser
2020-01-21utils/searx.sh: add apache site searx.conf:uwsgiMarkus Heiser
2020-01-20utils/filtron.sh: add script to install filtron middleware (apache)Markus Heiser
2020-01-20utils/searx.sh: add script to install isolated searx serviceMarkus Heiser
2020-01-16utils/searx.sh: add script to install isolated searx service (WIP)Markus Heiser
2020-01-14utils/searx.sh: add script to install isolated searx service (WIP)Markus Heiser
2020-01-13Merge branch 'filtron' of https://github.com/return42/searx into filtronMarkus Heiser
2020-01-13filtron: log suspiciously frequent queries (WIP)Markus Heiser
2020-01-12utils/filtron.sh: add command 'update filtron'Markus Heiser
2020-01-11docs(admin): add description of the utils/filtron.sh scriptMarkus Heiser
2020-01-09utils/filtron.sh: various fix from first installation test (WIP)Markus Heiser
2020-01-08utils/filtron.sh: add script to install filtron middlewareMarkus Heiser
2020-01-08utils: add lib.sh containing common shell scriptMarkus Heiser
2019-12-22makefile.sphinx: fix gh-pages / pull before add commitsMarkus Heiser
2019-12-13Makefile: gh-pages: keep history of gh-branch intact (don't drop)Markus Heiser
2019-12-12Makefile: add documentation build targets docs & docs-liveMarkus Heiser
2019-12-12utils: add makefile.sphinx to the boilerplateMarkus Heiser
2019-11-28boilerplate: add inital Makefile with run & install targetsMarkus Heiser
2019-07-17Suggestions: use RawTextQuery to make the suggestions URLs. Update all themes...Dalf
2018-11-29Use a more human-friendly format in searx/data/engines_languages.json (#1399)Ivan Skytte Jørgensen
2018-08-05fetch_firefox_version.py : compatible with Python 3 and minor fixes.Alex
2018-08-05[mod] fetch firefox versions in a standalone scriptAlexandre Flament
2018-03-27refactor engine's search language handlingMarc Abonce Seguin
2018-03-20fix fetch_langauges to be more accurateMarc Abonce Seguin
2017-11-14print() is a function in Python 3cclauss