2023-08-21 19:02:40 +00:00
|
|
|
{
|
|
|
|
"$schema": "../schema.json",
|
|
|
|
"name": "Whoogle Search",
|
|
|
|
"available": true,
|
|
|
|
"exposable": true,
|
|
|
|
"port": 8255,
|
|
|
|
"id": "whoogle",
|
2023-11-02 04:27:02 +00:00
|
|
|
"tipi_version": 3,
|
|
|
|
"version": "0.8.4",
|
2023-08-21 23:27:55 +00:00
|
|
|
"categories": [
|
|
|
|
"social"
|
|
|
|
],
|
2023-08-21 19:02:40 +00:00
|
|
|
"description": "Get Google search results, but without any ads, JavaScript, AMP links, cookies, or IP address tracking.",
|
|
|
|
"short_desc": "A self-hosted, ad-free, privacy-respecting metasearch engine.",
|
|
|
|
"author": "Ben Busby",
|
|
|
|
"source": "https://github.com/benbusby/whoogle-search",
|
2023-10-29 19:43:17 +00:00
|
|
|
"form_fields": [],
|
2023-11-02 04:27:02 +00:00
|
|
|
"supported_architectures": [
|
|
|
|
"arm64",
|
|
|
|
"amd64"
|
|
|
|
]
|
2023-08-21 19:02:40 +00:00
|
|
|
}
|