More scripts to be deprecated

This commit is contained in:
Ferit Yiğit BALABAN
2022-06-12 20:21:06 +03:00
parent b4f1dc76ac
commit fc0f19b61c
4 changed files with 0 additions and 0 deletions

4
deprecated/launch_searx.sh Executable file
View File

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