2020-11-09 22:28:22 +01:00
|
|
|
|
{
|
|
|
|
|
"name": "Invidious",
|
|
|
|
|
"id": "invidious",
|
|
|
|
|
"packaging_format": 1,
|
|
|
|
|
"description": {
|
|
|
|
|
"en": "Alternative front-end to YouTube",
|
|
|
|
|
"fr": "Front-end alternatif à YouTube"
|
|
|
|
|
},
|
2021-06-12 09:37:21 +02:00
|
|
|
|
"version": "0.20.1~ynh10",
|
2020-11-09 22:28:22 +01:00
|
|
|
|
"url": "https://invidio.us/",
|
2021-05-20 16:17:32 +02:00
|
|
|
|
"upstream": {
|
|
|
|
|
"license": "GPL-3.0-only",
|
|
|
|
|
"demo": "https://invidious.site/",
|
|
|
|
|
"admindoc": "https://yunohost.org/packaging_apps",
|
|
|
|
|
"userdoc": "https://github.com/iv-org/documentation",
|
|
|
|
|
"code": "https://github.com/iv-org/invidious"
|
|
|
|
|
},
|
2020-11-09 22:28:22 +01:00
|
|
|
|
"license": "GPL-3.0-only",
|
|
|
|
|
"maintainer": {
|
|
|
|
|
"name": "eric_G"
|
|
|
|
|
},
|
|
|
|
|
"requirements": {
|
2021-05-20 16:17:32 +02:00
|
|
|
|
"yunohost": ">= 4.2.4"
|
2020-11-09 22:28:22 +01:00
|
|
|
|
},
|
|
|
|
|
"multi_instance": false,
|
|
|
|
|
"services": [
|
|
|
|
|
"nginx"
|
|
|
|
|
],
|
|
|
|
|
"arguments": {
|
|
|
|
|
"install" : [
|
|
|
|
|
{
|
|
|
|
|
"name": "domain",
|
|
|
|
|
"type": "domain",
|
|
|
|
|
"example": "domain.org"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "is_public",
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"help": {
|
2020-12-04 12:11:13 +01:00
|
|
|
|
"en": "If enabled, Invidious 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, Invidious sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
2020-11-09 22:28:22 +01:00
|
|
|
|
},
|
|
|
|
|
"default": true
|
2020-11-10 11:53:07 +01:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "language",
|
|
|
|
|
"type": "string",
|
|
|
|
|
"ask": {
|
|
|
|
|
"en": "Choose the application language",
|
|
|
|
|
"fr": "Choisissez la langue de l'application"
|
|
|
|
|
},
|
2020-11-10 22:34:33 +01:00
|
|
|
|
"choices": ["fr", "en", "de"],
|
|
|
|
|
"default": "en"
|
2020-11-10 12:25:09 +01:00
|
|
|
|
}
|
2020-11-09 22:28:22 +01:00
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|