diff options
| author | anmol26s <5068843+anmol26s@users.noreply.github.com> | 2019-04-18 20:10:37 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-18 20:10:37 +0530 |
| commit | 11f2ee86cdad204655f6b5ea398c65e9693ea381 (patch) | |
| tree | 332e666268f44a1b0ad951faf10582c1a6db58fa /manifest.json | |
| parent | 4feccb3125c7bd82a910aff06e674536107e6310 (diff) | |
| parent | 0494ace9aff9eaa8395bc0187f140c0eb975e645 (diff) | |
| download | mastodon_ynh-11f2ee86cdad204655f6b5ea398c65e9693ea381.tar.gz mastodon_ynh-11f2ee86cdad204655f6b5ea398c65e9693ea381.tar.bz2 mastodon_ynh-11f2ee86cdad204655f6b5ea398c65e9693ea381.zip | |
Merge pull request #130 from yalh76/develop
Upgrade to 2.7.4
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 28 |
1 files changed, 19 insertions, 9 deletions
diff --git a/manifest.json b/manifest.json index 3c06f54..fd70341 100644 --- a/manifest.json +++ b/manifest.json @@ -2,21 +2,21 @@ "name": "Mastodon", "id": "mastodon", "packaging_format": 1, - "requirements": { - "yunohost": ">= 2.7.1" - }, "description": { "en": "Mastodon is a free, open-source social network.", "fr": "Mastodon est un réseau social gratuit et open source." }, - "version": "2.6.5", + "version": "2.7.4~ynh1", "url": "https://github.com/tootsuite/mastodon", "license": "AGPL-3.0-or-later", "maintainer": { "name": "cyp, nemsia", "email": "cyp@rouquin.me, nemsia@nemsia.org" }, - "multi_instance": false, + "requirements": { + "yunohost": ">= 3.4" + }, + "multi_instance": true, "services": [ "nginx" ], @@ -29,19 +29,29 @@ "en": "Choose a domain for Mastodon", "fr": "Choisissez un domaine pour Mastodon" }, - "example": "domain.org" + "example": "example.com" }, { "name": "admin", "type": "user", "ask": { - "en": "Choose the Mastodon administrator (must be an existing YunoHost user)", - "fr": "Choisissez un administrateur Mastodon (doit être un utilisateur YunoHost)" + "en": "Choose an admin user", + "fr": "Choisissez l'administrateur" }, - "example": "john" + "example": "johndoe" }, + { + "name": "is_public", + "type": "boolean", + "ask": { + "en": "Is it a public application?", + "fr": "Est-ce une application publique ?" + }, + "default": true + }, { "name": "language", + "type": "string", "ask": { "en": "Choose the application language", "fr": "Choisissez la langue de l'application" |
