mirror of
https://github.com/YunoHost-Apps/peertube_ynh.git
synced 2024-09-03 19:56:29 +02:00
49 lines
1.3 KiB
JSON
49 lines
1.3 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.0.0-beta.4",
|
|
"url": "https://github.com/Chocobozzz/PeerTube",
|
|
"license": "AGPL-3.0-only",
|
|
"maintainer": {
|
|
"name": "Anmol Sharma",
|
|
"email": "anmol@datamol.org"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 2.7.9"
|
|
},
|
|
"multi_instance": true,
|
|
"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 email (can be changed after installation)"
|
|
},
|
|
"example": "johndoe@example.com"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Is it a public application?"
|
|
},
|
|
"default": true
|
|
}
|
|
]
|
|
}
|
|
}
|