Files
docmost-port/manifest.json

82 lines
1.6 KiB
JSON
Raw Normal View History

2025-05-06 20:16:30 +00:00
{
"app-spec-version": "1.1",
"subject": {
"name": {
"en": "Docmost"
},
"version": "0.20.4"
},
"entitlements": [
{
"type": "RandomAlphanumericString40Characters",
"name": "docmost-app-secret",
"description": {
"en": "Docmost app secret."
}
},
{
"type": "RandomAlphanumericString30Characters",
"name": "postgresql-password",
"description": {
"en": "Password for the PostgreSQL database."
}
},
{
"type": "ApplicationDataDirectoryPath",
"name": "folder-path",
"description": {
"en": "Folder used to store data."
}
},
{
"type": "PortUnspecifiedStaticNumber",
"name": "port-number",
"description": {
"en": "Number of the port used by Docmost."
}
},
{
"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": "docmost"
},
{
"type": "CreateDirectory",
"in": "ApplicationDataDirectory",
"name": "postgresql"
},
{
"type": "CreateDirectory",
"in": "ApplicationDataDirectory",
"name": "redis"
}
]
}