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",
2022-10-28 10:51:50 +02:00
"fr": "Serveur de messagerie instantané basé sur Matrix"
2017-02-13 20:43:41 +01:00
},
2022-10-27 02:55:52 +02:00
"version": "1.70.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"
},
2022-05-21 21:53:32 +02:00
"upstream": {
2022-08-21 09:15:18 +02:00
"license": "Apache-2.0",
2022-05-21 21:53:32 +02:00
"website": "https://matrix.org/",
"code": "https://github.com/matrix-org/synapse"
},
2019-04-30 19:15:33 +02:00
"requirements": {
2022-10-24 10:42:10 +02:00
"yunohost": ">= 4.1.2"
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"
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
},
{
2022-05-26 16:41:22 +02:00
"name": "is_free_registration",
"type": "boolean",
"ask": {
2022-10-28 10:51:50 +02:00
"en": "Is it a server with free registration?",
2022-05-26 16:41:22 +02:00
"fr": "Est-ce un serveur avec création de compte libre ?"
},
"default": false,
2022-08-21 09:15:18 +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
]
}
}