Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
|
matrix:synapse [2019/09/04 11:56] Frédéric Daniel Luc Lehobey créée |
matrix:synapse [2020/04/18 23:34] (Version actuelle) Frédéric Daniel Luc Lehobey |
||
|---|---|---|---|
| Ligne 3: | Ligne 3: | ||
| * https://github.com/matrix-org/synapse | * https://github.com/matrix-org/synapse | ||
| * FreedomBox : https://wiki.debian.org/FreedomBox/Manual/MatrixSynapse | * FreedomBox : https://wiki.debian.org/FreedomBox/Manual/MatrixSynapse | ||
| + | |||
| + | * Introduction : https://github.com/matrix-org/synapse/blob/master/README.rst | ||
| + | |||
| + | * [[TURN]] | ||
| + | |||
| + | ===== Code source ===== | ||
| + | * https://github.com/matrix-org/synapse/releases/latest | ||
| + | |||
| + | ===== Debian ===== | ||
| + | * https://tracker.debian.org/pkg/matrix-synapse | ||
| + | |||
| + | ===== Documentations ===== | ||
| + | ==== Installation ==== | ||
| + | * https://www.mytinydc.com/blog/matrix-synapse-installationserveur-clientriot/ | ||
| + | * https://kmj.at/how-to-setup-your-matrix-synapse-messaging-homeserver-may-2019-english/ | ||
| + | * « à la main » http://blog.theerrorlog.com/deploying-synapse-the-old-school-way.html | ||
| + | * Avec cloudflare : https://qubitrenegade.com/matrix/synapse/riot/privacy/chat/2019/08/01/Matrix-and-Riot-for-privacy-chat.html | ||
| + | ===== Authentification ===== | ||
| + | * Unix mais avec un module qui n'est plus maintenu : https://coshacks.blogspot.com/2019/06/matrix-synapse-authentication-from-unix.html | ||
| + | * « This project is no longer maintained. » https://github.com/kamax-matrix/matrix-synapse-rest-password-provider | ||
| + | * Avec npm : https://github.com/vranki/pam-auth-rest-api | ||
| + | |||
| + | * SAML 2 : https://edenmal.moe/post/2019/Matrix-Synapse-SAML2-Login/ | ||
| + | * Diaspora : https://git.fosscommunity.in/necessary129/synapse-diaspora-auth | ||
| + | * Un autre exemple : https://pypi.org/project/matrix-blockstack-password-provider/ | ||
| + | |||
| + | ==== Création de comptes ==== | ||
| + | |||
| + | * https://www.mytinydc.com/blog/matrix-synapse-installationserveur-clientriot/ | ||
| + | |||
| + | ==== LDAP ==== | ||
| + | * Dans Debian : https://github.com/matrix-org/matrix-synapse-ldap3 | ||
| + | * https://packages.debian.org/buster/matrix-synapse-ldap3 | ||
| + | |||
| + | ==== mxisd ==== | ||
| + | * https://github.com/kamax-matrix/mxisd/blob/master/docs/concepts.md | ||
| + | * Arrêt du développement, ils ne sont pas contents : https://github.com/kamax-matrix/mxisd | ||
| + | * Voir aussi https://github.com/kamax-matrix/mxisd/blob/master/EOL.md#end-of-life-notice sur l'arrêt | ||
| + | * Futur : https://gitlab.com/kamax-io/grid/gridepo | ||
| + | * https://matrix.org/docs/projects/other/matrix-synapse-rest-auth | ||
| + | |||
| + | ==== Mise à jour possible ==== | ||
| + | * https://www.mytinydc.com/blog/matrix-synapse-checkserverversion/ | ||