| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-05-01 | Merge branch 'master' into filtron | Markus Heiser | |
| 2020-04-30 | [fix] fatal: repository '/root/searx' does not exist | Markus Heiser | |
| The $SERVICE_USER (searx) needs read permission to clone repository. The installation script stops if permission is not granted. - https://github.com/asciimoo/searx/pull/1803#issuecomment-616406528 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-04-30 | Merge branch 'master' into uwsgi_static | Alexandre Flament | |
| 2020-04-29 | Merge pull request #1479 from milouse/fix/manage.sh | Markus Heiser | |
| fix: Remove english shell dependency in manage.sh script | |||
| 2020-04-29 | Merge branch 'master' into fix/manage.sh | Markus Heiser | |
| 2020-04-29 | [fix] Remove english shell dependency in manage.sh script | Markus Heiser | |
| see https://github.com/asciimoo/searx/pull/1479#issuecomment-569904632 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-04-29 | Revert "fix: Remove english shell dependency in manage.sh script" | Markus Heiser | |
| This reverts commit 7b9c8f777b9390fa915c365d785f07afd067f0e2. | |||
| 2020-04-29 | Merge branch 'master' into uwsgi_static | Markus Heiser | |
| 2020-04-28 | utils/morty.sh option new-key: set new morty key | Markus Heiser | |
| A command to set new morty key in morty & searx service (settings.yml) and to restart both services with new key:: utils/morty.sh option new-key Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-04-28 | utils/morty.sh: set morty key to avoid service abuse | Markus Heiser | |
| - https://github.com/asciimoo/searx/issues/1871#issuecomment-592459798 make install all generates random MORTY_KEY, install service with that key and sets option in the searx settingy.yml file. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-04-28 | [docs] installation: add note to update OS before install searx | Markus Heiser | |
| see: https://github.com/asciimoo/searx/pull/1803#issuecomment-618456661 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-04-23 | Merge branch 'master' of https://github.com/asciimoo/searx into filtron | Markus Heiser | |
| 2020-04-23 | Merge pull request #1936 from return42/fix-fetch | Markus Heiser | |
| [fix] ffox useragent: use Windows NT 10.0 and not Windows NT 10 | |||
| 2020-04-22 | Merge branch 'master' of https://github.com/asciimoo/searx into filtron | Markus Heiser | |
| 2020-04-22 | [fix] old images need an initial 'apt update' | Markus Heiser | |
| see https://github.com/asciimoo/searx/pull/1803#issuecomment-616684353 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-04-22 | [fix] ffox useragent: use Windows NT 10.0 and not Windows NT 10 | Markus Heiser | |
| This is an addittion to PR #1934: The .0 change really counts on some engines like Bing which seems to allow Windows NT 10.0 but not Windows NT 10. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-04-21 | Merge pull request #1934 from unixfox/patch-2 | Markus Heiser | |
| Update default user agents | |||
| 2020-04-21 | Update default user agents | Émilien Devos | |
| 2020-04-20 | Merge pull request #1923 from HLFH/master | Markus Heiser | |
| Remove discontinued faroo engine | |||
| 2020-04-20 | Merge branch 'master' into master | Markus Heiser | |
| 2020-04-19 | Merge pull request #1921 from kvch/fix-working-outside-request-ctx | Noémi Ványi | |
| [fix] remove usage of request context where not available | |||
| 2020-04-19 | docs: marginal fix of command's './utils/lxc.sh show suite' output | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-04-19 | Merge branch 'master' of https://github.com/asciimoo/searx into filtron | Markus Heiser | |
| 2020-04-17 | [fix] translate engine errors to Occitan when configured | Noémi Ványi | |
| 2020-04-17 | [fix] remove usage of request context where not available | Noémi Ványi | |
| 2020-04-15 | Merge pull request #1879 from ↵ | Noémi Ványi | |
| bauruine/fix_startpage_ValueError_on_spanish_datetime [Fix] Startpage ValueError on Spanish date format | |||
| 2020-04-15 | Merge branch 'master' into fix_startpage_ValueError_on_spanish_datetime | Noémi Ványi | |
| 2020-04-15 | Merge pull request #1917 from dalf/requirements-upgrade | Noémi Ványi | |
| [mod] requirements.txt: upgrade dependency versions. | |||
| 2020-04-15 | Remove discontinued faroo engine | HLFH | |
| 2020-04-13 | Merge branch 'master' of https://github.com/asciimoo/searx into filtron | Markus Heiser | |
| 2020-04-13 | doc: add missing command lines to nginx docs | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-04-13 | tooling box: added nginx + polished bash scripts and environment | Markus Heiser | |
| - add installation method for nginx sites, morty and filtron - clean up PUBLIC_URL environment in and outside of containers - clean up comand lines - handle uWSGI quirks on fedora (emperor mode) - handle Python quirks on debian (there is no 'python' command anymore) - lib.sh: add die and die_caller functions - lxc_suite_install_info is now a function - lint: shellcheck Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-04-13 | Merge branch 'master' into requirements-upgrade | Alexandre Flament | |
| 2020-04-12 | Merge pull request #1914 from splintah/wikimedia-projects | Noémi Ványi | |
| [add] Additional Wikimedia projects | |||
| 2020-04-12 | Merge branch 'master' into wikimedia-projects | Noémi Ványi | |
| 2020-04-12 | Merge pull request #1913 from Venca24/devel_rubygems | Noémi Ványi | |
| [add] rubygems engine | |||
| 2020-04-12 | Merge branch 'master' into devel_rubygems | Noémi Ványi | |
| 2020-04-11 | nginx: normalize installation (docs and script)s over all distros | Markus Heiser | |
| This is the revision of the documentation about the varous nginx installation variants. It also implements the nginx installation scripts for morty and filtron. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-04-10 | bash scripts: source code cleaned up (shellcheck) | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-04-09 | docs: proofreading of all the installation topics | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-04-09 | [fix] morty: PUBLIC_URL_PATH_MORTY needs trailing slash | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-04-08 | Changes from the installation tests on (all) LXC containers. | Markus Heiser | |
| Tested and fixed HTTP & uWSGI installation on: ubu1604 ubu1804 ubu1910 ubu2004 fedora31 archlinux Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-04-08 | Merge branch 'master' into requirements-upgrade | Markus Heiser | |
| 2020-04-08 | Merge pull request #1916 from dalf/travis-python-version | Markus Heiser | |
| [mod] .travis.yml: add Python 3.7 and Python 3.8 | |||
| 2020-04-08 | [mod] requirements.txt: upgrade dependency versions. | Dalf | |
| 2020-04-08 | [mod] .travis.yml: add Python 3.7 and Python 3.8 | Dalf | |
| 2020-04-07 | apache: normalize installation (docs and script)s over all distros | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2020-04-07 | fix: Change Wikiversity and Wikivoyage shortcuts to wv and wy. | Splinter Suidman | |
| Suggested by @Venca24 <https://github.com/asciimoo/searx/pull/1914#issuecomment-610194209>. | |||
| 2020-04-06 | docs: rework of chapter "Install with apache" | Markus Heiser | |
| BTW: normalize installation-nginx.rst | |||
| 2020-04-06 | fix: Remove unnecessary query parameter for Wikimedia projects. | Splinter Suidman | |