Ver código fonte

Initial commit

Johannes Zellner 9 anos atrás
commit
a2b479e423
2 arquivos alterados com 23 adições e 0 exclusões
  1. 19 0
      CloudronManifest.json
  2. 4 0
      Dockerfile

+ 19 - 0
CloudronManifest.json

@@ -0,0 +1,19 @@
+{
+  "id": "io.taiga.cloudronapp",
+  "title": "Taiga",
+  "author": "Taiga Authors",
+  "description": "Taiga is a project management platform for startups and agile developers & designers who want a simple, beautiful tool that makes work truly enjoyable.",
+  "tagline": "Taiga is a project management platform for startups and agile developers & designers who want a simple, beautiful tool that makes work truly enjoyable.",
+  "version": "0.0.1",
+  "healthCheckPath": "/",
+  "httpPort": 8000,
+  "addons": {
+    "localstorage": {}
+  },
+  "minBoxVersion": "0.0.1",
+  "manifestVersion": 1,
+  "website": "https://taiga.io/",
+  "contactEmail": "support@cloudron.io",
+  "icon": "",
+  "mediaLinks": [ ]
+}

+ 4 - 0
Dockerfile

@@ -0,0 +1,4 @@
+FROM cloudron/base:0.3.1
+MAINTAINER Taiga Authors <support@cloudron.io>
+
+EXPOSE 8000