Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fr0st-iwnl/privsearchz

Bash scripts to run private search engines like Searx, SearXNG and Whoogle using Docker.
https://github.com/fr0st-iwnl/privsearchz

bash bash-script private-search-engine scripts searx searxng whoogle

Last synced: about 5 hours ago
JSON representation

Bash scripts to run private search engines like Searx, SearXNG and Whoogle using Docker.

Awesome Lists containing this project

README

        

# 🔎 privsearchz

This repository contains Bash scripts for setting up private search engines **(Whoogle, SearX, and SearXNG)** using **Docker**. The scripts automate the installation and configuration process, making it easy to deploy your own private search engine.

> [!NOTE]
> This script was made for my personal use.

## Installation
```bash
git clone https://github.com/fr0st-iwnl/privsearchz.git
```

## Find Your Local IP Address
##### To find your local IP address just type :
```bash
ip a
```

## Change your Local IP Address in the .sh scripts
##### Put your Local IP Address in here :
```bash
LOCAL_IP=""
```

## Host the Private Search Engine
##### Running the Private Search Engine :
```bash
sudo chmod +x ~/path/to/ur/sh/file
sudo ./privsearch.sh
```
---

# Remove Private Search Engine
#### Remove Docker Setups :

- For more informations check :
- [REMOVE.md](https://github.com/fr0st-iwnl/privsearchz/blob/main/REMOVE.md)