summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-28utils/morty.sh: set morty key to avoid service abuseMarkus 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 searxMarkus Heiser
see: https://github.com/asciimoo/searx/pull/1803#issuecomment-618456661 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-04-23Merge branch 'master' of https://github.com/asciimoo/searx into filtronMarkus Heiser
2020-04-23Merge pull request #1936 from return42/fix-fetchMarkus Heiser
[fix] ffox useragent: use Windows NT 10.0 and not Windows NT 10
2020-04-22Merge branch 'master' of https://github.com/asciimoo/searx into filtronMarkus 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 10Markus 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-21Merge pull request #1934 from unixfox/patch-2Markus Heiser
Update default user agents
2020-04-21Update default user agentsÉmilien Devos
2020-04-20Merge pull request #1923 from HLFH/masterMarkus Heiser
Remove discontinued faroo engine
2020-04-20Merge branch 'master' into masterMarkus Heiser
2020-04-19Merge pull request #1921 from kvch/fix-working-outside-request-ctxNoémi Ványi
[fix] remove usage of request context where not available
2020-04-19docs: marginal fix of command's './utils/lxc.sh show suite' outputMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-04-19Merge branch 'master' of https://github.com/asciimoo/searx into filtronMarkus Heiser
2020-04-17[fix] translate engine errors to Occitan when configuredNoémi Ványi
2020-04-17[fix] remove usage of request context where not availableNoémi Ványi
2020-04-15Merge pull request #1879 from ↵Noémi Ványi
bauruine/fix_startpage_ValueError_on_spanish_datetime [Fix] Startpage ValueError on Spanish date format
2020-04-15Merge branch 'master' into fix_startpage_ValueError_on_spanish_datetimeNoémi Ványi
2020-04-15Merge pull request #1917 from dalf/requirements-upgradeNoémi Ványi
[mod] requirements.txt: upgrade dependency versions.
2020-04-15Remove discontinued faroo engineHLFH
2020-04-13Merge branch 'master' of https://github.com/asciimoo/searx into filtronMarkus Heiser
2020-04-13doc: add missing command lines to nginx docsMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-04-13tooling box: added nginx + polished bash scripts and environmentMarkus 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-13Merge branch 'master' into requirements-upgradeAlexandre Flament
2020-04-12Merge pull request #1914 from splintah/wikimedia-projectsNoémi Ványi
[add] Additional Wikimedia projects
2020-04-12Merge branch 'master' into wikimedia-projectsNoémi Ványi
2020-04-12Merge pull request #1913 from Venca24/devel_rubygemsNoémi Ványi
[add] rubygems engine
2020-04-12Merge branch 'master' into devel_rubygemsNoémi Ványi
2020-04-11nginx: normalize installation (docs and script)s over all distrosMarkus 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-10bash scripts: source code cleaned up (shellcheck)Markus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-04-09docs: proofreading of all the installation topicsMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-04-09[fix] morty: PUBLIC_URL_PATH_MORTY needs trailing slashMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-04-08Changes 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-08Merge branch 'master' into requirements-upgradeMarkus Heiser
2020-04-08Merge pull request #1916 from dalf/travis-python-versionMarkus 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.8Dalf
2020-04-07apache: normalize installation (docs and script)s over all distrosMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-04-07fix: 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-06docs: rework of chapter "Install with apache"Markus Heiser
BTW: normalize installation-nginx.rst
2020-04-06fix: Remove unnecessary query parameter for Wikimedia projects.Splinter Suidman
2020-04-06fix: Spelling of Wiktionary.Splinter Suidman
2020-04-06fix: Change Wikinews category to news.Splinter Suidman
2020-04-05Add Wikimedia projects.Splinter Suidman
A list of the added projects: - Wikibooks - Wikinews - Wikiquote - Wikisource - Wiktionary - Wikiversity - Wikivoyage
2020-04-05filtron.sh & morty.sh: improve usage message (if used in containers)Markus Heiser
BTW: normalize soma variable names Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-04-05[fix] creation of /.lxcenv in containersMarkus Heiser
In utils/lib.sh there are two functions with the same name, but different tasks. Rename one of them from lxc_init_container() into lxc_init_container_env(). Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-04-04utils/searx.sh: add cmd to (un)set option image_proxy and result_proxyMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-04-04misc: fix variuous marginalsMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-04-04utils/lxc.sh install: support installation on selected containersMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-04-04docs: remove PR #1803 hintsMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>