aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2019-05-10 02:00:48 +0200
committeryalh76 <yalh@yahoo.com>2019-05-10 02:00:48 +0200
commit2987ccf8b3aa393dbef79b874dfe5839a0ee10da (patch)
tree67aea4330d8c46fe8fc502f2091f88264b2bcc20 /manifest.json
parenteeec0653ac3e2c38bf6c46c93fdecf28d8dae1ab (diff)
parent11f2ee86cdad204655f6b5ea398c65e9693ea381 (diff)
downloadmastodon_ynh-2987ccf8b3aa393dbef79b874dfe5839a0ee10da.tar.gz
mastodon_ynh-2987ccf8b3aa393dbef79b874dfe5839a0ee10da.tar.bz2
mastodon_ynh-2987ccf8b3aa393dbef79b874dfe5839a0ee10da.zip
Merge branch 'develop'
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json29
1 files changed, 15 insertions, 14 deletions
diff --git a/manifest.json b/manifest.json
index 440e0fd..fd70341 100644
--- a/manifest.json
+++ b/manifest.json
@@ -2,21 +2,21 @@
"name": "Mastodon",
"id": "mastodon",
"packaging_format": 1,
- "requirements": {
- "yunohost": ">= 2.7.9"
- },
"description": {
"en": "Mastodon is a free, open-source social network.",
"fr": "Mastodon est un réseau social gratuit et open source."
},
- "version": "2.5.2",
+ "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,28 +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": "passwd",
- "type": "password",
+ "name": "is_public",
+ "type": "boolean",
"ask": {
- "en": "Enter password of this administrator ≥ 8 character",
- "fr": "Ajouter le mot de passe pour cette administrateur ≥ 8 charactères"
+ "en": "Is it a public application?",
+ "fr": "Est-ce une application publique ?"
},
- "example": "adminpassword"
+ "default": true
},
{
"name": "language",
+ "type": "string",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"