1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mastodon_ynh.git synced 2024-09-03 19:46:02 +02:00
mastodon_ynh/manifest.json

70 lines
1.7 KiB
JSON
Raw Normal View History

2017-04-08 04:04:27 +02:00
{
2020-05-18 22:23:32 +02:00
"name": "Mastodon",
"id": "mastodon",
"packaging_format": 1,
"description": {
2021-12-07 22:46:49 +01:00
"en": "Libre and federated social network",
"fr": "Réseau social libre et fédéré"
2020-05-18 22:23:32 +02:00
},
2023-01-25 20:10:46 +01:00
"version": "4.0.2~ynh2",
2022-01-04 15:32:36 +01:00
"url": "https://github.com/mastodon/mastodon",
2021-12-08 11:14:48 +01:00
"upstream": {
"license": "AGPL-3.0-or-later",
"website": "https://joinmastodon.org/",
"demo": "https://joinmastodon.org/",
"admindoc": "https://docs.joinmastodon.org/",
2022-01-04 15:32:36 +01:00
"code": "https://github.com/mastodon/mastodon"
2021-12-08 11:14:48 +01:00
},
2020-05-18 22:23:32 +02:00
"license": "AGPL-3.0-or-later",
2021-04-10 00:18:53 +02:00
"maintainer": {
"name": "yalh76"
},
"previous_maintainer": [
2020-05-18 22:23:32 +02:00
{
"name": "cyp",
"email": "cyp@rouquin.me"
},
{
"name": "nemsia",
"email": "nemsia@nemsia.org"
}
],
2019-03-18 04:22:38 +01:00
"requirements": {
2021-12-07 22:40:13 +01:00
"yunohost": ">= 4.3.0"
2019-03-18 04:22:38 +01:00
},
2021-06-10 22:00:34 +02:00
"multi_instance": true,
2020-05-18 22:23:32 +02:00
"services": [
"nginx"
],
"arguments": {
"install": [
2020-05-18 22:23:32 +02:00
{
"name": "domain",
2021-12-07 22:40:13 +01:00
"type": "domain"
2020-05-18 22:23:32 +02:00
},
2019-03-22 23:09:55 +01:00
{
"name": "is_public",
"type": "boolean",
"default": true
},
2020-05-18 22:23:32 +02:00
{
"name": "language",
2019-03-21 02:07:49 +01:00
"type": "string",
2020-05-18 22:23:32 +02:00
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
"choices": [
"en_EN",
"fr_FR"
],
2020-05-18 22:23:32 +02:00
"default": "fr_FR"
2022-05-29 15:54:35 +02:00
},
{
"name": "admin",
"type": "user"
2020-05-18 22:23:32 +02:00
}
]
}
2017-04-08 04:04:27 +02:00
}