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

53 lines
1.4 KiB
JSON
Raw Normal View History

2017-12-08 00:35:52 +01:00
{
"name": "PeerTube",
"id": "peertube",
"packaging_format": 1,
"description": {
"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-01-14 20:07:19 +01:00
"version": "4.0.0~ynh2",
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",
"website": "https://joinpeertube.org/fr/",
"demo": "http://peertube.cpy.re",
"admindoc": "https://docs.joinpeertube.org/",
"code": "https://github.com/Chocobozzz/PeerTube/"
},
2018-03-30 15:38:49 +02:00
"license": "AGPL-3.0-only",
2019-05-23 15:19:16 +02:00
"maintainer": [
{
"name": "Anmol Sharma",
"email": "anmol@datamol.org"
},
{
"name": "yalh76"
}
],
2017-12-08 00:35:52 +01:00
"requirements": {
2021-11-30 11:38:23 +01:00
"yunohost": ">= 4.3.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": [
"nginx"
2017-12-08 00:35:52 +01:00
],
"arguments": {
"install" : [
{
"name": "domain",
2021-11-30 11:38:23 +01:00
"type": "domain"
2017-12-08 00:35:52 +01:00
},
{
2021-02-26 04:16:57 +01:00
"name": "admin",
2021-11-30 11:38:23 +01:00
"type": "user"
2017-12-08 00:35:52 +01:00
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}