2017-12-08 00:35:52 +01:00
|
|
|
{
|
|
|
|
"name": "PeerTube",
|
|
|
|
"id": "peertube",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
2021-01-08 12:27:08 +01:00
|
|
|
"en": "Video streaming platform using P2P",
|
|
|
|
"fr": "Plateforme de diffusion vidéo par P2P"
|
2017-12-08 00:35:52 +01:00
|
|
|
},
|
2021-01-08 12:03:34 +01:00
|
|
|
"version": "3.0.0~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",
|
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": {
|
2020-06-01 23:13:09 +02:00
|
|
|
"yunohost": ">= 3.8.1"
|
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": {
|
2020-08-04 10:28:36 +02:00
|
|
|
"en": "Choose a domain name for PeerTube",
|
|
|
|
"fr": "Choisissez un nom de domaine pour PeerTube"
|
2017-12-08 00:35:52 +01:00
|
|
|
},
|
|
|
|
"example": "example.com"
|
|
|
|
},
|
|
|
|
{
|
2017-12-08 01:06:32 +01:00
|
|
|
"name": "email",
|
2020-08-04 10:28:36 +02:00
|
|
|
"type": "string",
|
2017-12-08 00:35:52 +01:00
|
|
|
"ask": {
|
2020-08-04 10:28:36 +02:00
|
|
|
"en": "Choose an admin email (can be changed after installation)",
|
2021-01-08 12:27:08 +01:00
|
|
|
"fr": "Choisissez une adresse email d'administrateur (peut être modifiée après l'installation)"
|
2017-12-08 00:35:52 +01:00
|
|
|
},
|
|
|
|
"example": "johndoe@example.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"ask": {
|
2020-08-04 10:28:36 +02:00
|
|
|
"en": "Is it a public application?",
|
|
|
|
"fr": "Est-ce une application publique ?"
|
2017-12-08 00:35:52 +01:00
|
|
|
},
|
|
|
|
"default": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|