mirror of
https://github.com/YunoHost-Apps/automad_ynh.git
synced 2024-09-03 18:06:04 +02:00
[autopatch] Add Common Platform Enumeration id to manifest.json
This commit is contained in:
parent
58d2d77a34
commit
19b5e1169d
1 changed files with 4 additions and 3 deletions
|
@ -14,7 +14,8 @@
|
||||||
"demo": "https://demo.example.com",
|
"demo": "https://demo.example.com",
|
||||||
"admindoc": "https://automad.org/getting-started",
|
"admindoc": "https://automad.org/getting-started",
|
||||||
"userdoc": "https://automad.org/user-guide",
|
"userdoc": "https://automad.org/user-guide",
|
||||||
"code": "https://github.com/marcantondahmen/automad"
|
"code": "https://github.com/marcantondahmen/automad",
|
||||||
|
"cpe": "cpe:2.3:a:automad:automad"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
@ -30,7 +31,7 @@
|
||||||
"php8.0-fpm"
|
"php8.0-fpm"
|
||||||
],
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install" : [
|
"install": [
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain"
|
"type": "domain"
|
||||||
|
@ -48,4 +49,4 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue