{ "version": 1, "manifestVersion": 2, "type": "app", "id": "io.cloudron.reviewboard", "title": "Review Board", "description": "Web-based code and document review tool. Tracks pending code, graphics, documents, and all discussions around product decisions. Supports Git, Mercurial, Perforce, and more.", "author": "Beanbag, Inc.", "website": "https://www.reviewboard.org", "contactEmail": "cloudron@tsys.dev", "tagline": "Code and document review platform", "version": "7.0.0", "healthCheckPath": "/health/", "httpPort": 8080, "memoryLimit": 1024, "addons": { "localstorage": true, "postgresql": { "version": "14" } }, "tcpPorts": { "HTTP_PORT": { "description": "Review Board HTTP port", "defaultValue": 8080 } }, "mediaLinks": [ "https://raw.githubusercontent.com/reviewboard/reviewboard/master/reviewboard/static/rb/images/icons@2x.png" ], "changelog": "Initial Cloudron package for Review Board", "icon": "file://logo.png" }