Initial commit

This commit is contained in:
Ferit Yiğit BALABAN
2022-01-05 21:10:37 +03:00
commit 0c87bcfbcc
6 changed files with 374 additions and 0 deletions

4
launch_searx.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
export PORT=80
echo "starting searx on localhost:80"
sudo docker run --rm -d -v /home/ferit/searx:/etc/searx -p $PORT:8080 -e BASE_URL=http://localhost:$PORT/ searx/searx