Initial commit

This commit is contained in:
2025-04-23 19:30:57 +00:00
commit fa513c13b7
5 changed files with 121 additions and 0 deletions

72
manifest.json Normal file
View File

@@ -0,0 +1,72 @@
{
"app-spec-version": "1.1",
"subject": {
"name": {
"en": "PostgreSQL"
},
"version": "17.4-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": "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": []
}