Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fr0st-iwnl/privsearchz
- Owner: fr0st-iwnl
- Created: 2024-08-11T21:33:58.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T03:33:58.000Z (7 days ago)
- Last Synced: 2024-10-31T04:20:13.085Z (7 days ago)
- Topics: bash, bash-script, private-search-engine, scripts, searx, searxng, whoogle
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)