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

46 lines
867 B
JSON
Raw Normal View History

2017-02-13 20:43:41 +01:00
{
"name": "Synapse",
"id": "synapse",
"packaging_format": 1,
"requirements": {
2018-01-30 23:44:49 +01:00
"yunohost": ">= 2.7.9"
2017-02-13 20:43:41 +01:00
},
"description": {
"en": "Instant messaging server who use matrix",
"fr": "Un serveur de messagerie instantané basé sur matrix"
},
2018-04-17 08:00:44 +02:00
"version": "0.27.3~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"
},
"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 ?"
},
2017-12-30 15:59:05 +01:00
"default": 0
}
2017-02-13 20:43:41 +01:00
]
}
}