mirror of
https://github.com/YunoHost-Apps/mastodon_ynh.git
synced 2024-09-03 19:46:02 +02:00
69 lines
1.7 KiB
JSON
69 lines
1.7 KiB
JSON
{
|
|
"name": "Mastodon",
|
|
"id": "mastodon",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Libre and federated social network",
|
|
"fr": "Réseau social libre et fédéré"
|
|
},
|
|
"version": "4.2.3~ynh1",
|
|
"url": "https://github.com/mastodon/mastodon",
|
|
"upstream": {
|
|
"license": "AGPL-3.0-or-later",
|
|
"website": "https://joinmastodon.org/",
|
|
"demo": "https://joinmastodon.org/",
|
|
"admindoc": "https://docs.joinmastodon.org/",
|
|
"code": "https://github.com/mastodon/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.3.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": true
|
|
},
|
|
{
|
|
"name": "language",
|
|
"type": "select",
|
|
"ask": {
|
|
"en": "Choose the application language",
|
|
"fr": "Choisissez la langue de l'application"
|
|
},
|
|
"choices": [
|
|
"en_EN",
|
|
"fr_FR"
|
|
],
|
|
"default": "fr_FR"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user"
|
|
}
|
|
]
|
|
}
|
|
}
|