{ "name": "Synapse", "id": "synapse", "packaging_format": 1, "description": { "en": "Instant messaging server which uses Matrix", "fr": "Serveur de messagerie instantané basé sur Matrix" }, "version": "1.90.0~ynh1", "url": "http://matrix.org", "license": "Apache-2.0", "maintainer": { "name": "Josué Tille", "email": "josue@tille.ch" }, "upstream": { "license": "Apache-2.0", "website": "https://matrix.org/", "code": "https://github.com/matrix-org/synapse" }, "requirements": { "yunohost": ">= 11.0.11" }, "multi_instance": false, "services": [ "nginx" ], "arguments": { "install" : [ { "name": "domain", "type": "domain" }, { "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" }, "example": "domain.org", "default": "Same than the domain" }, { "name": "is_free_registration", "type": "boolean", "ask": { "en": "Is it a server with free registration?", "fr": "Est-ce un serveur avec création de compte libre ?" }, "default": false, "help": { "en": "A public server means that anybody will be able to register on this server.", "fr": "Un serveur public signifie que n'importe qui pourra s'enregistrer sur ce serveur." } }, { "name": "jitsi_server", "type": "string", "ask": { "en": "Jitsi server address for conferencing?", "fr": "Adresse du serveur Jitsi pour les conférences ?" }, "example": "domain.org", "default": "jitsi.riot.im" } ] } }