Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

🐳 Matrix (An open network for secure, decentralized communication) server setup using Ansible and Docker

License

NotificationsYou must be signed in to change notification settings

spantaleev/matrix-docker-ansible-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Support room on MatrixdonateREUSE status

Matrix (An open network for secure, decentralized communication) server setup using Ansible and Docker

🎯 Purpose

ThisAnsible playbook is meant to help you run your ownMatrix homeserver, along with thevarious services related to that.

That is, it lets you join the Matrix network using your own user ID like@alice:example.com, all hosted on your own server (seeprerequisites).

We run allsupported services inDocker containers (seethe container images we use), which lets us have a predictable and up-to-date setup, across multiple supported distros (seeprerequisites) andarchitectures (x86/amd64 being recommended).

Installation (upgrades) and some maintenance tasks are automated usingAnsible (seeour Ansible guide).

☁ Self-hosting or Managed / SaaS

This Ansible playbook tries to make self-hosting and maintaining a Matrix server fairly easy (seeGetting started). Still, running any service smoothly requires knowledge, time and effort.

If you like theFOSS spirit of this Ansible playbook, but prefer to put the responsibility on someone else, you can alsoget a managed Matrix server from etke.cc (both hosting and on-premises) - a service built on top of this Ansible playbook but withadditional components andservices which all help you run a Matrix server with ease. Be advised that etke.cc operates on a subscription-based approach and there is no "just set up my server once and be done with it" option.

🚀 Getting started

We have detailed documentation in thedocs/ directory - see the Table of Contents in thedocumentation README.

While thelist of supported services and documentation is very extensive, you don't need to read through everything. We recommend:

  • Starting with the basics. You can always add/remove or tweak services later on.

  • Following our installation guide. There are two guides available for beginners and advanced users:

    • Quick start (for beginners): this is recommended for those who do not have an existing Matrix server and want to start quickly with "opinionated defaults".

    • Full installation guide (for advanced users): if you need to import an existing Matrix server's data into the new server or want to learn more while setting up the server, follow this guide by starting with thePrerequisites documentation page.

If you experience an issue on configuring the playbook, setting up your server, maintaining services on it, etc., please take a look at ourFAQ. If you cannot find an answer to your question, feel free to ask forhelp and support.

✔ Supported services

Using this playbook, you can get the following list of services configured on your server. Basically, this playbook aims to get you up-and-running with all the necessities around Matrix, without you having to do anything else.

Notes:

  • The list below is exhaustive. It includes optional or even some advanced components that you will most likely not need. Sticking with the defaults (which install a subset of the above components) is the best choice, especially for a new installation. You can always re-run the playbook later to add or remove components.

  • Deprecated or unmaintained services are not listed. You can find documentations for themhere.

Homeserver

The homeserver is the backbone of your Matrix system. Choose one from the following list.

NameDefault?DescriptionDocumentation
SynapseStoring your data and managing your presence in theMatrix networkLink
ConduitStoring your data and managing your presence in theMatrix network. Conduit is a lightweight open-source server implementation of the Matrix Specification with a focus on easy setup and low system requirementsLink
conduwuitStoring your data and managing your presence in theMatrix network. conduwuit is a fork of Conduit.Link
continuwuityStoring your data and managing your presence in theMatrix network. continuwuity is a continuation of conduwuit.Link
DendriteStoring your data and managing your presence in theMatrix network. Dendrite is a second-generation Matrix homeserver written in Go, an alternative to Synapse.Link

Clients

Web clients for Matrix that you can host on your own domains.

NameDefault?DescriptionDocumentation
Element WebDefault Matrix web client, configured to connect to your own Synapse serverLink
HydrogenLightweight Matrix client with legacy and mobile browser supportLink
CinnySimple, elegant and secure web clientLink
SchildiChat WebBased on Element Web, with a more traditional instant messaging experienceLink
FluffyChat WebThe cutest messenger in MatrixLink

Server Components

Services that run on the server to make the various parts of your installation work.

NameDefault?DescriptionDocumentation
PostgreSQLDatabase for Synapse.Using an external PostgreSQL server is also possible.Link
coturnSTUN/TURN server for WebRTC audio/video callsLink
TraefikWeb server, listening on ports 80, 443 and 8448 - standing in front of all the other services.Using your own webserver is also possible.Link
Let's EncryptFree SSL certificate, which secures the connection to all componentsLink
EximMail server, through which all Matrix services send outgoing email (can be configured to relay through another SMTP server)Link
ma1sdMatrix Identity ServerLink
ddclientDynamic DNSLink
LiveKit ServerWebRTC server for audio/video callsLink
Livekit JWT ServiceJWT service for integratingElement Call withLiveKit ServerLink

Authentication

Extend and modify how users are authenticated on your homeserver.

NameDefault?DescriptionDocumentation
matrix-synapse-rest-auth (advanced)REST authentication password provider moduleLink
matrix-synapse-shared-secret-auth (advanced)Password provider moduleLink
matrix-synapse-ldap3 (advanced)LDAP Auth password provider moduleLink
matrix-ldap-registration-proxy (advanced)Proxy that handles Matrix registration requests and forwards them to LDAPLink
matrix-registrationSimple python application to have a token based Matrix registrationLink
Matrix User Verification ServiceService to verify details of a user based on an Open ID tokenLink
synapse-simple-antispam (advanced)Spam checker moduleLink

