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"
|
|
|
|
|
},
|
2022-01-14 19:09:22 +01:00
|
|
|
|
"version": "22.01.14~ynh1",
|
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/",
|
2021-07-27 13:59:54 +02:00
|
|
|
|
"admindoc": "https://docs.invidious.io/",
|
2021-05-20 16:17:32 +02:00
|
|
|
|
"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-12-15 23:52:41 +01:00
|
|
|
|
"yunohost": ">= 4.3.0"
|
2020-11-09 22:28:22 +01:00
|
|
|
|
},
|
|
|
|
|
"multi_instance": false,
|
|
|
|
|
"services": [
|
|
|
|
|
"nginx"
|
|
|
|
|
],
|
|
|
|
|
"arguments": {
|
|
|
|
|
"install" : [
|
|
|
|
|
{
|
|
|
|
|
"name": "domain",
|
2021-09-21 23:40:58 +02:00
|
|
|
|
"type": "domain"
|
2020-11-09 22:28:22 +01:00
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"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"
|
|
|
|
|
},
|
2021-07-27 13:59:54 +02:00
|
|
|
|
"choices": ["de", "en-US", "es", "fr", "it", "nl", "pt-PT"],
|
|
|
|
|
"default": "fr"
|
2020-11-10 12:25:09 +01:00
|
|
|
|
}
|
2020-11-09 22:28:22 +01:00
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|