Files
pi-hosted/template/apps/whoogle.json

30 lines
832 B
JSON
Raw Normal View History

2022-02-23 00:00:46 -03:00
{
"categories": [
"Other",
"Tools"
],
"description": "Self-hosted, ad-free, privacy-respecting Google metasearch engine.",
"image_arm32": "benbusby/whoogle-search:latest",
"image_arm64": "benbusby/whoogle-search:latest",
"image_amd64": "benbusby/whoogle-search:latest",
2022-02-23 00:00:46 -03:00
"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",
2022-03-26 11:15:25 -04:00
"preInstallScript": "install_whoogle.sh",
"platform": "linux",
2022-02-23 00:00:46 -03:00
"ports": [
"5001:5000/tcp"
],
"restart_policy": "unless-stopped",
"title": "Whoogle",
"type": 1,
"videoID": "N.11",
2022-02-23 00:00:46 -03:00
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Whoogle",
"container": "/config"
}
],
"webpage": "https://github.com/benbusby/whoogle-search"
}