File Storage

Use alternative file storage to the defaultmedia_store folder.

NameDefault?DescriptionDocumentation
GoofysAmazon S3 (or other S3-compatible object store) storage for Synapse's content repository (media_store) filesLink
synapse-s3-storage-providerAmazon S3 (or other S3-compatible object store) storage for Synapse's content repository (media_store) filesLink
matrix-media-repoHighly customizable multi-domain media repository for Matrix. Intended for medium to large deployments, this media repo de-duplicates media while being fully compliant with the specification.Link

Bridges

Bridges can be used to connect your Matrix installation with third-party communication networks.

NameDefault?DescriptionDocumentation
mautrix-discordBridge toDiscordLink
mautrix-slackBridge toSlackLink
mautrix-telegramBridge toTelegramLink
mautrix-gmessagesBridge toGoogle MessagesLink
mautrix-whatsappBridge toWhatsAppLink
mautrix-wsproxyBridge to Android SMS or Apple iMessageLink
mautrix-blueskyBridge toBlueskyLink
mautrix-twitterBridge toTwitterLink
mautrix-googlechatBridge toGoogle ChatLink
mautrix-metaBridge toMessenger andInstagramLink forMessenger /Instagram
mautrix-signalBridge toSignalLink
beeper-linkedinBridge toLinkedInLink
matrix-appservice-ircBridge toIRCLink
matrix-appservice-kakaotalkBridge toKakaotalkLink
matrix-appservice-discordBridge toDiscordLink
matrix-appservice-slackBridge toSlackLink
matrix-hookshotBridge for generic webhooks and multiple project management services, such as GitHub, GitLab, Figma, and Jira in particularLink
matrix-sms-bridgeBridge to SMSLink
matrix-steam-bridgeBridge toSteamLink
matrix-wechatBridge toWeChatLink
MatrixZulipBridgePuppeting appservice bridge forZulipLink
HeisenbridgeBouncer-style bridge toIRCLink
mx-puppet-groupmeBridge toGroupMeLink
mx-puppet-steamBridge toSteamLink
PostmoogleEmail to Matrix bridgeLink

Bots

Bots provide various additional functionality to your installation.

NameDefault?DescriptionDocumentation
baibotBot that exposes the power ofAI /Large Language Models to youLink
matrix-reminder-botBot for scheduling one-off & recurring reminders and alarmsLink
matrix-registration-botBot for invitations by creating and managing registration tokensLink
maubotPlugin-based Matrix bot systemLink
HonoroitHelpdesk botLink
MjolnirModeration tool for MatrixLink
DraupnirModeration tool for Matrix (Fork of Mjolnir)Link (forappservice mode)
BuscarronWeb forms (HTTP POST) to MatrixLink

Administration

Services that help you in administrating and monitoring your Matrix installation.

NameDefault?DescriptionDocumentation
matrix-alertmanager-receiverPrometheus'Alertmanager clientLink
Matrix Authentication ServiceOAuth 2.0 and OpenID Provider serverLink
synapse-adminWeb UI tool for administrating users and rooms on your Matrix serverLink
Metrics and GraphsConsists of thePrometheus time-series database server, the Prometheusnode-exporter host metrics exporter, and theGrafana web UI, withprometheus-nginxlog-exporter being available tooLink (forprometheus-nginxlog-exporter)
BorgBackupsLink
rageshakeBug report serverLink
synapse-usage-exporterExport the usage statistics of a Synapse homeserver to be scraped by Prometheus.Link

Misc

Various services that don't fit any other categories.

NameDefault?DescriptionDocumentation
sliding-sync(Superseded by Simplified Sliding Sync integrated into Synapse >1.114 and Conduit >0.6.0) Sliding Sync support for clients which require it (e.g. old Element X versions before Simplified Sliding Sync was developed)Link
synapse_auto_accept_inviteSynapse module to automatically accept invitesLink
synapse_auto_compressorCli tool that automatically compressesstate_groups database table in backgroundLink
Matrix Corporal (advanced)Reconciliator and gateway for a managed Matrix serverLink
Matrix.toSimple URL redirection service for the Matrix ecosystemLink
EtherpadOpen source collaborative text editorLink
JitsiOpen source video-conferencing platformLink
Cactus CommentsFederated comment system built on MatrixLink
PantalaimonE2EE aware proxy daemonLink
SygnalPush gatewayLink
ntfyPush notifications serverLink
Element CallA native Matrix video conferencing applicationLink

🆕 Changes

This playbook evolves over time, sometimes with backward-incompatible changes.

When updating the playbook, refer tothe changelog to catch up with what's new.

🆘 Support

🌐 Translation

See thei18n/README.md file for more information about translation.

Translations are still work in progress.

🤝 Related

You may also be interested inmash-playbook - another Ansible playbook for self-hosting non-Matrix services (see itsList of supported services).

mash-playbook also makes use ofTraefik as its reverse-proxy, so with minorinteroperability adjustments, you can make matrix-docker-ansible-deploy and mash-playbook co-exist and host Matrix and non-Matrix services on the same server.

About

🐳 Matrix (An open network for secure, decentralized communication) server setup using Ansible and Docker

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

    Languages


    [8]ページ先頭

    ©2009-2025 Movatter.jp