You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Dalf 4023196f54 Bug fix: add capabilities 5 years ago
.env Add filtron (configuration not done / checked) 5 years ago
.gitignore Initial commit 5 years ago
Caddyfile Add filtron (configuration not done / checked) 5 years ago
LICENSE Initial commit 5 years ago
README.md Update documentation 5 years ago
docker-compose.yaml Bug fix: add capabilities 5 years ago
searx-docker.service Update documentation 5 years ago

README.md

searx-docker

Create a new searx instance in five minutes using Docker ( See https://github.com/asciimoo/searx/issues/1561 )

Do not use it for now : this is a work in progress and there is no antibot feature.

How to use it

mkdir -p /opt
cd /opt
git clone https://github.com/searx/searx-docker.git
  • Configure the .env file
  • Check using docker-compose up
  • If everything is working, then :
cp /opt/searx-docker/searx-docker.service  /etc/systemd/system
systemctl start searx-docker.service

What is included ?

  • Caddy as a reverse proxy (take care to call LetsEncrypt)
  • filtron: See #4 to build the docker image.
  • searx: See #1629 to build the docker image.
  • morty: clone the project, then "make build" to create the docker image