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

56 lines
1.5 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
},
2021-06-18 01:17:59 +02:00
"version": "3.2.1~ynh3",
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/",
"userdoc": "https://yunohost.org/#/app_peertube",
"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-05-13 22:41:53 +02:00
"yunohost": ">= 4.2.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",
"type": "domain",
"example": "example.com"
},
{
2021-02-26 04:16:57 +01:00
"name": "admin",
"type": "user",
"example": "johndoe"
2017-12-08 00:35:52 +01:00
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}