summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-28utils/fetch_languages.py: print more meaningfull messagesMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-05-28[fix] remove debug print from commit e5305f8Markus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-05-28Merge pull request #1963 from KazamaSion/masterMarkus Heiser
Revise outdated URLs
2020-05-28Merge branch 'master' into masterMarkus Heiser
2020-05-28Merge pull request #1971 from resynth1943/masterMarkus Heiser
Add autofocus to all search inputs
2020-05-27Add autofocus to all search inputsresynth1943
2020-05-21[fix] installation instructions: pip install -e searx (setup.py)Markus Heiser
In the past we did not really install searx into the virtualenv. This is a problem, since entry-points and other python installation stuff is not trigger. See discussion: https://github.com/asciimoo/searx/pull/1938#issuecomment-632056508 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-05-21[fix] disable debug in settings.yml by defaultMarkus Heiser
debug was accidentally enabled in commit cbc08fd Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-05-19Revise outdated URLsSion Kazama
2020-05-15[build] rebuild of the oscar theme, build from ad208378Markus Heiser
the CSS files has been build by: $ make themes.oscar Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-05-15[fix] oscar theme, remove inline style attributes (CSP compliants)Markus Heiser
Inline styles are blocked by default with Content Security Policy (CSP). Move the rest of inline styles to CSS and correct the HTML template of the oscar preference page. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-05-15[fix] Makefile: node.env is a prerequisite of lessc and gruntMarkus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-05-12[README] searx, world's first gluten free search engine ;)Markus Heiser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-05-12[README] update and polish up a little by using badgesMarkus Heiser
about markup & badges - https://github.com/ralsina/rst-cheatsheet/blob/master/rst-cheatsheet.rst - https://github.com/Naereen/badges/blob/master/README.rst - https://shields.io/ - https://gist.github.com/tterb/982ae14a9307b80117dbf49f624ce0e8 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-05-12[fix] about page- 'How to set as the default search engine?'Markus Heiser
Searx supports OpenSearch, remove the inline JS from the about page. close: https://github.com/asciimoo/searx/issues/1949 close: https://github.com/asciimoo/searx/issues/1616 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-05-11Merge branch 'master' of https://github.com/asciimoo/searx into filtronMarkus Heiser
2020-05-09Merge pull request #1947 from jjasonkal/masterAlexandre Flament
Remove cache of Dockerfile
2020-05-09Remove cache of pip upgradeJason Kaltsikis
2020-05-04archlinux: add package 'inetutils' to boilerplateMarkus Heiser
Even it is a core component, some hoster do not have pre installed the 'inetutils' package. We do need this package for the 'hostname' command. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-05-01Merge branch 'master' into filtronMarkus Heiser
2020-04-30[fix] fatal: repository '/root/searx' does not existMarkus 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-30Merge branch 'master' into uwsgi_staticAlexandre Flament
2020-04-29Merge pull request #1479 from milouse/fix/manage.shMarkus Heiser
fix: Remove english shell dependency in manage.sh script
2020-04-29Merge branch 'master' into fix/manage.shMarkus Heiser
2020-04-29[fix] Remove english shell dependency in manage.sh scriptMarkus Heiser
see https://github.com/asciimoo/searx/pull/1479#issuecomment-569904632 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2020-04-29Revert "fix: Remove english shell dependency in manage.sh script"Markus Heiser
This reverts commit 7b9c8f777b9390fa915c365d785f07afd067f0e2.
2020-04-29Merge branch 'master' into uwsgi_staticMarkus Heiser
2020-04-28utils/morty.sh option new-key: set new morty keyMarkus 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-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>