searxng-app/CloudronManifest.json

31 lines
932 B
JSON
Raw Permalink Normal View History

2017-03-09 11:29:33 +00:00
{
"id": "io.github.searxng.searxng",
"title": "searxng",
"author": "searxng authors",
2017-03-09 11:29:33 +00:00
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Privacy-respecting metasearch engine",
"version": "1.0.0",
"memoryLimit": 589719142400,
2017-03-09 11:29:33 +00:00
"healthCheckPath": "/",
"httpPort": 8888,
"addons": {
"localstorage": {},
"redis": {}
2017-03-09 11:29:33 +00:00
},
2019-07-16 20:29:28 +00:00
"manifestVersion": 2,
"website": "https://docs.searxng.org",
2019-07-16 20:29:28 +00:00
"contactEmail": "support@cloudron.io",
2017-03-09 11:29:33 +00:00
"icon": "file://logo.png",
"tags": [
2021-02-23 02:38:30 +00:00
"search", "metasearch", "bing", "google", "duckduckgo", "privacy"
2017-03-09 11:29:33 +00:00
],
2019-07-16 20:44:56 +00:00
"mediaLinks": [
2020-12-14 20:32:39 +00:00
"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"
2019-07-16 20:44:56 +00:00
],
2020-07-10 09:02:00 +00:00
"minBoxVersion": "5.3.0",
"documentationUrl": "https://git.caric.io/cloudron-apps/searxng-app"
2017-03-09 11:29:33 +00:00
}