mastodon_ynh/manifest.json

74 lines
2 KiB
JSON
Raw Normal View History

2017-04-08 02:04:27 +00:00
{
2020-05-18 20:23:32 +00:00
"name": "Mastodon",
"id": "mastodon",
"packaging_format": 1,
"description": {
"en": "A libre and federated social network.",
"fr": "Un réseau social libre et fédéré."
},
2020-12-22 18:59:13 +00:00
"version": "3.2.2~ynh1",
2020-05-18 20:23:32 +00:00
"url": "https://github.com/tootsuite/mastodon",
"license": "AGPL-3.0-or-later",
"maintainer": [
{
"name": "cyp",
"email": "cyp@rouquin.me"
},
{
"name": "nemsia",
"email": "nemsia@nemsia.org"
},
{
"name": "yalh76"
}
],
2019-03-18 03:22:38 +00:00
"requirements": {
2021-02-17 18:47:47 +00:00
"yunohost": ">= 4.1.3"
2019-03-18 03:22:38 +00:00
},
"multi_instance": true,
2020-05-18 20:23:32 +00:00
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for Mastodon",
"fr": "Choisissez un domaine pour Mastodon"
},
2019-03-21 01:07:49 +00:00
"example": "example.com"
2020-05-18 20:23:32 +00:00
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose an admin user",
"fr": "Choisissez l'administrateur"
},
2019-03-21 01:07:49 +00:00
"example": "johndoe"
2020-05-18 20:23:32 +00:00
},
2019-03-22 22:09:55 +00:00
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
},
2020-05-18 20:23:32 +00:00
{
"name": "language",
2019-03-21 01:07:49 +00:00
"type": "string",
2020-05-18 20:23:32 +00:00
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
"choices": ["en_EN", "fr_FR"],
"default": "fr_FR"
}
]
}
2017-04-08 02:04:27 +00:00
}