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

66 lines
1.4 KiB
JSON
Raw Normal View History

2017-04-08 04:04:27 +02:00
{
2020-05-17 13:55:46 +02:00
"name": "Glitch-Soc",
"id": "glitch-soc",
2017-04-08 04:04:27 +02:00
"packaging_format": 1,
"description": {
2020-04-11 18:39:17 +02:00
"en": "A libre and federated social network.",
"fr": "Un réseau social libre et fédéré."
2017-04-08 04:04:27 +02:00
},
2020-05-17 13:55:46 +02:00
"version": "2020-05-14~ynh1",
"url": "https://glitch-soc.github.io/docs/",
2018-04-06 21:00:38 +02:00
"license": "AGPL-3.0-or-later",
2019-05-10 11:27:27 +02:00
"maintainer": [
{
2020-05-17 13:55:46 +02:00
"name": "Tagada"
2019-05-10 11:27:27 +02:00
}
],
2019-03-18 04:22:38 +01:00
"requirements": {
2019-08-04 19:32:22 +02:00
"yunohost": ">= 3.7"
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
}
]
}
}