2017-04-08 04:04:27 +02:00
|
|
|
{
|
|
|
|
"name": "Mastodon",
|
|
|
|
"id": "mastodon",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"requirements": {
|
|
|
|
"yunohost": ">= 2.4"
|
|
|
|
},
|
|
|
|
"description": {
|
|
|
|
"en": "Mastodon is a free, open-source social network.",
|
|
|
|
"fr": "Mastodon est un réseau social gratuit et open source."
|
|
|
|
},
|
2017-05-01 22:06:37 +02:00
|
|
|
"version": "1.3.2",
|
2017-04-08 04:04:27 +02:00
|
|
|
"url": "https://github.com/tootsuite/mastodon",
|
2017-04-15 04:20:28 +02:00
|
|
|
"license": "AGPL v3.0",
|
2017-04-08 04:04:27 +02:00
|
|
|
"maintainer": {
|
2017-04-15 04:20:28 +02:00
|
|
|
"name": "cyp, nemsia",
|
|
|
|
"email": "cyp@rouquin.me, nemsia@nemsia.org"
|
2017-04-08 04:04:27 +02:00
|
|
|
},
|
|
|
|
"multi_instance": false,
|
|
|
|
"services": [
|
|
|
|
"nginx"
|
|
|
|
],
|
|
|
|
"arguments": {
|
|
|
|
"install" : [
|
|
|
|
{
|
|
|
|
"name": "domain",
|
|
|
|
"type": "domain",
|
|
|
|
"ask": {
|
|
|
|
"en": "Choose a domain for Mastodon",
|
|
|
|
"fr": "Choisissez un domaine pour Mastodon"
|
|
|
|
},
|
|
|
|
"example": "domain.org"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"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)"
|
|
|
|
},
|
|
|
|
"example": "john"
|
|
|
|
},
|
2017-04-13 17:19:53 +02:00
|
|
|
{
|
|
|
|
"name": "passwd",
|
|
|
|
"type": "password",
|
|
|
|
"ask": {
|
2017-04-30 03:00:02 +02:00
|
|
|
"en": "Enter password of this administrator ≥ 8 character",
|
|
|
|
"fr": "Ajouter le mot de passe pour cette administrateur ≥ 8 charactères"
|
2017-04-13 17:19:53 +02:00
|
|
|
},
|
|
|
|
"example": "adminpassword"
|
|
|
|
},
|
2017-04-15 04:20:28 +02:00
|
|
|
{
|
|
|
|
"name": "language",
|
|
|
|
"ask": {
|
|
|
|
"en": "Choose the application language",
|
|
|
|
"fr": "Choisissez la langue de l'application"
|
|
|
|
},
|
|
|
|
"choices": ["en_EN", "fr_FR"],
|
|
|
|
"default": "fr_FR"
|
2017-04-08 04:04:27 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|