searxng-app/CloudronManifest.json
Rafael Caricio 2edb8d8e15
Predictable memory usage
Signed-off-by: Rafael Caricio <rafael@caricio.com>
2022-07-08 19:04:48 +02:00

31 lines
932 B
JSON

{
"id": "io.github.searxng.searxng",
"title": "searxng",
"author": "searxng authors",
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Privacy-respecting metasearch engine",
"version": "1.0.0",
"memoryLimit": 589719142400,
"healthCheckPath": "/",
"httpPort": 8888,
"addons": {
"localstorage": {},
"redis": {}
},
"manifestVersion": 2,
"website": "https://docs.searxng.org",
"contactEmail": "support@cloudron.io",
"icon": "file://logo.png",
"tags": [
"search", "metasearch", "bing", "google", "duckduckgo", "privacy"
],
"mediaLinks": [
"https://screenshots.cloudron.io/io.github.ascimoo.searx/1.png",
"https://screenshots.cloudron.io/io.github.ascimoo.searx/2.png",
"https://screenshots.cloudron.io/io.github.ascimoo.searx/3.png"
],
"minBoxVersion": "5.3.0",
"documentationUrl": "https://git.caric.io/cloudron-apps/searxng-app"
}