mastodon_ynh/manifest.json

70 lines
1.7 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": {
2021-12-07 21:46:49 +00:00
"en": "Libre and federated social network",
"fr": "Réseau social libre et fédéré"
2020-05-18 20:23:32 +00:00
},
2024-02-01 16:08:28 +00:00
"version": "4.2.5~ynh1",
2022-01-04 14:32:36 +00:00
"url": "https://github.com/mastodon/mastodon",
2021-12-08 10:14:48 +00:00
"upstream": {
"license": "AGPL-3.0-or-later",
"website": "https://joinmastodon.org/",
"demo": "https://joinmastodon.org/",
"admindoc": "https://docs.joinmastodon.org/",
2022-01-04 14:32:36 +00:00
"code": "https://github.com/mastodon/mastodon"
2021-12-08 10:14:48 +00:00
},
2020-05-18 20:23:32 +00:00
"license": "AGPL-3.0-or-later",
2021-04-09 22:18:53 +00:00
"maintainer": {
"name": "yalh76"
},
"previous_maintainer": [
2020-05-18 20:23:32 +00:00
{
"name": "cyp",
"email": "cyp@rouquin.me"
},
{
"name": "nemsia",
"email": "nemsia@nemsia.org"
}
],
2019-03-18 03:22:38 +00:00
"requirements": {
2024-01-13 13:22:38 +00:00
"yunohost": ">= 11.2"
2019-03-18 03:22:38 +00:00
},
2021-06-10 20:00:34 +00:00
"multi_instance": true,
2020-05-18 20:23:32 +00:00
"services": [
"nginx"
],
"arguments": {
"install": [
2020-05-18 20:23:32 +00:00
{
"name": "domain",
2021-12-07 21:40:13 +00:00
"type": "domain"
2020-05-18 20:23:32 +00:00
},
2019-03-22 22:09:55 +00:00
{
"name": "is_public",
"type": "boolean",
"default": true
},
2020-05-18 20:23:32 +00:00
{
"name": "language",
2023-09-23 18:52:10 +00:00
"type": "select",
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"
],
2020-05-18 20:23:32 +00:00
"default": "fr_FR"
2022-05-29 13:54:35 +00:00
},
{
"name": "admin",
"type": "user"
2020-05-18 20:23:32 +00:00
}
]
}
2017-04-08 02:04:27 +00:00
}