123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "id": "io.taiga.cloudronapp",
- "title": "Taiga",
- "author": "Taiga Authors",
- "tagline": "Project management platform",
- "version": "0.4.0",
- "description": "file://DESCRIPTION.md",
- "changelog": "file://CHANGELOG",
- "healthCheckPath": "/",
- "httpPort": 8000,
- "optionalSso": true,
- "addons": {
- "sendmail": {},
- "postgresql": {},
- "localstorage": {},
- "ldap": {}
- },
- "tags": [
- "scrum",
- "kanban",
- "project management",
- "agile",
- "backlog",
- "srints",
- "issue tracking",
- "bug tracking"
- ],
- "memoryLimit": 314572800,
- "developmentMode": false,
- "minBoxVersion": "0.80.0",
- "manifestVersion": 1,
- "website": "https://taiga.io/",
- "contactEmail": "support@cloudron.io",
- "icon": "logo.png",
- "mediaLinks": [
- "https://i.imgur.com/lwD0kKR.png",
- "https://i.imgur.com/mgQu5QD.png",
- "https://i.imgur.com/YMXzySO.png",
- "https://i.imgur.com/zMEzCHv.png",
- "https://i.imgur.com/muT1pMw.png"
- ]
- }
|