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

70 lines
1.9 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 which uses Matrix",
"fr": "Un serveur de messagerie instantané basé sur Matrix"
2017-02-13 20:43:41 +01:00
},
2021-11-03 00:40:53 +01:00
"version": "1.46.0~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": ">= 4.1"
2019-04-30 19:15:33 +02:00
},
"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"
},
2019-05-11 14:45:00 +02:00
"example": "synapse.domain.org"
2019-05-04 13:49:19 +02:00
},
{
"name": "server_name",
"type": "string",
"ask": {
"en": "If your Synapse domain is a subdomain, you can choose a name for your Synapse server to have your Matrix user-ids looking like @user:domain.org instead of @user:synapse.domain.org",
"fr": "Si votre domaine pour Synapse est un sous-domaine, vous pouvez choisir un nom pour votre serveur Synapse afin que vos identifiants Matrix soient @utilisateur:domain.org plutôt que @utilisateur:synapse.domain.org"
2019-05-04 13:49:19 +02:00
},
2019-08-24 15:38:14 +02:00
"example": "domain.org",
"default": "Same than the domain"
2017-02-13 20:43:41 +01:00
},
{
"name": "is_public",
"type": "boolean",
"ask": {
2020-05-14 09:16:09 +02:00
"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-09-10 22:06:22 +02:00
}
},
{
"name": "jitsi_server",
"type": "string",
"ask": {
2020-05-14 09:16:09 +02:00
"en": "Jitsi server address for conferencing?",
"fr": "Adresse du serveur Jitsi pour les conférences ?"
},
"example": "domain.org",
"default": "jitsi.riot.im"
}
2017-02-13 20:43:41 +01:00
]
}
}