12345678910111213141516171819202122232425262728 |
- {
- "id": "io.taiga.cloudronapp",
- "title": "Taiga",
- "author": "Taiga Authors",
- "tagline": "Taiga is a project management platform for startups and agile developers & designers.",
- "description": "file://DESCRIPTION.md",
- "version": "0.1.0",
- "healthCheckPath": "/",
- "httpPort": 8000,
- "addons": {
- "localstorage": {},
- "sendmail": {},
- "postgresql": {},
- "ldap": {}
- },
- "minBoxVersion": "0.0.1",
- "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"
- ]
- }
|