1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searxng_ynh.git synced 2024-09-03 20:26:00 +02:00
searxng_ynh/manifest.json

55 lines
1.6 KiB
JSON
Raw Normal View History

2022-11-23 10:08:54 +01:00
{
2022-11-23 10:27:18 +01:00
"name": "SearXNG",
"id": "searxng",
2022-11-23 10:08:54 +01:00
"packaging_format": 1,
"description": {
2023-03-02 23:55:02 +01:00
"en": "A free internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled",
"fr": "Un méta-moteur de recherche qui rassemble les résultats de plus de 70 services de recherche. Les utilisateurs ne sont ni suivis ni espionnés"
2022-11-23 10:08:54 +01:00
},
2023-07-15 08:20:52 +02:00
"version": "2023.07.14.07.50.48~ynh1",
2022-11-23 10:27:18 +01:00
"url": "https://docs.searxng.org/",
2022-11-23 10:08:54 +01:00
"upstream": {
2023-03-04 17:29:28 +01:00
"license": "AGPL-3.0-or-later",
2023-02-19 01:57:15 +01:00
"website": "https://docs.searxng.org/",
"demo": "https://searx.be/",
"admindoc": "https://docs.searxng.org/admin/",
"userdoc": "https://docs.searxng.org/user/",
"code": "https://github.com/searxng/searxng"
2022-11-23 10:08:54 +01:00
},
2023-03-02 23:55:02 +01:00
"license": "AGPL-3.0-or-later",
2022-11-23 10:08:54 +01:00
"maintainer": {
2022-11-23 10:27:18 +01:00
"name": "mh4ckt3mh4ckt1c4s",
"email": "mh4ckt3mh4ckt1c4s@protonmail.com"
2022-11-23 10:08:54 +01:00
},
"requirements": {
"yunohost": ">= 11.0.0"
},
2023-02-11 00:01:40 +01:00
"multi_instance": false,
2022-11-23 10:08:54 +01:00
"services": [
2022-11-23 10:27:18 +01:00
"nginx"
2022-11-23 10:08:54 +01:00
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
2023-02-19 01:57:15 +01:00
"example": "/searxng",
"default": "/searxng"
2022-11-23 10:08:54 +01:00
},
{
"name": "is_public",
"type": "boolean",
"default": true
},
{
"name": "admin",
"type": "user"
}
]
}
}