mirror of
https://github.com/YunoHost-Apps/peertube_ynh.git
synced 2024-09-03 19:56:29 +02:00
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "PeerTube",
|
|
"id": "peertube",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Federated video streaming platform using P2P directly in the web browser",
|
|
"fr": "Plateforme fédéralisé de diffusion vidéo par P2P directement dans le navigateur"
|
|
},
|
|
"version": "5.2.0~ynh1",
|
|
"url": "https://github.com/Chocobozzz/PeerTube",
|
|
"upstream": {
|
|
"license": "AGPL-3.0-only",
|
|
"website": "https://joinpeertube.org/fr",
|
|
"demo": "http://peertube.cpy.re",
|
|
"admindoc": "https://docs.joinpeertube.org",
|
|
"code": "https://github.com/Chocobozzz/PeerTube"
|
|
},
|
|
"license": "AGPL-3.0-only",
|
|
"maintainer": {
|
|
"name": "yalh76"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 11.0.0"
|
|
},
|
|
"multi_instance": false,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user"
|
|
}
|
|
]
|
|
}
|
|
}
|