mirror of
https://github.com/YunoHost-Apps/metabase_ynh.git
synced 2024-09-03 19:46:00 +02:00
[autopatch] Add Common Platform Enumeration id to manifest.json
This commit is contained in:
parent
60cf47a801
commit
1364ed36a7
1 changed files with 5 additions and 4 deletions
|
@ -12,7 +12,8 @@
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
"website": "https://www.metabase.com/",
|
"website": "https://www.metabase.com/",
|
||||||
"admindoc": "https://www.metabase.com/docs/latest/",
|
"admindoc": "https://www.metabase.com/docs/latest/",
|
||||||
"code": "https://github.com/metabase/metabase"
|
"code": "https://github.com/metabase/metabase",
|
||||||
|
"cpe": "cpe:2.3:a:metabase:metabase"
|
||||||
},
|
},
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
@ -29,7 +30,8 @@
|
||||||
"postgres"
|
"postgres"
|
||||||
],
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install": [{
|
"install": [
|
||||||
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain"
|
"type": "domain"
|
||||||
},
|
},
|
||||||
|
@ -44,5 +46,4 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue