Our fork of searx
Go to file
Roberto Beltran 2ea1e63fd5 ignore package-lock 2021-08-13 14:37:40 -05:00
dockerfiles [fix] Disable HTTP keep alive 2020-02-07 19:16:15 +01:00
docs [fix] sphinx 3.1 CSS issues 2020-06-18 19:02:22 +02:00
examples Fix whitespaces 2016-07-11 18:52:37 +07:00
searx update source code link 2021-05-13 12:50:27 -04:00
tests [fix] commit 2c6531b2 breaks the unit test, this is a hotfix 2020-06-11 10:15:15 +02:00
utils update branding 2020-10-03 22:36:34 +00:00
.codecov.yml codecov : update the commit status 2017-09-28 19:43:58 +02:00
.config.sh tooling box: added nginx + polished bash scripts and environment 2020-04-13 11:34:28 +02:00
.coveragerc Cover searx.utils 2014-07-12 15:46:55 +02:00
.dir-locals.el .dir-locals.el: add some comments about jedi & EPC 2019-11-29 13:15:15 +01:00
.dockerignore [fix] docker 'Error compiling' and 'SyntaxError' messages 2020-03-29 11:06:22 +02:00
.gitattributes [enh] add simple theme (WIP) 2017-08-06 16:04:21 +02:00
.gitignore ignore package-lock 2021-08-13 14:37:40 -05:00
.landscape.yaml Add landscape.io configuration 2014-07-09 22:49:38 +02:00
.pylintrc boilerplate: add pylint / WIP: balance linting with pylint 2019-11-28 20:07:10 +01:00
.travis.yml [mod] .travis.yml: add Python 3.7 and Python 3.8 2020-04-08 15:42:02 +02:00
AUTHORS.rst Add Wikimedia projects. 2020-04-05 19:27:44 +02:00
Dockerfile Remove cache of pip upgrade 2020-05-09 18:58:26 +03:00
LICENSE [fix] full AGPLv3+ license according to #382 2015-07-04 18:23:54 +02:00
Makefile remove unused themes 2021-04-02 01:53:45 -04:00
README.md add relevant links to readme 2021-05-13 12:45:17 -04:00
babel.cfg [enh] babel.cfg added 2014-01-22 00:15:42 +01:00
manage.sh remove unused themes 2021-04-02 02:28:54 -04:00
requirements-dev.txt Merge branch 'master' of https://github.com/asciimoo/searx into filtron 2020-03-04 12:11:58 +01:00
requirements.txt [mod] requirements.txt: upgrade dependency versions. 2020-04-08 15:58:26 +02:00
setup.py read from readme from markdown file 2021-04-30 21:05:15 -04:00
tox.ini [enh] tox.ini added to rewrite standard pep8 rules 2015-01-02 12:26:21 +01:00

README.md

LibreMiami Search

LibreMiami fork of searx

See it in action

Repo currently hosted on disroot git

Dev

Dependencies

You need npm, see our tutorial if you need help.

You need pip and virtualenv

sudo apt install python3-pip # on debian, trisquel
pip install virtualenv

Install node dependencies

make node.env

Then you can then prepare the themes and run the dev environment as needed

make themes
make run