56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"name": "Searx",
|
|
"id": "searx",
|
|
"packaging_format": 1,
|
|
"requirements": {
|
|
"yunohost": ">> 2.3.15"
|
|
},
|
|
"description": {
|
|
"en": "A privacy-respecting, hackable metasearch engine",
|
|
"fr": "Un méta-moteur de recherche respectueux de la vie privée et bidouillable"
|
|
},
|
|
"url": "https://asciimoo.github.io/searx/",
|
|
"maintainer": {
|
|
"name": "opi",
|
|
"email": "opi@zeropi.net"
|
|
},
|
|
"multi_instance": "false",
|
|
"services": [
|
|
"nginx",
|
|
"uwsgi"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain for Searx",
|
|
"fr": "Choisissez un domaine pour Searx"
|
|
},
|
|
"example": "domain.org"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"ask": {
|
|
"en": "Choose a path for Searx",
|
|
"fr": "Choisissez un chemin pour Searx"
|
|
},
|
|
"example": "/searx",
|
|
"default": "/searx"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"ask": {
|
|
"en": "Is it a public Searx site ?",
|
|
"fr": "Est-ce un site public ?"
|
|
},
|
|
"choices": ["Yes", "No"],
|
|
"default": "Yes"
|
|
}
|
|
|
|
]
|
|
}
|
|
}
|