105 lines
2.2 KiB
JSON
105 lines
2.2 KiB
JSON
{
|
|
"app-spec-version": "1.2",
|
|
"subject": {
|
|
"name": {
|
|
"en": "WordPress"
|
|
},
|
|
"version": "6.8.3-php8.4-apache-2"
|
|
},
|
|
"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": "HostHostnameOrIPAddress",
|
|
"name": "host",
|
|
"description": {
|
|
"en": "Hostname or IP address of your server."
|
|
}
|
|
},
|
|
{
|
|
"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": "OperatingSystem",
|
|
"name": "os",
|
|
"description": {
|
|
"en": "Operating System."
|
|
}
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|