1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tube_ynh.git synced 2024-09-04 01:46:11 +02:00
tube_ynh/manifest.json

42 lines
932 B
JSON
Raw Normal View History

2022-08-27 00:04:19 +02:00
{
"name": "Tube",
"id": "tube",
"packaging_format": 1,
"description": {
2022-08-27 00:11:59 +02:00
"en": "Youtube-like, video Sharing App",
"fr": "Application de partage de vidéos de type Youtube"
2022-08-27 00:04:19 +02:00
},
2022-08-27 00:11:59 +02:00
"version": "1.1.13~ynh1",
"url": "https://tube.mills.io",
2022-08-27 00:04:19 +02:00
"upstream": {
2022-08-27 00:11:59 +02:00
"license": "MIT",
2022-08-27 00:04:19 +02:00
"demo": "https://tube.mills.io",
"code": "https://git.mills.io/prologic/tube"
},
"license": "MIT",
"maintainer": {
"name": "eric_G",
"email": ""
},
"requirements": {
"yunohost": ">= 11.0.9"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}