peertube_ynh/manifest.json

57 lines
1.6 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"
},
"multi_instance": true,
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 email(Can be other then the LDAP emails and can be changed after installation)"
2017-12-08 00:35:52 +01:00
},
"example": "johndoe@example.com"
},
{
"name": "port",
"ask": {
"en": "Enter a port(default:9000).If the port is occupied by other app change it to any other value."
},
"default": "9000"
},
2017-12-08 00:35:52 +01:00
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?"
},
"default": true
}
]
}
}