Parcourir la source

Make sso optional

Johannes il y a 8 ans
Parent
commit
b5bf106c20
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 3 2
      CloudronManifest.json

+ 3 - 2
CloudronManifest.json

@@ -3,11 +3,12 @@
   "title": "Taiga",
   "author": "Taiga Authors",
   "tagline": "Project management platform",
-  "version": "0.3.0",
+  "version": "0.4.0",
   "description": "file://DESCRIPTION.md",
   "changelog": "file://CHANGELOG",
   "healthCheckPath": "/",
   "httpPort": 8000,
+  "optionalSso": true,
   "addons": {
     "sendmail": {},
     "postgresql": {},
@@ -26,7 +27,7 @@
   ],
   "memoryLimit": 314572800,
   "developmentMode": false,
-  "minBoxVersion": "0.13.3",
+  "minBoxVersion": "0.80.0",
   "manifestVersion": 1,
   "website": "https://taiga.io/",
   "contactEmail": "support@cloudron.io",