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

74 lines
1.6 KiB
JSON
Raw Normal View History

2017-04-08 04:04:27 +02:00
{
"name": "Mastodon",
"id": "mastodon",
"packaging_format": 1,
"description": {
"en": "Mastodon is a free, open-source social network.",
"fr": "Mastodon est un réseau social gratuit et open source."
},
2020-02-09 12:42:32 +01:00
"version": "3.1.0~ynh1",
2017-04-08 04:04:27 +02:00
"url": "https://github.com/tootsuite/mastodon",
2018-04-06 21:00:38 +02:00
"license": "AGPL-3.0-or-later",
2019-05-10 11:27:27 +02:00
"maintainer": [
{
"name": "cyp",
"email": "cyp@rouquin.me"
},
{
"name": "nemsia",
"email": "nemsia@nemsia.org"
2019-05-23 15:25:03 +02:00
},
{
"name": "yalh76"
2019-05-10 11:27:27 +02:00
}
],
2019-03-18 04:22:38 +01:00
"requirements": {
2019-05-10 11:28:21 +02:00
"yunohost": ">= 3.5"
2019-03-18 04:22:38 +01:00
},
"multi_instance": true,
2017-04-08 04:04:27 +02:00
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for Mastodon",
"fr": "Choisissez un domaine pour Mastodon"
},
2019-03-21 02:07:49 +01:00
"example": "example.com"
2017-04-08 04:04:27 +02:00
},
{
"name": "admin",
"type": "user",
"ask": {
2019-03-21 02:07:49 +01:00
"en": "Choose an admin user",
"fr": "Choisissez l'administrateur"
2017-04-08 04:04:27 +02:00
},
2019-03-21 02:07:49 +01:00
"example": "johndoe"
2017-04-08 04:04:27 +02:00
},
2019-03-22 23:09:55 +01:00
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public application?",
"fr": "Est-ce une application publique ?"
},
"default": true
},
2017-04-15 04:20:28 +02:00
{
"name": "language",
2019-03-21 02:07:49 +01:00
"type": "string",
2017-04-15 04:20:28 +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
}
]
}
}