1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00
synapse_ynh/manifest.json

50 lines
1.1 KiB
JSON
Raw Normal View History

2017-02-13 20:43:41 +01:00
{
"name": "Synapse",
"id": "synapse",
"packaging_format": 1,
"description": {
"en": "Instant messaging server who use matrix",
"fr": "Un serveur de messagerie instantané basé sur matrix"
},
2019-08-20 00:10:06 +02:00
"version": "1.3.1~ynh1",
"url": "http://matrix.org",
2017-10-13 15:12:54 +02:00
"license": "Apache-2.0",
2017-02-13 20:43:41 +01:00
"maintainer": {
"name": "Josué Tille",
"email": "josue@tille.ch"
},
2019-04-30 19:15:33 +02:00
"requirements": {
"yunohost": ">= 3.5"
},
"multi_instance": true,
2017-02-13 20:43:41 +01:00
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for Synapse",
"fr": "Choisissez un domaine pour Synapse"
},
"example": "domain.org"
},
{
"name": "is_public",
"type": "boolean",
"ask": {
"en": "Is it a public server ?",
"fr": "Est-ce un serveur public ?"
},
"default": false,
2019-07-23 18:29:50 +02:00
"help": {
"en": "A public server means that anybody will be able to register on this server.",
2019-07-30 16:18:50 +02:00
"fr": "Un serveur public signifie que n'importe qui pourra s'enregistrer sur ce serveur."
2019-07-23 18:31:45 +02:00
},
}
2017-02-13 20:43:41 +01:00
]
}
}