1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invidious_ynh.git synced 2024-09-03 19:15:55 +02:00
invidious_ynh/manifest.json

61 lines
1.8 KiB
JSON
Raw Normal View History

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"
},
2023-02-14 20:53:39 +01:00
"version": "23.02.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": {
2022-08-28 19:25:33 +02:00
"yunohost": ">= 11.0.9"
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": "admin",
"type": "user"
},
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 nayant 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
]
}
}