Matrix Docker Ansible eploy
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 

586 lignes
27 KiB

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) 2018-2024, Slavi Pantaleev, Aine Etke, MDAD community
  3. # members
  4. # This file is distributed under the same license as the
  5. # matrix-docker-ansible-deploy package.
  6. # FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
  7. #
  8. #, fuzzy
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: matrix-docker-ansible-deploy \n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2026-04-03 11:56+0100\n"
  14. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  15. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  16. "Language: jp\n"
  17. "Language-Team: jp <LL@li.org>\n"
  18. "MIME-Version: 1.0\n"
  19. "Content-Type: text/plain; charset=utf-8\n"
  20. "Content-Transfer-Encoding: 8bit\n"
  21. "Generated-By: Babel 2.18.0\n"
  22. #: ../../../docs/configuring-playbook.md:17
  23. msgid "Configuring the playbook"
  24. msgstr ""
  25. #: ../../../docs/configuring-playbook.md:19
  26. msgid "<sup>[Prerequisites](prerequisites.md) > [Configuring DNS settings](configuring-dns.md) > [Getting the playbook](getting-the-playbook.md) > Configuring the playbook > [Installing](installing.md)</sup>"
  27. msgstr ""
  28. #: ../../../docs/configuring-playbook.md:21
  29. msgid "If you've configured your DNS records and retrieved the playbook's source code to your computer, you can start configuring the playbook. To do so, follow these steps inside the playbook directory:"
  30. msgstr ""
  31. #: ../../../docs/configuring-playbook.md:23
  32. msgid "create a directory to hold your configuration (`mkdir -p inventory/host_vars/matrix.example.com` where `example.com` is your \"base domain\")"
  33. msgstr ""
  34. #: ../../../docs/configuring-playbook.md:25
  35. msgid "copy the sample configuration file (`cp examples/vars.yml inventory/host_vars/matrix.example.com/vars.yml`)"
  36. msgstr ""
  37. #: ../../../docs/configuring-playbook.md:27
  38. msgid "edit the configuration file (`inventory/host_vars/matrix.example.com/vars.yml`) to your liking. You may also take a look at the various `roles/*/ROLE_NAME_HERE/defaults/main.yml` files (after importing external roles with `just update` into `roles/galaxy`) and see if there's something you'd like to copy over and override in your `vars.yml` configuration file."
  39. msgstr ""
  40. #: ../../../docs/configuring-playbook.md:29
  41. msgid "copy the sample inventory hosts file (`cp examples/hosts inventory/hosts`)"
  42. msgstr ""
  43. #: ../../../docs/configuring-playbook.md:31
  44. msgid "edit the inventory hosts file (`inventory/hosts`) to your liking"
  45. msgstr ""
  46. #: ../../../docs/configuring-playbook.md:33
  47. msgid "(optional, advanced) you may wish to keep your `inventory` directory under version control with [git](https://git-scm.com/) or any other version-control system. The `inventory` directory path is ignored via `.gitignore`, so it won't be part of the playbook repository. You can safely create a new git repository inside that directory with `git init`, etc."
  48. msgstr ""
  49. #: ../../../docs/configuring-playbook.md:35
  50. msgid "(optional, advanced) to run Ansible against multiple servers with different `sudo` credentials, you can copy the sample inventory hosts yaml file for each of your hosts: (`cp examples/host.yml inventory/my_host1.yml` …) and use the [`ansible-all-hosts.sh`](../bin/ansible-all-hosts.sh) script [in the installation step](installing.md)."
  51. msgstr ""
  52. #: ../../../docs/configuring-playbook.md:37
  53. msgid "For a basic Matrix installation, that's all you need."
  54. msgstr ""
  55. #: ../../../docs/configuring-playbook.md:39
  56. msgid "For a more custom setup, see the [Other configuration options](#other-configuration-options) below."
  57. msgstr ""
  58. #: ../../../docs/configuring-playbook.md:41
  59. msgid "[▶️](installing.md) When you're done with all the configuration you'd like to do, continue with [Installing](installing.md)."
  60. msgstr ""
  61. #: ../../../docs/configuring-playbook.md:43
  62. msgid "Other configuration options"
  63. msgstr ""
  64. #: ../../../docs/configuring-playbook.md:45
  65. msgid "**Note**: some of the roles like one for integrating Etherpad or Jitsi are managed by their own repositories, and the configuration files for them cannot be found locally (in `roles/galaxy`) until those roles are fetched from the upstream projects. Check [requirements.yml](../requirements.yml) for the URLs of those roles."
  66. msgstr ""
  67. #: ../../../docs/configuring-playbook.md:47
  68. msgid "Core service adjustments"
  69. msgstr ""
  70. #: ../../../docs/configuring-playbook.md:49
  71. msgid "Homeserver configuration:"
  72. msgstr ""
  73. #: ../../../docs/configuring-playbook.md:50
  74. msgid "[Configuring Synapse](configuring-playbook-synapse.md), if you're going with the default/recommended homeserver implementation"
  75. msgstr ""
  76. #: ../../../docs/configuring-playbook.md:52
  77. msgid "[Configuring Conduit](configuring-playbook-conduit.md), if you've switched to the [Conduit](https://conduit.rs) homeserver implementation"
  78. msgstr ""
  79. #: ../../../docs/configuring-playbook.md:54
  80. msgid "[Configuring continuwuity](configuring-playbook-continuwuity.md), if you've switched to the [continuwuity](https://continuwuity.org) homeserver implementation"
  81. msgstr ""
  82. #: ../../../docs/configuring-playbook.md:56
  83. msgid "[Configuring Dendrite](configuring-playbook-dendrite.md), if you've switched to the [Dendrite](https://matrix-org.github.io/dendrite) homeserver implementation"
  84. msgstr ""
  85. #: ../../../docs/configuring-playbook.md:58
  86. msgid "Server components:"
  87. msgstr ""
  88. #: ../../../docs/configuring-playbook.md:59
  89. msgid "[Using an external PostgreSQL server](configuring-playbook-external-postgres.md)"
  90. msgstr ""
  91. #: ../../../docs/configuring-playbook.md:61
  92. msgid "[Configuring a TURN server](configuring-playbook-turn.md) (advanced)"
  93. msgstr ""
  94. #: ../../../docs/configuring-playbook.md:63
  95. msgid "[Configuring the Traefik reverse-proxy](configuring-playbook-traefik.md) (advanced)"
  96. msgstr ""
  97. #: ../../../docs/configuring-playbook.md:65
  98. msgid "[Using your own webserver, instead of this playbook's Traefik reverse-proxy](configuring-playbook-own-webserver.md) (advanced)"
  99. msgstr ""
  100. #: ../../../docs/configuring-playbook.md:67
  101. msgid "[Adjusting SSL certificate retrieval](configuring-playbook-ssl-certificates.md) (advanced)"
  102. msgstr ""
  103. #: ../../../docs/configuring-playbook.md:69
  104. msgid "[Adjusting email-sending settings](configuring-playbook-email.md)"
  105. msgstr ""
  106. #: ../../../docs/configuring-playbook.md:71
  107. msgid "[Setting up Dynamic DNS](configuring-playbook-dynamic-dns.md)"
  108. msgstr ""
  109. #: ../../../docs/configuring-playbook.md:73
  110. msgid "Server connectivity:"
  111. msgstr ""
  112. #: ../../../docs/configuring-playbook.md:74
  113. msgid "[Enabling Telemetry for your Matrix server](configuring-playbook-telemetry.md)"
  114. msgstr ""
  115. #: ../../../docs/configuring-playbook.md:76
  116. msgid "[Controlling Matrix federation](configuring-playbook-federation.md)"
  117. msgstr ""
  118. #: ../../../docs/configuring-playbook.md:78
  119. msgid "[Configuring IPv6](./configuring-ipv6.md)"
  120. msgstr ""
  121. #: ../../../docs/configuring-playbook.md:80
  122. msgid "Clients"
  123. msgstr ""
  124. #: ../../../docs/configuring-playbook.md:82
  125. msgid "Web clients for Matrix that you can host on your own domains."
  126. msgstr ""
  127. #: ../../../docs/configuring-playbook.md:84
  128. msgid "[Configuring Element Web](configuring-playbook-client-element-web.md), if you're going with the default/recommended client"
  129. msgstr ""
  130. #: ../../../docs/configuring-playbook.md:86
  131. msgid "[Setting up Hydrogen](configuring-playbook-client-hydrogen.md), if you've enabled [Hydrogen](https://github.com/element-hq/hydrogen-web), a lightweight Matrix client with legacy and mobile browser support"
  132. msgstr ""
  133. #: ../../../docs/configuring-playbook.md:88
  134. msgid "[Setting up Cinny](configuring-playbook-client-cinny.md), if you've enabled [Cinny](https://github.com/ajbura/cinny), a web client focusing primarily on simple, elegant and secure interface"
  135. msgstr ""
  136. #: ../../../docs/configuring-playbook.md:90
  137. msgid "[Setting up Sable](configuring-playbook-client-sable.md), if you've enabled [Sable](https://github.com/7w1/sable), a web client focusing primarily on simple, elegant and secure interface"
  138. msgstr ""
  139. #: ../../../docs/configuring-playbook.md:92
  140. msgid "[Setting up SchildiChat Web](configuring-playbook-client-schildichat-web.md), if you've enabled [SchildiChat Web](https://schildi.chat/), a web client based on [Element Web](https://element.io/) with some extras and tweaks"
  141. msgstr ""
  142. #: ../../../docs/configuring-playbook.md:94
  143. msgid "[Setting up FluffyChat Web](configuring-playbook-client-fluffychat-web.md), if you've enabled [FluffyChat Web](https://github.com/krille-chan/fluffychat), a cute cross-platform messenger (web, iOS, Android) for Matrix written in [Flutter](https://flutter.dev/)"
  144. msgstr ""
  145. #: ../../../docs/configuring-playbook.md:97
  146. msgid "Authentication and user-related"
  147. msgstr ""
  148. #: ../../../docs/configuring-playbook.md:99
  149. msgid "Extend and modify how users are authenticated on your homeserver."
  150. msgstr ""
  151. #: ../../../docs/configuring-playbook.md:101
  152. msgid "[Setting up Matrix Authentication Service](configuring-playbook-matrix-authentication-service.md) (Next-generation auth for Matrix, based on OAuth 2.0/OIDC)"
  153. msgstr ""
  154. #: ../../../docs/configuring-playbook.md:103
  155. msgid "[Setting up Appservice Double Puppet](configuring-playbook-appservice-double-puppet.md)"
  156. msgstr ""
  157. #: ../../../docs/configuring-playbook.md:105
  158. msgid "[Setting up Ketesa](configuring-playbook-ketesa.md)"
  159. msgstr ""
  160. #: ../../../docs/configuring-playbook.md:107
  161. msgid "[Setting up matrix-registration](configuring-playbook-matrix-registration.md)"
  162. msgstr ""
  163. #: ../../../docs/configuring-playbook.md:109
  164. msgid "[Setting up the REST authentication password provider module](configuring-playbook-rest-auth.md) (advanced)"
  165. msgstr ""
  166. #: ../../../docs/configuring-playbook.md:111
  167. msgid "[Setting up the Shared Secret Auth password provider module](configuring-playbook-shared-secret-auth.md) (advanced)"
  168. msgstr ""
  169. #: ../../../docs/configuring-playbook.md:113
  170. msgid "[Setting up the LDAP authentication password provider module](configuring-playbook-ldap-auth.md) (advanced)"
  171. msgstr ""
  172. #: ../../../docs/configuring-playbook.md:115
  173. msgid "[Setting up matrix-ldap-registration-proxy](configuring-playbook-matrix-ldap-registration-proxy.md) (advanced)"
  174. msgstr ""
  175. #: ../../../docs/configuring-playbook.md:117
  176. msgid "[Setting up Synapse Simple Antispam](configuring-playbook-synapse-simple-antispam.md) (advanced)"
  177. msgstr ""
  178. #: ../../../docs/configuring-playbook.md:119
  179. msgid "[Setting up Matrix User Verification Service](configuring-playbook-user-verification-service.md) (advanced)"
  180. msgstr ""
  181. #: ../../../docs/configuring-playbook.md:121
  182. msgid "File Storage"
  183. msgstr ""
  184. #: ../../../docs/configuring-playbook.md:123
  185. msgid "Use alternative file storage to the default `media_store` folder."
  186. msgstr ""
  187. #: ../../../docs/configuring-playbook.md:125
  188. msgid "[Storing Matrix media files using matrix-media-repo](configuring-playbook-matrix-media-repo.md)"
  189. msgstr ""
  190. #: ../../../docs/configuring-playbook.md:127
  191. msgid "[Storing Synapse media files on Amazon S3 or another compatible Object Storage](configuring-playbook-s3.md)"
  192. msgstr ""
  193. #: ../../../docs/configuring-playbook.md:129
  194. msgid "[Storing Synapse media files on Amazon S3 with Goofys](configuring-playbook-s3-goofys.md)"
  195. msgstr ""
  196. #: ../../../docs/configuring-playbook.md:131
  197. msgid "[Storing Synapse media files on Amazon S3 with synapse-s3-storage-provider](configuring-playbook-synapse-s3-storage-provider.md)"
  198. msgstr ""
  199. #: ../../../docs/configuring-playbook.md:133
  200. msgid "Bridging other networks"
  201. msgstr ""
  202. #: ../../../docs/configuring-playbook.md:135
  203. msgid "Bridges can be used to connect your Matrix installation with third-party communication networks."
  204. msgstr ""
  205. #: ../../../docs/configuring-playbook.md:137
  206. msgid "[Setting up a Generic Mautrix Bridge](configuring-playbook-bridge-mautrix-bridges.md) — a common guide for configuring mautrix bridges"
  207. msgstr ""
  208. #: ../../../docs/configuring-playbook.md:139
  209. msgid "[Setting up Mautrix Bluesky bridging](configuring-playbook-bridge-mautrix-bluesky.md)"
  210. msgstr ""
  211. #: ../../../docs/configuring-playbook.md:141
  212. msgid "[Setting up Mautrix Discord bridging](configuring-playbook-bridge-mautrix-discord.md)"
  213. msgstr ""
  214. #: ../../../docs/configuring-playbook.md:143
  215. msgid "[Setting up Mautrix Telegram bridging](configuring-playbook-bridge-mautrix-telegram.md)"
  216. msgstr ""
  217. #: ../../../docs/configuring-playbook.md:145
  218. msgid "[Setting up Mautrix Slack bridging](configuring-playbook-bridge-mautrix-slack.md)"
  219. msgstr ""
  220. #: ../../../docs/configuring-playbook.md:147
  221. msgid "[Setting up Mautrix Google Messages bridging](configuring-playbook-bridge-mautrix-gmessages.md)"
  222. msgstr ""
  223. #: ../../../docs/configuring-playbook.md:149
  224. msgid "[Setting up Mautrix Whatsapp bridging](configuring-playbook-bridge-mautrix-whatsapp.md)"
  225. msgstr ""
  226. #: ../../../docs/configuring-playbook.md:151
  227. msgid "[Setting up Instagram bridging via Mautrix Meta](configuring-playbook-bridge-mautrix-meta-instagram.md)"
  228. msgstr ""
  229. #: ../../../docs/configuring-playbook.md:153
  230. msgid "[Setting up Messenger bridging via Mautrix Meta](configuring-playbook-bridge-mautrix-meta-messenger.md)"
  231. msgstr ""
  232. #: ../../../docs/configuring-playbook.md:155
  233. msgid "[Setting up Mautrix Google Chat bridging](configuring-playbook-bridge-mautrix-googlechat.md)"
  234. msgstr ""
  235. #: ../../../docs/configuring-playbook.md:157
  236. msgid "[Setting up Mautrix Twitter bridging](configuring-playbook-bridge-mautrix-twitter.md)"
  237. msgstr ""
  238. #: ../../../docs/configuring-playbook.md:159
  239. msgid "[Setting up Mautrix Signal bridging](configuring-playbook-bridge-mautrix-signal.md)"
  240. msgstr ""
  241. #: ../../../docs/configuring-playbook.md:161
  242. msgid "[Setting up Mautrix wsproxy for bridging Android SMS or Apple iMessage](configuring-playbook-bridge-mautrix-wsproxy.md)"
  243. msgstr ""
  244. #: ../../../docs/configuring-playbook.md:163
  245. msgid "[Setting up Appservice IRC bridging](configuring-playbook-bridge-appservice-irc.md)"
  246. msgstr ""
  247. #: ../../../docs/configuring-playbook.md:165
  248. msgid "[Setting up Appservice Discord bridging](configuring-playbook-bridge-appservice-discord.md)"
  249. msgstr ""
  250. #: ../../../docs/configuring-playbook.md:167
  251. msgid "[Setting up Appservice Kakaotalk bridging](configuring-playbook-bridge-appservice-kakaotalk.md)"
  252. msgstr ""
  253. #: ../../../docs/configuring-playbook.md:169
  254. msgid "[Setting up Beeper LinkedIn bridging](configuring-playbook-bridge-beeper-linkedin.md)"
  255. msgstr ""
  256. #: ../../../docs/configuring-playbook.md:171
  257. msgid "[Setting up matrix-hookshot](configuring-playbook-bridge-hookshot.md) — a bridge between Matrix and multiple project management services, such as [GitHub](https://github.com), [GitLab](https://about.gitlab.com) and [JIRA](https://www.atlassian.com/software/jira)."
  258. msgstr ""
  259. #: ../../../docs/configuring-playbook.md:173
  260. msgid "[Setting up MX Puppet GroupMe bridging](configuring-playbook-bridge-mx-puppet-groupme.md)"
  261. msgstr ""
  262. #: ../../../docs/configuring-playbook.md:175
  263. msgid "[Setting up Steam bridging](configuring-playbook-bridge-steam.md)"
  264. msgstr ""
  265. #: ../../../docs/configuring-playbook.md:177
  266. msgid "[Setting up MX Puppet Steam bridging](configuring-playbook-bridge-mx-puppet-steam.md)"
  267. msgstr ""
  268. #: ../../../docs/configuring-playbook.md:179
  269. msgid "[Setting up Postmoogle email bridging](configuring-playbook-bridge-postmoogle.md)"
  270. msgstr ""
  271. #: ../../../docs/configuring-playbook.md:181
  272. msgid "[Setting up Matrix SMS bridging](configuring-playbook-bridge-matrix-bridge-sms.md)"
  273. msgstr ""
  274. #: ../../../docs/configuring-playbook.md:183
  275. msgid "[Setting up Heisenbridge bouncer-style IRC bridging](configuring-playbook-bridge-heisenbridge.md)"
  276. msgstr ""
  277. #: ../../../docs/configuring-playbook.md:185
  278. msgid "[Setting up WeChat bridging](configuring-playbook-bridge-wechat.md)"
  279. msgstr ""
  280. #: ../../../docs/configuring-playbook.md:187
  281. msgid "Bots"
  282. msgstr ""
  283. #: ../../../docs/configuring-playbook.md:189
  284. msgid "Bots provide various additional functionality to your installation."
  285. msgstr ""
  286. #: ../../../docs/configuring-playbook.md:191
  287. msgid "[Setting up baibot](configuring-playbook-bot-baibot.md) — a bot through which you can talk to various [AI](https://en.wikipedia.org/wiki/Artificial_intelligence) / [Large Language Models](https://en.wikipedia.org/wiki/Large_language_model) services ([OpenAI](https://openai.com/)'s [ChatGPT](https://openai.com/blog/chatgpt/) and [others](https://github.com/etkecc/baibot/blob/main/docs/providers.md))"
  288. msgstr ""
  289. #: ../../../docs/configuring-playbook.md:193
  290. msgid "[Setting up matrix-reminder-bot](configuring-playbook-bot-matrix-reminder-bot.md) — a bot to remind you about stuff"
  291. msgstr ""
  292. #: ../../../docs/configuring-playbook.md:195
  293. msgid "[Setting up matrix-registration-bot](configuring-playbook-bot-matrix-registration-bot.md) — a bot to create and manage registration tokens to invite users"
  294. msgstr ""
  295. #: ../../../docs/configuring-playbook.md:197
  296. msgid "[Setting up maubot](configuring-playbook-bot-maubot.md) — a plugin-based Matrix bot system"
  297. msgstr ""
  298. #: ../../../docs/configuring-playbook.md:199
  299. msgid "[Setting up Honoroit](configuring-playbook-bot-honoroit.md) — a helpdesk bot"
  300. msgstr ""
  301. #: ../../../docs/configuring-playbook.md:201
  302. msgid "[Setting up Mjolnir](configuring-playbook-bot-mjolnir.md) — a moderation tool/bot"
  303. msgstr ""
  304. #: ../../../docs/configuring-playbook.md:203
  305. msgid "[Setting up Draupnir](configuring-playbook-bot-draupnir.md) — a moderation tool/bot, forked from Mjolnir and maintained by its former leader developer"
  306. msgstr ""
  307. #: ../../../docs/configuring-playbook.md:205
  308. msgid "[Setting up Draupnir for all/D4A](configuring-playbook-appservice-draupnir-for-all.md) — like the [Draupnir bot](configuring-playbook-bot-draupnir.md) mentioned above, but running in appservice mode and supporting multiple instances"
  309. msgstr ""
  310. #: ../../../docs/configuring-playbook.md:207
  311. msgid "[Setting up Buscarron](configuring-playbook-bot-buscarron.md) — a bot you can use to send any form (HTTP POST, HTML) to a (encrypted) Matrix room"
  312. msgstr ""
  313. #: ../../../docs/configuring-playbook.md:209
  314. msgid "Administration"
  315. msgstr ""
  316. #: ../../../docs/configuring-playbook.md:211
  317. msgid "Services that help you in administrating and monitoring your Matrix installation."
  318. msgstr ""
  319. #: ../../../docs/configuring-playbook.md:213
  320. msgid "[Setting up Prometheus Alertmanager integration via matrix-alertmanager-receiver](configuring-playbook-alertmanager-receiver.md)"
  321. msgstr ""
  322. #: ../../../docs/configuring-playbook.md:215
  323. msgid "[Enabling metrics and graphs (Prometheus, Grafana) for your Matrix server](configuring-playbook-prometheus-grafana.md)"
  324. msgstr ""
  325. #: ../../../docs/configuring-playbook.md:217
  326. msgid "[Setting up the rageshake bug report server](configuring-playbook-rageshake.md)"
  327. msgstr ""
  328. #: ../../../docs/configuring-playbook.md:219
  329. msgid "[Enabling synapse-usage-exporter for Synapse usage statistics](configuring-playbook-synapse-usage-exporter.md)"
  330. msgstr ""
  331. #: ../../../docs/configuring-playbook.md:221
  332. msgid "Backups:"
  333. msgstr ""
  334. #: ../../../docs/configuring-playbook.md:222
  335. msgid "[Setting up BorgBackup](configuring-playbook-backup-borg.md) — a full Matrix server backup solution, including the Postgres database"
  336. msgstr ""
  337. #: ../../../docs/configuring-playbook.md:224
  338. msgid "[Setting up Postgres backup](configuring-playbook-postgres-backup.md) — a Postgres-database backup solution (note: does not include other files)"
  339. msgstr ""
  340. #: ../../../docs/configuring-playbook.md:226
  341. msgid "Other specialized services"
  342. msgstr ""
  343. #: ../../../docs/configuring-playbook.md:228
  344. msgid "Various services that don't fit any other categories."
  345. msgstr ""
  346. #: ../../../docs/configuring-playbook.md:230
  347. msgid "[Setting up Element Call](configuring-playbook-element-call.md) — a native Matrix video conferencing application, built on top of the [Matrix RTC stack](configuring-playbook-matrix-rtc.md) (optional)"
  348. msgstr ""
  349. #: ../../../docs/configuring-playbook.md:232
  350. msgid "[Setting up LiveKit JWT Service](configuring-playbook-livekit-jwt-service.md) - a component of the [Matrix RTC stack](configuring-playbook-matrix-rtc.md) (optional)"
  351. msgstr ""
  352. #: ../../../docs/configuring-playbook.md:234
  353. msgid "[Setting up LiveKit Server](configuring-playbook-livekit-server.md) - a component of the [Matrix RTC stack](configuring-playbook-matrix-rtc.md) (optional)"
  354. msgstr ""
  355. #: ../../../docs/configuring-playbook.md:236
  356. msgid "[Setting up Matrix RTC](configuring-playbook-matrix-rtc.md) (optional)"
  357. msgstr ""
  358. #: ../../../docs/configuring-playbook.md:238
  359. msgid "[Setting up synapse-auto-compressor](configuring-playbook-synapse-auto-compressor.md) for compressing the database on Synapse homeservers"
  360. msgstr ""
  361. #: ../../../docs/configuring-playbook.md:240
  362. msgid "[Setting up Matrix Corporal](configuring-playbook-matrix-corporal.md) (advanced)"
  363. msgstr ""
  364. #: ../../../docs/configuring-playbook.md:242
  365. msgid "[Setting up Matrix.to](configuring-playbook-matrixto.md)"
  366. msgstr ""
  367. #: ../../../docs/configuring-playbook.md:244
  368. msgid "[Setting up Etherpad](configuring-playbook-etherpad.md)"
  369. msgstr ""
  370. #: ../../../docs/configuring-playbook.md:246
  371. msgid "[Setting up the Jitsi video-conferencing platform](configuring-playbook-jitsi.md)"
  372. msgstr ""
  373. #: ../../../docs/configuring-playbook.md:248
  374. msgid "[Setting up Cactus Comments](configuring-playbook-cactus-comments.md) — a federated comment system built on Matrix"
  375. msgstr ""
  376. #: ../../../docs/configuring-playbook.md:250
  377. msgid "[Setting up Pantalaimon (E2EE aware proxy daemon)](configuring-playbook-pantalaimon.md) (advanced)"
  378. msgstr ""
  379. #: ../../../docs/configuring-playbook.md:252
  380. msgid "[Setting up the Sygnal push gateway](configuring-playbook-sygnal.md)"
  381. msgstr ""
  382. #: ../../../docs/configuring-playbook.md:254
  383. msgid "[Setting up the ntfy push notifications server](configuring-playbook-ntfy.md)"
  384. msgstr ""
  385. #: ../../../docs/configuring-playbook.md:256
  386. msgid "Deprecated / unmaintained / removed services"
  387. msgstr ""
  388. #: ../../../docs/configuring-playbook.md:258
  389. msgid "**Note**: since a deprecated or unmaintained service will not be updated, its bug or vulnerability will be unlikely to get patched. It is recommended to migrate from the service to an alternative if any, and make sure to do your own research before you decide to keep it running nonetheless."
  390. msgstr ""
  391. #: ../../../docs/configuring-playbook.md:260
  392. msgid "[Configuring conduwuit](configuring-playbook-conduwuit.md) (removed; this component has been abandoned and unmaintained)"
  393. msgstr ""
  394. #: ../../../docs/configuring-playbook.md:262
  395. msgid "[Setting up the Sliding Sync proxy](configuring-playbook-sliding-sync-proxy.md) for clients which require Sliding Sync support (like old Element X versions, before it got switched to Simplified Sliding Sync)"
  396. msgstr ""
  397. #: ../../../docs/configuring-playbook.md:264
  398. msgid "[Setting up Appservice Slack bridging](configuring-playbook-bridge-appservice-slack.md) (removed; this component has been discontinued)"
  399. msgstr ""
  400. #: ../../../docs/configuring-playbook.md:266
  401. msgid "[Setting up Appservice Webhooks bridging](configuring-playbook-bridge-appservice-webhooks.md) (deprecated; the bridge's author suggests taking a look at [matrix-hookshot](https://github.com/matrix-org/matrix-hookshot) as a replacement, which can also be [installed using this playbook](configuring-playbook-bridge-hookshot.md))"
  402. msgstr ""
  403. #: ../../../docs/configuring-playbook.md:268
  404. msgid "[Setting up the Dimension integration manager](configuring-playbook-dimension.md) ([unmaintained](https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2806#issuecomment-1673559299); after [installing](installing.md))"
  405. msgstr ""
  406. #: ../../../docs/configuring-playbook.md:270
  407. msgid "[Setting up Email2Matrix](configuring-playbook-email2matrix.md) (removed; the author suggests taking a look at [Postmoogle](https://github.com/etkecc/postmoogle) as a replacement, which can also be [installed using this playbook](configuring-playbook-bridge-postmoogle.md))"
  408. msgstr ""
  409. #: ../../../docs/configuring-playbook.md:272
  410. msgid "[Setting up Go-NEB](configuring-playbook-bot-go-neb.md) (unmaintained; the bridge's author suggests taking a look at [matrix-hookshot](https://github.com/matrix-org/matrix-hookshot) as a replacement, which can also be [installed using this playbook](configuring-playbook-bridge-hookshot.md))"
  411. msgstr ""
  412. #: ../../../docs/configuring-playbook.md:274
  413. msgid "[Setting up Go Skype Bridge bridging](configuring-playbook-bridge-go-skype-bridge.md) (removed; Skype has been discontinued since May 2025)"
  414. msgstr ""
  415. #: ../../../docs/configuring-playbook.md:276
  416. msgid "[Setting up ma1sd Identity Server](configuring-playbook-ma1sd.md) (removed; this component has been unmaintained for a long time, so it has been removed from the playbook.)"
  417. msgstr ""
  418. #: ../../../docs/configuring-playbook.md:278
  419. msgid "[Setting up matrix-bot-chatgpt](configuring-playbook-bot-chatgpt.md) (unmaintained; the bridge's author suggests taking a look at [baibot](https://github.com/etkecc/baibot) as a replacement, which can also be [installed using this playbook](configuring-playbook-bot-baibot.md))"
  420. msgstr ""
  421. #: ../../../docs/configuring-playbook.md:280
  422. msgid "[Setting up Mautrix Facebook bridging](configuring-playbook-bridge-mautrix-facebook.md) (deprecated in favor of the Messenger/Instagram bridge with [mautrix-meta-messenger](configuring-playbook-bridge-mautrix-meta-messenger.md))"
  423. msgstr ""
  424. #: ../../../docs/configuring-playbook.md:282
  425. msgid "[Setting up Mautrix Instagram bridging](configuring-playbook-bridge-mautrix-instagram.md) (deprecated in favor of the Messenger/Instagram bridge with [mautrix-meta-instagram](configuring-playbook-bridge-mautrix-meta-instagram.md))"
  426. msgstr ""
  427. #: ../../../docs/configuring-playbook.md:284
  428. msgid "[Setting up MX Puppet Discord bridging](configuring-playbook-bridge-mx-puppet-discord.md) (removed; this component has been unmaintained for a long time, so it has been removed from the playbook. Consider [setting up Mautrix Discord bridging](configuring-playbook-bridge-mautrix-discord.md))"
  429. msgstr ""
  430. #: ../../../docs/configuring-playbook.md:286
  431. msgid "[Setting up MX Puppet Instagram bridging](configuring-playbook-bridge-mx-puppet-instagram.md) (removed; this component has been unmaintained for a long time, so it has been removed from the playbook. Consider [setting up Instagram bridging via Mautrix Meta](configuring-playbook-bridge-mautrix-meta-instagram.md))"
  432. msgstr ""
  433. #: ../../../docs/configuring-playbook.md:288
  434. msgid "[Setting up MX Puppet Skype bridging](configuring-playbook-bridge-mx-puppet-skype.md) (removed; this component has been broken for a long time, so it has been removed from the playbook. Consider [setting up Go Skype Bridge bridging](configuring-playbook-bridge-go-skype-bridge.md))"
  435. msgstr ""
  436. #: ../../../docs/configuring-playbook.md:290
  437. msgid "[Setting up MX Puppet Slack bridging](configuring-playbook-bridge-mx-puppet-slack.md) (removed; this component has been unmaintained for a long time, so it has been removed from the playbook. Consider [setting up Mautrix Slack bridging](configuring-playbook-bridge-mautrix-slack.md))"
  438. msgstr ""
  439. #: ../../../docs/configuring-playbook.md:292
  440. msgid "[Setting up MX Puppet Twitter bridging](configuring-playbook-bridge-mx-puppet-twitter.md) (removed; this component has been unmaintained for a long time, so it has been removed from the playbook. Consider [setting up Mautrix Twitter bridging](configuring-playbook-bridge-mautrix-twitter.md))"
  441. msgstr ""
  442. #: ../../../docs/configuring-playbook.md:294
  443. msgid "[Setting up Synapse Auto Invite Accept](configuring-playbook-synapse-auto-accept-invite.md) (removed; since Synapse [v1.109.0](https://github.com/element-hq/synapse/releases/tag/v1.109.0) the same feature is available natively.)"
  444. msgstr ""