91 lines
1.9 KiB
JSON
91 lines
1.9 KiB
JSON
|
|
{
|
||
|
|
"app-spec-version": "1.1",
|
||
|
|
"subject": {
|
||
|
|
"name": {
|
||
|
|
"en": "WordPress"
|
||
|
|
},
|
||
|
|
"version": "6.8.2-php8.1-apache"
|
||
|
|
},
|
||
|
|
"entitlements": [
|
||
|
|
{
|
||
|
|
"type": "PortUnspecifiedStaticNumber",
|
||
|
|
"name": "port-number",
|
||
|
|
"description": {
|
||
|
|
"en": "Number of the port used by WordPress."
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "ApplicationDataDirectoryPath",
|
||
|
|
"name": "folder-path",
|
||
|
|
"description": {
|
||
|
|
"en": "Folder used by the database to store data."
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "PortUnspecifiedStaticNumber",
|
||
|
|
"name": "db-port-number",
|
||
|
|
"description": {
|
||
|
|
"en": "Number of the port used by the database."
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "RandomAlphanumericString30Characters",
|
||
|
|
"name": "db-root-password",
|
||
|
|
"description": {
|
||
|
|
"en": "Password of the root database user."
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "RandomAlphanumericString30Characters",
|
||
|
|
"name": "db-name",
|
||
|
|
"description": {
|
||
|
|
"en": "Database name."
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "RandomAlphanumericString30Characters",
|
||
|
|
"name": "db-user",
|
||
|
|
"description": {
|
||
|
|
"en": "Name of the database user."
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "RandomAlphanumericString30Characters",
|
||
|
|
"name": "db-password",
|
||
|
|
"description": {
|
||
|
|
"en": "Password of the database user."
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "IDUserNumber",
|
||
|
|
"name": "uid",
|
||
|
|
"description": {
|
||
|
|
"en": "User ID number."
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "IDGroupNumber",
|
||
|
|
"name": "gid",
|
||
|
|
"description": {
|
||
|
|
"en": "Group ID number."
|
||
|
|
}
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"templates": [
|
||
|
|
"compose.yaml.hbs",
|
||
|
|
"embedded_ui/overview.html.hbs"
|
||
|
|
],
|
||
|
|
"actions": [
|
||
|
|
{
|
||
|
|
"type": "CreateDirectory",
|
||
|
|
"in": "ApplicationDataDirectory",
|
||
|
|
"name": "wordpress"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "CreateDirectory",
|
||
|
|
"in": "ApplicationDataDirectory",
|
||
|
|
"name": "mysql"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|