Initial commit
This commit is contained in:
79
manifest.json
Normal file
79
manifest.json
Normal file
@@ -0,0 +1,79 @@
|
||||
{
|
||||
"spec-version": "1.1",
|
||||
"subject": {
|
||||
"name": {
|
||||
"en": "MariaDB"
|
||||
},
|
||||
"version": "11.7.2-5"
|
||||
},
|
||||
"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": []
|
||||
}
|
||||
Reference in New Issue
Block a user