mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
61 lines
1.5 KiB
JSON
61 lines
1.5 KiB
JSON
{
|
|
"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é."
|
|
},
|
|
"version": "3.3.0~ynh3",
|
|
"url": "https://github.com/tootsuite/mastodon",
|
|
"license": "AGPL-3.0-or-later",
|
|
"maintainer": {
|
|
"name": "yalh76"
|
|
},
|
|
"previous_maintainer": [
|
|
{
|
|
"name": "cyp",
|
|
"email": "cyp@rouquin.me"
|
|
},
|
|
{
|
|
"name": "nemsia",
|
|
"email": "nemsia@nemsia.org"
|
|
}
|
|
],
|
|
"requirements": {
|
|
"yunohost": ">= 4.2.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"example": "example.com"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user",
|
|
"example": "johndoe"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
},
|
|
{
|
|
"name": "language",
|
|
"type": "string",
|
|
"ask": {
|
|
"en": "Choose the application language",
|
|
"fr": "Choisissez la langue de l'application"
|
|
},
|
|
"choices": ["en_EN", "fr_FR"],
|
|
"default": "fr_FR"
|
|
}
|
|
]
|
|
}
|
|
}
|