peertube_ynh/manifest.json

59 lines
1.7 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"
2017-12-08 00:35:52 +01:00
},
"version": "1.1",
2017-12-08 00:35:52 +01:00
"url": "https://github.com/Chocobozzz/PeerTube",
"license": "free",
2017-12-08 00:35:52 +01:00
"maintainer": {
"name": "Anmol Sharma",
"email": "anmol@datamol.org"
},
"requirements": {
"yunohost": ">= 2.7.2"
},
2017-12-08 01:06:32 +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",
"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": {
"en": "Choose an admin(root) email(Can be other then LDAP emails and can't be changed after installation)"
},
"example": "johndoe@example.com"
},
{
"name": "pass",
"type": "password",
"ask": {
"en": "Enter password of this administrator ≥ 6 character",
"fr": "Ajouter le mot de passe pour cette administrateur ≥ 6 charactères"
},
"example": "battery horse staple nenuphar"
},
2017-12-08 00:35:52 +01:00
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?"
},
"default": true
}
]
}
}