1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searx_ynh.git synced 2024-09-03 20:16:30 +02:00

Upgrade to vv0.18.0

This commit is contained in:
yunohost-bot 2022-01-02 06:06:41 +00:00
parent 020e62102b
commit 780af1cfe7

View file

@ -1,56 +1,56 @@
{ {
"name": "Searx", "name": "Searx",
"id": "searx", "id": "searx",
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
"en": "Privacy-respecting, hackable metasearch engine", "en": "Privacy-respecting, hackable metasearch engine",
"fr": "Méta-moteur de recherche respectueux de la vie privée et bidouillable", "fr": "Méta-moteur de recherche respectueux de la vie privée et bidouillable",
"de": "Meta-Suchmaschine, die den Privatsphäre wahrt und 'hackable' ist" "de": "Meta-Suchmaschine, die den Privatsphäre wahrt und 'hackable' ist"
}, },
"version": "1.0.0~ynh4", "version": "v0.18.0~ynh1",
"url": "https://searx.github.io/searx/", "url": "https://searx.github.io/searx/",
"upstream": { "upstream": {
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"website": "https://searx.github.io/searx/", "website": "https://searx.github.io/searx/",
"demo": "https://demo.yunohost.org/searx/", "demo": "https://demo.yunohost.org/searx/",
"admindoc": "https://github.com/searx/searx/wiki", "admindoc": "https://github.com/searx/searx/wiki",
"code": "https://github.com/searx/searx" "code": "https://github.com/searx/searx"
}, },
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"maintainer": { "maintainer": {
"name": "opi", "name": "opi",
"email": "opi@zeropi.net" "email": "opi@zeropi.net"
}, },
"requirements": { "requirements": {
"yunohost": ">= 4.3.0" "yunohost": ">= 4.3.0"
}, },
"multi_instance": false, "multi_instance": false,
"services": [ "services": [
"nginx", "nginx",
"uwsgi" "uwsgi"
], ],
"arguments": { "arguments": {
"install" : [ "install": [
{ {
"name": "domain", "name": "domain",
"type": "domain" "type": "domain"
}, },
{ {
"name": "path", "name": "path",
"type": "path", "type": "path",
"example": "/searx", "example": "/searx",
"default": "/searx" "default": "/searx"
}, },
{ {
"name": "is_public", "name": "is_public",
"type": "boolean", "type": "boolean",
"help": { "help": {
"en": "If enabled, Searx will be accessible by people who do not have an account. This can be changed later via the webadmin.", "en": "If enabled, Searx will be accessible by people who do not have an account. This can be changed later via the webadmin.",
"fr": "Si cette case est cochée, Searx sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin.", "fr": "Si cette case est cochée, Searx sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin.",
"de": "Wenn aktiviert, ist Searx für Personen zugänglich, die kein Konto haben. Dies kann später über den Webadmin geändert werden" "de": "Wenn aktiviert, ist Searx für Personen zugänglich, die kein Konto haben. Dies kann später über den Webadmin geändert werden"
}, },
"default": true "default": true
} }
] ]
} }
} }