80 lines
1.6 KiB
JSON
80 lines
1.6 KiB
JSON
{
|
|
"app-spec-version": "1.1",
|
|
"subject": {
|
|
"name": {
|
|
"en": "MariaDB"
|
|
},
|
|
"version": "11.7.2-6"
|
|
},
|
|
"entitlements": [
|
|
{
|
|
"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": "RandomAlphanumericString30Characters",
|
|
"name": "db-name",
|
|
"description": {
|
|
"en": "Database name."
|
|
}
|
|
},
|
|
{
|
|
"type": "RandomAlphanumericString30Characters",
|
|
"name": "db-root-password",
|
|
"description": {
|
|
"en": "Root password of the database."
|
|
}
|
|
},
|
|
{
|
|
"type": "ApplicationDataDirectoryPath",
|
|
"name": "folder-path",
|
|
"description": {
|
|
"en": "Folder used by the database to store data."
|
|
}
|
|
},
|
|
{
|
|
"type": "PortUnspecifiedStaticNumber",
|
|
"name": "port-number",
|
|
"description": {
|
|
"en": "Number of the port used by the database."
|
|
}
|
|
},
|
|
{
|
|
"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": []
|
|
}
|