Initial commit
This commit is contained in:
81
manifest.json
Normal file
81
manifest.json
Normal file
@@ -0,0 +1,81 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user