2017-12-08 00:35:52 +01:00
|
|
|
{
|
|
|
|
"name": "PeerTube",
|
|
|
|
"id": "peertube",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
2021-01-08 12:33:06 +01:00
|
|
|
"en": "Video streaming platform using P2P directly in the web browser, connected to a federated network",
|
|
|
|
"fr": "Plateforme de diffusion vidéo par P2P directement dans le navigateur, et connectée à un réseau fédéralisé"
|
2017-12-08 00:35:52 +01:00
|
|
|
},
|
2022-12-14 07:07:57 +01:00
|
|
|
"version": "5.0.0~ynh1",
|
2017-12-08 00:35:52 +01:00
|
|
|
"url": "https://github.com/Chocobozzz/PeerTube",
|
2021-06-29 22:13:41 +02:00
|
|
|
"upstream": {
|
|
|
|
"license": "AGPL-3.0-only",
|
2022-03-09 23:20:23 +01:00
|
|
|
"website": "https://joinpeertube.org/fr",
|
2021-06-29 22:13:41 +02:00
|
|
|
"demo": "http://peertube.cpy.re",
|
2022-03-09 23:20:23 +01:00
|
|
|
"admindoc": "https://docs.joinpeertube.org",
|
|
|
|
"code": "https://github.com/Chocobozzz/PeerTube"
|
2021-06-29 22:13:41 +02:00
|
|
|
},
|
2018-03-30 15:38:49 +02:00
|
|
|
"license": "AGPL-3.0-only",
|
2022-07-31 19:15:34 +02:00
|
|
|
"maintainer": {
|
|
|
|
"name": "yalh76"
|
|
|
|
},
|
2017-12-08 00:35:52 +01:00
|
|
|
"requirements": {
|
2022-09-22 20:18:23 +02:00
|
|
|
"yunohost": ">= 11.0.0"
|
2017-12-08 00:35:52 +01:00
|
|
|
},
|
2021-01-13 20:59:06 +01:00
|
|
|
"multi_instance": false,
|
2017-12-08 00:35:52 +01:00
|
|
|
"services": [
|
2018-02-28 16:41:02 +01:00
|
|
|
"nginx"
|
2017-12-08 00:35:52 +01:00
|
|
|
],
|
|
|
|
"arguments": {
|
2022-03-09 23:28:43 +01:00
|
|
|
"install": [
|
2017-12-08 00:35:52 +01:00
|
|
|
{
|
|
|
|
"name": "domain",
|
2021-11-30 11:38:23 +01:00
|
|
|
"type": "domain"
|
2017-12-08 00:35:52 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
2022-06-10 01:21:56 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "admin",
|
|
|
|
"type": "user"
|
2017-12-08 00:35:52 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|