peertube_ynh/manifest.json
2017-12-11 09:58:25 +05:30

52 lines
1.3 KiB
JSON

{
"name": "PeerTube",
"id": "peertube",
"packaging_format": 1,
"description": {
"en": "Peertube is a p2p video sharing app which works in browser too"
},
"version": "1.0",
"url": "https://github.com/Chocobozzz/PeerTube",
"license": "AGPL",
"maintainer": {
"name": "Anmol Sharma",
"email": "anmol@datamol.org"
},
"requirements": {
"yunohost": ">= 2.7.2"
},
"multi_instance": false,
"services": [
"nginx",
"nodejs",
"postgresql"
],
"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": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?"
},
"default": true
}
]
}
}