Use supervisor and fixup env generation

This commit is contained in:
Girish Ramakrishnan
2019-07-17 14:14:32 -07:00
parent 60c393d04a
commit b2dfe539d0
12 changed files with 169 additions and 139 deletions

View File

@@ -17,7 +17,7 @@
"ldap": {}
},
"minBoxVersion": "1.8.1",
"manifestVersion": 1,
"manifestVersion": 2,
"website": "https://joinmastodon.org/",
"contactEmail": "syn+cloudron@syn.im",
"icon": "logo.png",
@@ -30,5 +30,6 @@
],
"documentationUrl": "https://docs.joinmastodon.org/administration/post-installation/",
"postInstallMessage": "Follow the post-installation guide to promote users to admins",
"optionalSso": true
"optionalSso": true,
"minBoxVersion": "4.1.4"
}