mirror of
https://github.com/YunoHost-Apps/peertube_ynh.git
synced 2024-09-03 19:56:29 +02:00
Update manifest.json
This commit is contained in:
parent
8306bf10ad
commit
6b0b7c2621
1 changed files with 3 additions and 6 deletions
|
@ -13,7 +13,6 @@
|
||||||
"website": "https://joinpeertube.org/fr/",
|
"website": "https://joinpeertube.org/fr/",
|
||||||
"demo": "http://peertube.cpy.re",
|
"demo": "http://peertube.cpy.re",
|
||||||
"admindoc": "https://docs.joinpeertube.org/",
|
"admindoc": "https://docs.joinpeertube.org/",
|
||||||
"userdoc": "https://yunohost.org/#/app_peertube",
|
|
||||||
"code": "https://github.com/Chocobozzz/PeerTube/"
|
"code": "https://github.com/Chocobozzz/PeerTube/"
|
||||||
},
|
},
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
|
@ -27,7 +26,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.2.0"
|
"yunohost": ">= 4.3.0"
|
||||||
},
|
},
|
||||||
"multi_instance": false,
|
"multi_instance": false,
|
||||||
"services": [
|
"services": [
|
||||||
|
@ -37,13 +36,11 @@
|
||||||
"install" : [
|
"install" : [
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain"
|
||||||
"example": "example.com"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "admin",
|
"name": "admin",
|
||||||
"type": "user",
|
"type": "user"
|
||||||
"example": "johndoe"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
|
|
Loading…
Add table
Reference in a new issue