mirror of
https://github.com/YunoHost-Apps/invidious_ynh.git
synced 2024-09-03 19:15:55 +02:00
56 lines
1.7 KiB
JSON
56 lines
1.7 KiB
JSON
{
|
||
"name": "Invidious",
|
||
"id": "invidious",
|
||
"packaging_format": 1,
|
||
"description": {
|
||
"en": "Alternative front-end to YouTube",
|
||
"fr": "Front-end alternatif à YouTube"
|
||
},
|
||
"version": "22.02.25~ynh1",
|
||
"url": "https://invidio.us/",
|
||
"upstream": {
|
||
"license": "GPL-3.0-only",
|
||
"demo": "https://invidious.site/",
|
||
"admindoc": "https://docs.invidious.io/",
|
||
"userdoc": "https://github.com/iv-org/documentation",
|
||
"code": "https://github.com/iv-org/invidious"
|
||
},
|
||
"license": "GPL-3.0-only",
|
||
"maintainer": {
|
||
"name": "eric_G"
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">= 4.3.0"
|
||
},
|
||
"multi_instance": false,
|
||
"services": [
|
||
"nginx"
|
||
],
|
||
"arguments": {
|
||
"install" : [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain"
|
||
},
|
||
{
|
||
"name": "is_public",
|
||
"type": "boolean",
|
||
"help": {
|
||
"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."
|
||
},
|
||
"default": true
|
||
},
|
||
{
|
||
"name": "language",
|
||
"type": "string",
|
||
"ask": {
|
||
"en": "Choose the application language",
|
||
"fr": "Choisissez la langue de l'application"
|
||
},
|
||
"choices": ["de", "en-US", "es", "fr", "it", "nl", "pt-PT"],
|
||
"default": "fr"
|
||
}
|
||
]
|
||
}
|
||
}
|