35 lines
1.8 KiB
JSON
35 lines
1.8 KiB
JSON
{
|
|
"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": "/",
|
|
"httpPort": 3000,
|
|
"addons": {
|
|
"postgresql": {},
|
|
"localstorage": {},
|
|
"sendmail": {},
|
|
"redis": {}
|
|
},
|
|
"manifestVersion": 2,
|
|
"website": "https://docmost.com",
|
|
"contactEmail": "support@docmost.com",
|
|
"tags": [
|
|
"productivity",
|
|
"collaboration",
|
|
"documentation",
|
|
"wiki",
|
|
"knowledge-base"
|
|
],
|
|
"postInstallMessage": "Docmost has been installed successfully!\n\nTo get started:\n1. Access your Docmost instance at https://{{CLOUDRON_APP_DOMAIN}}\n2. Create your first workspace and admin account\n3. Start collaborating on documentation\n\nDefault configuration:\n- Email: Uses Cloudron's internal email server\n- Storage: Local storage in /app/data/uploads\n- Database: PostgreSQL (managed by Cloudron)\n- Cache: Redis (managed by Cloudron)\n\nCustomization:\nTo customize email, storage, or other settings, create /app/data/.env file:\n cloudron exec --app docmost\n cp /app/data/env.sample /app/data/.env\n nano /app/data/.env\n exit\n cloudron restart --app docmost\n\nFeatures 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": "9.0.0",
|
|
"memoryLimit": 512000000,
|
|
"optionalSso": false,
|
|
"mediaLinks": [
|
|
"https://docmost.com",
|
|
"https://github.com/docmost/docmost"
|
|
]
|
|
} |