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
868 B
JSON
Raw Normal View History

2017-02-13 20:43:41 +01:00
{
"name": "Synapse",
"id": "synapse",
"packaging_format": 1,
"requirements": {
2018-05-04 23:46:31 +02:00
"yunohost": ">= 2.7.14"
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"
},
2019-03-01 22:31:43 +01:00
"version": "0.99.2~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
]
}
}