Initial Docmost Cloudron package
This commit is contained in:
36
CloudronManifest.json
Normal file
36
CloudronManifest.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"id": "com.docmost.app",
|
||||
"title": "Docmost",
|
||||
"author": "Docmost Team",
|
||||
"description": "Open-source collaborative wiki and documentation platform. A modern alternative to Confluence and Notion with real-time collaboration, diagram support, and multilingual capabilities.",
|
||||
"tagline": "Collaborative wiki and documentation platform",
|
||||
"version": "1.0.0",
|
||||
"healthCheckPath": "/api/health",
|
||||
"httpPort": 3000,
|
||||
"addons": {
|
||||
"postgresql": {},
|
||||
"localstorage": {},
|
||||
"sendmail": {},
|
||||
"redis": {}
|
||||
},
|
||||
"manifestVersion": 2,
|
||||
"website": "https://docmost.com",
|
||||
"contactEmail": "support@docmost.com",
|
||||
"icon": "logo.png",
|
||||
"tags": [
|
||||
"productivity",
|
||||
"collaboration",
|
||||
"documentation",
|
||||
"wiki",
|
||||
"knowledge-base"
|
||||
],
|
||||
"postInstallMessage": "Docmost has been installed successfully!\n\nTo get started:\n1. Access your Docmost instance at https://%s\n2. Create your first workspace and admin account\n3. Start collaborating on documentation\n\nDefault features include:\n- Real-time collaborative editing\n- Diagram support (Draw.io, Excalidraw, Mermaid)\n- Page history and permissions\n- Multilingual support\n\nFor more information, visit: https://docmost.com/docs",
|
||||
"minBoxVersion": "7.0.0",
|
||||
"maxBoxVersion": "8.0.0",
|
||||
"memoryLimit": 512000000,
|
||||
"optionalSso": true,
|
||||
"mediaLinks": [
|
||||
"https://docmost.com",
|
||||
"https://github.com/docmost/docmost"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user