Files
pi-hosted/template/apps/whoogle.json
2022-03-26 11:15:25 -04:00

29 lines
768 B
JSON

{
"categories": [
"Other",
"Tools"
],
"description": "Self-hosted, ad-free, privacy-respecting Google metasearch engine.",
"image32": "benbusby/whoogle-search:0.7.1",
"image64": "benbusby/whoogle-search:0.7.1",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/whoogle.png",
"name": "whoogle",
"officialDoc": "https://github.com/benbusby/whoogle-search#g-manual-docker",
"preInstallScript": "install_whoogle.sh",
"platform": "linux",
"ports": [
"5001:5000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Whoogle",
"type": 1,
"videoID": 11,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Whoogle",
"container": "/config"
}
],
"webpage": "https://github.com/benbusby/whoogle-search"
}