2017-12-08 00:35:52 +01:00
|
|
|
{
|
|
|
|
"name": "PeerTube",
|
|
|
|
"id": "peertube",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
2018-09-24 19:34:40 +02: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
|
|
|
},
|
2019-04-03 00:42:04 +02:00
|
|
|
"version": "1.2.1~ynh1",
|
2017-12-08 00:35:52 +01:00
|
|
|
"url": "https://github.com/Chocobozzz/PeerTube",
|
2018-03-30 15:38:49 +02:00
|
|
|
"license": "AGPL-3.0-only",
|
2017-12-08 00:35:52 +01:00
|
|
|
"maintainer": {
|
|
|
|
"name": "Anmol Sharma",
|
|
|
|
"email": "anmol@datamol.org"
|
|
|
|
},
|
|
|
|
"requirements": {
|
2019-04-03 00:42:04 +02:00
|
|
|
"yunohost": ">= 3.4"
|
2017-12-08 00:35:52 +01:00
|
|
|
},
|
2018-03-26 05:50:46 +02:00
|
|
|
"multi_instance": true,
|
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": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain",
|
|
|
|
"ask": {
|
|
|
|
"en": "Choose a domain name for PeerTube"
|
|
|
|
},
|
|
|
|
"example": "example.com"
|
|
|
|
},
|
|
|
|
{
|
2017-12-08 01:06:32 +01:00
|
|
|
"name": "email",
|
2017-12-08 00:35:52 +01:00
|
|
|
"ask": {
|
2018-03-30 15:38:49 +02:00
|
|
|
"en": "Choose an admin email (can be changed after installation)"
|
2017-12-08 00:35:52 +01:00
|
|
|
},
|
|
|
|
"example": "johndoe@example.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"ask": {
|
|
|
|
"en": "Is it a public application?"
|
|
|
|
},
|
|
|
|
"default": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|