mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
[autopatch] Add Common Platform Enumeration id to manifest.json
This commit is contained in:
parent
41f5f902e7
commit
a738bf1efd
1 changed files with 4 additions and 3 deletions
|
@ -14,7 +14,8 @@
|
||||||
"demo": "https://demo.nextcloud.com/",
|
"demo": "https://demo.nextcloud.com/",
|
||||||
"admindoc": "https://docs.nextcloud.com/server/stable/admin_manual/",
|
"admindoc": "https://docs.nextcloud.com/server/stable/admin_manual/",
|
||||||
"userdoc": "https://docs.nextcloud.com/server/latest/user_manual/en/",
|
"userdoc": "https://docs.nextcloud.com/server/latest/user_manual/en/",
|
||||||
"code": "https://github.com/nextcloud/server"
|
"code": "https://github.com/nextcloud/server",
|
||||||
|
"cpe": "cpe:2.3:a:nextcloud:nextcloud"
|
||||||
},
|
},
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
@ -31,7 +32,7 @@
|
||||||
"mysql"
|
"mysql"
|
||||||
],
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install" : [
|
"install": [
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain"
|
"type": "domain"
|
||||||
|
@ -66,4 +67,4 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue