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

58 lines
1.5 KiB
JSON
Raw Normal View History

2017-04-08 04:04:27 +02:00
{
2021-05-13 20:53:08 +02:00
"name": "Glitch-Soc",
2021-04-15 22:46:03 +02:00
"id": "glitchsoc",
2020-05-18 22:23:32 +02:00
"packaging_format": 1,
"description": {
2021-11-22 23:15:00 +01:00
"en": "Libre and federated social network, fork of Mastodon",
"fr": "Réseau social libre et fédéré, scission de Mastodon"
2020-05-18 22:23:32 +02:00
},
2022-01-05 15:05:55 +01:00
"version": "2021-12-27~ynh1",
2021-04-15 22:46:03 +02:00
"url": "https://github.com/glitch-soc/mastodon",
"upstream": {
"license": "free",
"website": "https://glitch-soc.github.io/docs/",
"code": "https://github.com/glitch-soc/mastodon"
},
2020-05-18 22:23:32 +02:00
"license": "AGPL-3.0-or-later",
2021-04-10 00:18:53 +02:00
"maintainer": {
"name": "Tagada"
2021-04-10 00:18:53 +02:00
},
2019-03-18 04:22:38 +01:00
"requirements": {
2021-11-22 23:15:00 +01:00
"yunohost": ">= 4.3.0"
2019-03-18 04:22:38 +01:00
},
"multi_instance": true,
2020-05-18 22:23:32 +02:00
"services": [
"nginx"
],
"arguments": {
2021-05-23 19:00:25 +02:00
"install": [
2020-05-18 22:23:32 +02:00
{
"name": "domain",
2021-11-22 23:15:00 +01:00
"type": "domain"
2020-05-18 22:23:32 +02:00
},
{
"name": "admin",
2021-11-22 23:15:00 +01:00
"type": "user"
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"
2021-05-23 19:00:25 +02:00
},
"choices": [
"en_EN",
"fr_FR"
],
2020-05-18 22:23:32 +02:00
"default": "fr_FR"
}
]
}
2017-04-08 04:04:27 +02:00
}