
Whoogle
A self-hosted, ad-free, privacy-respecting metasearch engine
Whoogle Search
benbusby/whoogle-search
Just deployed
Whoogle
What is Whoogle?
Whoogle Search is a privacy-friendly search engine that acts as a proxy between you and Google, providing search results without exposing your personal information to the search giant. Get Google search results, but without any ads, JavaScript, AMP links, cookies, or IP address tracking. Easily deployable in one click as a Docker app, and customizable with a single config file. Quick and simple to implement as a primary search engine replacement on both desktop and mobile.
Features
- Privacy-Focused: Whoogle Search acts as an intermediary, preventing Google from directly tracking your searches.
- Open Source: The project is open-source, allowing users to review and contribute to the codebase.
- Customizable: Users can configure Whoogle Search to suit their preferences and requirements.
Environment variables
- WHOOGLE_USER The username for basic auth. WHOOGLE_PASS must also be set if used. (default: empty)
- WHOOGLE_PASS The password for basic auth. WHOOGLE_USER must also be set if used. (default: empty)
- PORT 5000
- WHOOGLE_CONFIG_TOR To enable or disable TOR with boolean value of 0 or 1 (default: 0)
- WHOOGLE_CONFIG_GET_ONLY Search using GET requests only (default: 1)
For more information regarding Environment vairables, Please do checkout here: https://github.com/benbusby/whoogle-search?tab=readme-ov-file#environment-variables
📝 Notes
- Source repo: https://github.com/benbusby/whoogle-search
Template Content
Whoogle Search
benbusby/whoogle-search