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

62 lines
1.5 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": {
"en": "A libre and federated social network.",
"fr": "Un réseau social libre et fédéré."
},
2021-04-26 22:35:12 +02:00
"version": "3.3.0~ynh3",
2020-05-18 22:23:32 +02:00
"url": "https://github.com/tootsuite/mastodon",
"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-04-23 21:34:19 +02:00
"yunohost": ">= 4.1.7"
2019-03-18 04:22:38 +01:00
},
"multi_instance": true,
2020-05-18 22:23:32 +02:00
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
2019-03-21 02:07:49 +01:00
"example": "example.com"
2020-05-18 22:23:32 +02:00
},
{
"name": "admin",
"type": "user",
2019-03-21 02:07:49 +01:00
"example": "johndoe"
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"],
"default": "fr_FR"
}
]
}
2017-04-08 04:04:27 +02:00
}