1
0
Fork 0
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:
ericgaspar 2021-11-30 11:38:23 +01:00
parent 8306bf10ad
commit 6b0b7c2621
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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",