peertube_ynh/manifest.json
Pierre-Antoine Rault 69be43b53c Update to latest release
Instead of relying on the `develop` branch of PeerTube, rely on the
releases. This implies a few changes in the way we launch PeerTube and
since then, a few configuration options and dependencies have been
added.
2018-02-28 16:41:02 +01:00

59 lines
1.7 KiB
JSON

{
"name": "PeerTube",
"id": "peertube",
"packaging_format": 1,
"description": {
"en": "Video streaming platform using P2P directly in the web browser, connected to a federated network"
},
"version": "1.1",
"url": "https://github.com/Chocobozzz/PeerTube",
"license": "free",
"maintainer": {
"name": "Anmol Sharma",
"email": "anmol@datamol.org"
},
"requirements": {
"yunohost": ">= 2.7.2"
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for PeerTube"
},
"example": "example.com"
},
{
"name": "email",
"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"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?"
},
"default": true
}
]
}
}