Matrix Docker Ansible eploy
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 

587 líneas
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: bg\n"
  17. "Language-Team: bg <LL@li.org>\n"
  18. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  19. "MIME-Version: 1.0\n"
  20. "Content-Type: text/plain; charset=utf-8\n"
  21. "Content-Transfer-Encoding: 8bit\n"
  22. "Generated-By: Babel 2.18.0\n"
  23. #: ../../../docs/configuring-playbook.md:17
  24. msgid "Configuring the playbook"
  25. msgstr ""
  26. #: ../../../docs/configuring-playbook.md:19
  27. 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>"
  28. msgstr ""
  29. #: ../../../docs/configuring-playbook.md:21
  30. 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:"
  31. msgstr ""
  32. #: ../../../docs/configuring-playbook.md:23
  33. msgid "create a directory to hold your configuration (`mkdir -p inventory/host_vars/matrix.example.com` where `example.com` is your \"base domain\")"
  34. msgstr ""
  35. #: ../../../docs/configuring-playbook.md:25
  36. msgid "copy the sample configuration file (`cp examples/vars.yml inventory/host_vars/matrix.example.com/vars.yml`)"
  37. msgstr ""
  38. #: ../../../docs/configuring-playbook.md:27
  39. 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."
  40. msgstr ""
  41. #: ../../../docs/configuring-playbook.md:29
  42. msgid "copy the sample inventory hosts file (`cp examples/hosts inventory/hosts`)"
  43. msgstr ""
  44. #: ../../../docs/configuring-playbook.md:31
  45. msgid "edit the inventory hosts file (`inventory/hosts`) to your liking"
  46. msgstr ""
  47. #: ../../../docs/configuring-playbook.md:33
  48. 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."
  49. msgstr ""
  50. #: ../../../docs/configuring-playbook.md:35
  51. 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)."
  52. msgstr ""
  53. #: ../../../docs/configuring-playbook.md:37
  54. msgid "For a basic Matrix installation, that's all you need."
  55. msgstr ""
  56. #: ../../../docs/configuring-playbook.md:39
  57. msgid "For a more custom setup, see the [Other configuration options](#other-configuration-options) below."
  58. msgstr ""
  59. #: ../../../docs/configuring-playbook.md:41
  60. msgid "[▶️](installing.md) When you're done with all the configuration you'd like to do, continue with [Installing](installing.md)."
  61. msgstr ""
  62. #: ../../../docs/configuring-playbook.md:43
  63. msgid "Other configuration options"
  64. msgstr ""
  65. #: ../../../docs/configuring-playbook.md:45
  66. 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."
  67. msgstr ""
  68. #: ../../../docs/configuring-playbook.md:47
  69. msgid "Core service adjustments"
  70. msgstr ""
  71. #: ../../../docs/configuring-playbook.md:49
  72. msgid "Homeserver configuration:"
  73. msgstr ""
  74. #: ../../../docs/configuring-playbook.md:50
  75. msgid "[Configuring Synapse](configuring-playbook-synapse.md), if you're going with the default/recommended homeserver implementation"
  76. msgstr ""
  77. #: ../../../docs/configuring-playbook.md:52
  78. msgid "[Configuring Conduit](configuring-playbook-conduit.md), if you've switched to the [Conduit](https://conduit.rs) homeserver implementation"
  79. msgstr ""
  80. #: ../../../docs/configuring-playbook.md:54
  81. msgid "[Configuring continuwuity](configuring-playbook-continuwuity.md), if you've switched to the [continuwuity](https://continuwuity.org) homeserver implementation"
  82. msgstr ""
  83. #: ../../../docs/configuring-playbook.md:56
  84. msgid "[Configuring Dendrite](configuring-playbook-dendrite.md), if you've switched to the [Dendrite](https://matrix-org.github.io/dendrite) homeserver implementation"
  85. msgstr ""
  86. #: ../../../docs/configuring-playbook.md:58
  87. msgid "Server components:"
  88. msgstr ""
  89. #: ../../../docs/configuring-playbook.md:59
  90. msgid "[Using an external PostgreSQL server](configuring-playbook-external-postgres.md)"
  91. msgstr ""
  92. #: ../../../docs/configuring-playbook.md:61
  93. msgid "[Configuring a TURN server](configuring-playbook-turn.md) (advanced)"
  94. msgstr ""
  95. #: ../../../docs/configuring-playbook.md:63
  96. msgid "[Configuring the Traefik reverse-proxy](configuring-playbook-traefik.md) (advanced)"
  97. msgstr ""
  98. #: ../../../docs/configuring-playbook.md:65
  99. msgid "[Using your own webserver, instead of this playbook's Traefik reverse-proxy](configuring-playbook-own-webserver.md) (advanced)"
  100. msgstr ""
  101. #: ../../../docs/configuring-playbook.md:67
  102. msgid "[Adjusting SSL certificate retrieval](configuring-playbook-ssl-certificates.md) (advanced)"
  103. msgstr ""
  104. #: ../../../docs/configuring-playbook.md:69
  105. msgid "[Adjusting email-sending settings](configuring-playbook-email.md)"
  106. msgstr ""
  107. #: ../../../docs/configuring-playbook.md:71
  108. msgid "[Setting up Dynamic DNS](configuring-playbook-dynamic-dns.md)"
  109. msgstr ""
  110. #: ../../../docs/configuring-playbook.md:73
  111. msgid "Server connectivity:"
  112. msgstr ""
  113. #: ../../../docs/configuring-playbook.md:74
  114. msgid "[Enabling Telemetry for your Matrix server](configuring-playbook-telemetry.md)"
  115. msgstr ""
  116. #: ../../../docs/configuring-playbook.md:76
  117. msgid "[Controlling Matrix federation](configuring-playbook-federation.md)"
  118. msgstr ""
  119. #: ../../../docs/configuring-playbook.md:78
  120. msgid "[Configuring IPv6](./configuring-ipv6.md)"
  121. msgstr ""
  122. #: ../../../docs/configuring-playbook.md:80
  123. msgid "Clients"
  124. msgstr ""
  125. #: ../../../docs/configuring-playbook.md:82
  126. msgid "Web clients for Matrix that you can host on your own domains."
  127. msgstr ""
  128. #: ../../../docs/configuring-playbook.md:84
  129. msgid "[Configuring Element Web](configuring-playbook-client-element-web.md), if you're going with the default/recommended client"
  130. msgstr ""
  131. #: ../../../docs/configuring-playbook.md:86
  132. 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"
  133. msgstr ""
  134. #: ../../../docs/configuring-playbook.md:88
  135. 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"
  136. msgstr ""
  137. #: ../../../docs/configuring-playbook.md:90
  138. 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"
  139. msgstr ""
  140. #: ../../../docs/configuring-playbook.md:92
  141. 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"
  142. msgstr ""
  143. #: ../../../docs/configuring-playbook.md:94
  144. 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/)"
  145. msgstr ""
  146. #: ../../../docs/configuring-playbook.md:97
  147. msgid "Authentication and user-related"
  148. msgstr ""
  149. #: ../../../docs/configuring-playbook.md:99
  150. msgid "Extend and modify how users are authenticated on your homeserver."
  151. msgstr ""
  152. #: ../../../docs/configuring-playbook.md:101
  153. msgid "[Setting up Matrix Authentication Service](configuring-playbook-matrix-authentication-service.md) (Next-generation auth for Matrix, based on OAuth 2.0/OIDC)"
  154. msgstr ""
  155. #: ../../../docs/configuring-playbook.md:103
  156. msgid "[Setting up Appservice Double Puppet](configuring-playbook-appservice-double-puppet.md)"
  157. msgstr ""
  158. #: ../../../docs/configuring-playbook.md:105
  159. msgid "[Setting up Ketesa](configuring-playbook-ketesa.md)"
  160. msgstr ""
  161. #: ../../../docs/configuring-playbook.md:107
  162. msgid "[Setting up matrix-registration](configuring-playbook-matrix-registration.md)"
  163. msgstr ""
  164. #: ../../../docs/configuring-playbook.md:109
  165. msgid "[Setting up the REST authentication password provider module](configuring-playbook-rest-auth.md) (advanced)"
  166. msgstr ""
  167. #: ../../../docs/configuring-playbook.md:111
  168. msgid "[Setting up the Shared Secret Auth password provider module](configuring-playbook-shared-secret-auth.md) (advanced)"
  169. msgstr ""
  170. #: ../../../docs/configuring-playbook.md:113
  171. msgid "[Setting up the LDAP authentication password provider module](configuring-playbook-ldap-auth.md) (advanced)"
  172. msgstr ""
  173. #: ../../../docs/configuring-playbook.md:115
  174. msgid "[Setting up matrix-ldap-registration-proxy](configuring-playbook-matrix-ldap-registration-proxy.md) (advanced)"
  175. msgstr ""
  176. #: ../../../docs/configuring-playbook.md:117
  177. msgid "[Setting up Synapse Simple Antispam](configuring-playbook-synapse-simple-antispam.md) (advanced)"
  178. msgstr ""
  179. #: ../../../docs/configuring-playbook.md:119
  180. msgid "[Setting up Matrix User Verification Service](configuring-playbook-user-verification-service.md) (advanced)"
  181. msgstr ""
  182. #: ../../../docs/configuring-playbook.md:121
  183. msgid "File Storage"
  184. msgstr ""
  185. #: ../../../docs/configuring-playbook.md:123
  186. msgid "Use alternative file storage to the default `media_store` folder."
  187. msgstr ""
  188. #: ../../../docs/configuring-playbook.md:125
  189. msgid "[Storing Matrix media files using matrix-media-repo](configuring-playbook-matrix-media-repo.md)"
  190. msgstr ""
  191. #: ../../../docs/configuring-playbook.md:127
  192. msgid "[Storing Synapse media files on Amazon S3 or another compatible Object Storage](configuring-playbook-s3.md)"
  193. msgstr ""
  194. #: ../../../docs/configuring-playbook.md:129
  195. msgid "[Storing Synapse media files on Amazon S3 with Goofys](configuring-playbook-s3-goofys.md)"
  196. msgstr ""
  197. #: ../../../docs/configuring-playbook.md:131
  198. msgid "[Storing Synapse media files on Amazon S3 with synapse-s3-storage-provider](configuring-playbook-synapse-s3-storage-provider.md)"
  199. msgstr ""
  200. #: ../../../docs/configuring-playbook.md:133
  201. msgid "Bridging other networks"
  202. msgstr ""
  203. #: ../../../docs/configuring-playbook.md:135
  204. msgid "Bridges can be used to connect your Matrix installation with third-party communication networks."
  205. msgstr ""
  206. #: ../../../docs/configuring-playbook.md:137
  207. msgid "[Setting up a Generic Mautrix Bridge](configuring-playbook-bridge-mautrix-bridges.md) — a common guide for configuring mautrix bridges"
  208. msgstr ""
  209. #: ../../../docs/configuring-playbook.md:139
  210. msgid "[Setting up Mautrix Bluesky bridging](configuring-playbook-bridge-mautrix-bluesky.md)"
  211. msgstr ""
  212. #: ../../../docs/configuring-playbook.md:141
  213. msgid "[Setting up Mautrix Discord bridging](configuring-playbook-bridge-mautrix-discord.md)"
  214. msgstr ""
  215. #: ../../../docs/configuring-playbook.md:143
  216. msgid "[Setting up Mautrix Telegram bridging](configuring-playbook-bridge-mautrix-telegram.md)"
  217. msgstr ""
  218. #: ../../../docs/configuring-playbook.md:145
  219. msgid "[Setting up Mautrix Slack bridging](configuring-playbook-bridge-mautrix-slack.md)"
  220. msgstr ""
  221. #: ../../../docs/configuring-playbook.md:147
  222. msgid "[Setting up Mautrix Google Messages bridging](configuring-playbook-bridge-mautrix-gmessages.md)"
  223. msgstr ""
  224. #: ../../../docs/configuring-playbook.md:149
  225. msgid "[Setting up Mautrix Whatsapp bridging](configuring-playbook-bridge-mautrix-whatsapp.md)"
  226. msgstr ""
  227. #: ../../../docs/configuring-playbook.md:151
  228. msgid "[Setting up Instagram bridging via Mautrix Meta](configuring-playbook-bridge-mautrix-meta-instagram.md)"
  229. msgstr ""
  230. #: ../../../docs/configuring-playbook.md:153
  231. msgid "[Setting up Messenger bridging via Mautrix Meta](configuring-playbook-bridge-mautrix-meta-messenger.md)"
  232. msgstr ""
  233. #: ../../../docs/configuring-playbook.md:155
  234. msgid "[Setting up Mautrix Google Chat bridging](configuring-playbook-bridge-mautrix-googlechat.md)"
  235. msgstr ""
  236. #: ../../../docs/configuring-playbook.md:157
  237. msgid "[Setting up Mautrix Twitter bridging](configuring-playbook-bridge-mautrix-twitter.md)"
  238. msgstr ""
  239. #: ../../../docs/configuring-playbook.md:159
  240. msgid "[Setting up Mautrix Signal bridging](configuring-playbook-bridge-mautrix-signal.md)"
  241. msgstr ""
  242. #: ../../../docs/configuring-playbook.md:161
  243. msgid "[Setting up Mautrix wsproxy for bridging Android SMS or Apple iMessage](configuring-playbook-bridge-mautrix-wsproxy.md)"
  244. msgstr ""
  245. #: ../../../docs/configuring-playbook.md:163
  246. msgid "[Setting up Appservice IRC bridging](configuring-playbook-bridge-appservice-irc.md)"
  247. msgstr ""
  248. #: ../../../docs/configuring-playbook.md:165
  249. msgid "[Setting up Appservice Discord bridging](configuring-playbook-bridge-appservice-discord.md)"
  250. msgstr ""
  251. #: ../../../docs/configuring-playbook.md:167
  252. msgid "[Setting up Appservice Kakaotalk bridging](configuring-playbook-bridge-appservice-kakaotalk.md)"
  253. msgstr ""
  254. #: ../../../docs/configuring-playbook.md:169
  255. msgid "[Setting up Beeper LinkedIn bridging](configuring-playbook-bridge-beeper-linkedin.md)"
  256. msgstr ""
  257. #: ../../../docs/configuring-playbook.md:171
  258. 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)."
  259. msgstr ""
  260. #: ../../../docs/configuring-playbook.md:173
  261. msgid "[Setting up MX Puppet GroupMe bridging](configuring-playbook-bridge-mx-puppet-groupme.md)"
  262. msgstr ""
  263. #: ../../../docs/configuring-playbook.md:175
  264. msgid "[Setting up Steam bridging](configuring-playbook-bridge-steam.md)"
  265. msgstr ""
  266. #: ../../../docs/configuring-playbook.md:177
  267. msgid "[Setting up MX Puppet Steam bridging](configuring-playbook-bridge-mx-puppet-steam.md)"
  268. msgstr ""
  269. #: ../../../docs/configuring-playbook.md:179
  270. msgid "[Setting up Postmoogle email bridging](configuring-playbook-bridge-postmoogle.md)"
  271. msgstr ""
  272. #: ../../../docs/configuring-playbook.md:181
  273. msgid "[Setting up Matrix SMS bridging](configuring-playbook-bridge-matrix-bridge-sms.md)"
  274. msgstr ""
  275. #: ../../../docs/configuring-playbook.md:183
  276. msgid "[Setting up Heisenbridge bouncer-style IRC bridging](configuring-playbook-bridge-heisenbridge.md)"
  277. msgstr ""
  278. #: ../../../docs/configuring-playbook.md:185
  279. msgid "[Setting up WeChat bridging](configuring-playbook-bridge-wechat.md)"
  280. msgstr ""
  281. #: ../../../docs/configuring-playbook.md:187
  282. msgid "Bots"
  283. msgstr ""
  284. #: ../../../docs/configuring-playbook.md:189
  285. msgid "Bots provide various additional functionality to your installation."
  286. msgstr ""
  287. #: ../../../docs/configuring-playbook.md:191
  288. 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))"
  289. msgstr ""
  290. #: ../../../docs/configuring-playbook.md:193
  291. msgid "[Setting up matrix-reminder-bot](configuring-playbook-bot-matrix-reminder-bot.md) — a bot to remind you about stuff"
  292. msgstr ""
  293. #: ../../../docs/configuring-playbook.md:195
  294. msgid "[Setting up matrix-registration-bot](configuring-playbook-bot-matrix-registration-bot.md) — a bot to create and manage registration tokens to invite users"
  295. msgstr ""
  296. #: ../../../docs/configuring-playbook.md:197
  297. msgid "[Setting up maubot](configuring-playbook-bot-maubot.md) — a plugin-based Matrix bot system"
  298. msgstr ""
  299. #: ../../../docs/configuring-playbook.md:199
  300. msgid "[Setting up Honoroit](configuring-playbook-bot-honoroit.md) — a helpdesk bot"
  301. msgstr ""
  302. #: ../../../docs/configuring-playbook.md:201
  303. msgid "[Setting up Mjolnir](configuring-playbook-bot-mjolnir.md) — a moderation tool/bot"
  304. msgstr ""
  305. #: ../../../docs/configuring-playbook.md:203
  306. msgid "[Setting up Draupnir](configuring-playbook-bot-draupnir.md) — a moderation tool/bot, forked from Mjolnir and maintained by its former leader developer"
  307. msgstr ""
  308. #: ../../../docs/configuring-playbook.md:205
  309. 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"
  310. msgstr ""
  311. #: ../../../docs/configuring-playbook.md:207
  312. 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"
  313. msgstr ""
  314. #: ../../../docs/configuring-playbook.md:209
  315. msgid "Administration"
  316. msgstr ""
  317. #: ../../../docs/configuring-playbook.md:211
  318. msgid "Services that help you in administrating and monitoring your Matrix installation."
  319. msgstr ""
  320. #: ../../../docs/configuring-playbook.md:213
  321. msgid "[Setting up Prometheus Alertmanager integration via matrix-alertmanager-receiver](configuring-playbook-alertmanager-receiver.md)"
  322. msgstr ""
  323. #: ../../../docs/configuring-playbook.md:215
  324. msgid "[Enabling metrics and graphs (Prometheus, Grafana) for your Matrix server](configuring-playbook-prometheus-grafana.md)"
  325. msgstr ""
  326. #: ../../../docs/configuring-playbook.md:217
  327. msgid "[Setting up the rageshake bug report server](configuring-playbook-rageshake.md)"
  328. msgstr ""
  329. #: ../../../docs/configuring-playbook.md:219
  330. msgid "[Enabling synapse-usage-exporter for Synapse usage statistics](configuring-playbook-synapse-usage-exporter.md)"
  331. msgstr ""
  332. #: ../../../docs/configuring-playbook.md:221
  333. msgid "Backups:"
  334. msgstr ""
  335. #: ../../../docs/configuring-playbook.md:222
  336. msgid "[Setting up BorgBackup](configuring-playbook-backup-borg.md) — a full Matrix server backup solution, including the Postgres database"
  337. msgstr ""
  338. #: ../../../docs/configuring-playbook.md:224
  339. msgid "[Setting up Postgres backup](configuring-playbook-postgres-backup.md) — a Postgres-database backup solution (note: does not include other files)"
  340. msgstr ""
  341. #: ../../../docs/configuring-playbook.md:226
  342. msgid "Other specialized services"
  343. msgstr ""
  344. #: ../../../docs/configuring-playbook.md:228
  345. msgid "Various services that don't fit any other categories."
  346. msgstr ""
  347. #: ../../../docs/configuring-playbook.md:230
  348. 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)"
  349. msgstr ""
  350. #: ../../../docs/configuring-playbook.md:232
  351. 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)"
  352. msgstr ""
  353. #: ../../../docs/configuring-playbook.md:234
  354. msgid "[Setting up LiveKit Server](configuring-playbook-livekit-server.md) - a component of the [Matrix RTC stack](configuring-playbook-matrix-rtc.md) (optional)"
  355. msgstr ""
  356. #: ../../../docs/configuring-playbook.md:236
  357. msgid "[Setting up Matrix RTC](configuring-playbook-matrix-rtc.md) (optional)"
  358. msgstr ""
  359. #: ../../../docs/configuring-playbook.md:238
  360. msgid "[Setting up synapse-auto-compressor](configuring-playbook-synapse-auto-compressor.md) for compressing the database on Synapse homeservers"
  361. msgstr ""
  362. #: ../../../docs/configuring-playbook.md:240
  363. msgid "[Setting up Matrix Corporal](configuring-playbook-matrix-corporal.md) (advanced)"
  364. msgstr ""
  365. #: ../../../docs/configuring-playbook.md:242
  366. msgid "[Setting up Matrix.to](configuring-playbook-matrixto.md)"
  367. msgstr ""
  368. #: ../../../docs/configuring-playbook.md:244
  369. msgid "[Setting up Etherpad](configuring-playbook-etherpad.md)"
  370. msgstr ""
  371. #: ../../../docs/configuring-playbook.md:246
  372. msgid "[Setting up the Jitsi video-conferencing platform](configuring-playbook-jitsi.md)"
  373. msgstr ""
  374. #: ../../../docs/configuring-playbook.md:248
  375. msgid "[Setting up Cactus Comments](configuring-playbook-cactus-comments.md) — a federated comment system built on Matrix"
  376. msgstr ""
  377. #: ../../../docs/configuring-playbook.md:250
  378. msgid "[Setting up Pantalaimon (E2EE aware proxy daemon)](configuring-playbook-pantalaimon.md) (advanced)"
  379. msgstr ""
  380. #: ../../../docs/configuring-playbook.md:252
  381. msgid "[Setting up the Sygnal push gateway](configuring-playbook-sygnal.md)"
  382. msgstr ""
  383. #: ../../../docs/configuring-playbook.md:254
  384. msgid "[Setting up the ntfy push notifications server](configuring-playbook-ntfy.md)"
  385. msgstr ""
  386. #: ../../../docs/configuring-playbook.md:256
  387. msgid "Deprecated / unmaintained / removed services"
  388. msgstr ""
  389. #: ../../../docs/configuring-playbook.md:258
  390. 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."
  391. msgstr ""
  392. #: ../../../docs/configuring-playbook.md:260
  393. msgid "[Configuring conduwuit](configuring-playbook-conduwuit.md) (removed; this component has been abandoned and unmaintained)"
  394. msgstr ""
  395. #: ../../../docs/configuring-playbook.md:262
  396. 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)"
  397. msgstr ""
  398. #: ../../../docs/configuring-playbook.md:264
  399. msgid "[Setting up Appservice Slack bridging](configuring-playbook-bridge-appservice-slack.md) (removed; this component has been discontinued)"
  400. msgstr ""
  401. #: ../../../docs/configuring-playbook.md:266
  402. 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))"
  403. msgstr ""
  404. #: ../../../docs/configuring-playbook.md:268
  405. 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))"
  406. msgstr ""
  407. #: ../../../docs/configuring-playbook.md:270
  408. 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))"
  409. msgstr ""
  410. #: ../../../docs/configuring-playbook.md:272
  411. 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))"
  412. msgstr ""
  413. #: ../../../docs/configuring-playbook.md:274
  414. msgid "[Setting up Go Skype Bridge bridging](configuring-playbook-bridge-go-skype-bridge.md) (removed; Skype has been discontinued since May 2025)"
  415. msgstr ""
  416. #: ../../../docs/configuring-playbook.md:276
  417. 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.)"
  418. msgstr ""
  419. #: ../../../docs/configuring-playbook.md:278
  420. 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))"
  421. msgstr ""
  422. #: ../../../docs/configuring-playbook.md:280
  423. 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))"
  424. msgstr ""
  425. #: ../../../docs/configuring-playbook.md:282
  426. 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))"
  427. msgstr ""
  428. #: ../../../docs/configuring-playbook.md:284
  429. 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))"
  430. msgstr ""
  431. #: ../../../docs/configuring-playbook.md:286
  432. 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))"
  433. msgstr ""
  434. #: ../../../docs/configuring-playbook.md:288
  435. 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))"
  436. msgstr ""
  437. #: ../../../docs/configuring-playbook.md:290
  438. 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))"
  439. msgstr ""
  440. #: ../../../docs/configuring-playbook.md:292
  441. 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))"
  442. msgstr ""
  443. #: ../../../docs/configuring-playbook.md:294
  444. 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.)"
  445. msgstr ""