From 3439deee04c810f4871936fc2699397c74ecd779 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 17 Jul 2019 17:29:04 -0700 Subject: [PATCH] Update manifest --- CloudronManifest.json | 11 +++++------ POSTINSTALL.md | 12 ++++++++++++ 2 files changed, 17 insertions(+), 6 deletions(-) create mode 100644 POSTINSTALL.md diff --git a/CloudronManifest.json b/CloudronManifest.json index 738df54..0af7f9e 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "A federated microblogging network that is decentralized between independently operated servers", - "version": "2.6.1", + "version": "0.1.0", "healthCheckPath": "/about", "httpPort": 8000, "memoryLimit": 1073741824, @@ -16,10 +16,10 @@ "sendmail": {}, "ldap": {} }, - "minBoxVersion": "1.8.1", + "minBoxVersion": "4.1.4", "manifestVersion": 2, "website": "https://joinmastodon.org/", - "contactEmail": "syn+cloudron@syn.im", + "contactEmail": "support@cloudron.io", "icon": "logo.png", "tags": [ "social", @@ -29,7 +29,6 @@ "https://upload.wikimedia.org/wikipedia/commons/0/0b/Mastodon_desktop_web_screenshot.png" ], "documentationUrl": "https://docs.joinmastodon.org/administration/post-installation/", - "postInstallMessage": "Follow the post-installation guide to promote users to admins", - "optionalSso": true, - "minBoxVersion": "4.1.4" + "postInstallMessage": "file://POSTINSTALL.md", + "optionalSso": true } diff --git a/POSTINSTALL.md b/POSTINSTALL.md new file mode 100644 index 0000000..2a7ae8c --- /dev/null +++ b/POSTINSTALL.md @@ -0,0 +1,12 @@ + +This app integrates with Cloudron user management. Cloudron users can login and access +Mastodon. + + +To make a user an administrator, use the [Web Terminal](https://cloudron.io/documentation/apps/#web-terminal) +and run the following command: + +``` +bin/tootctl accounts modify --role admin +``` +