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.
 
 
 

778 lignes
23 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: 2024-12-16 12:05+0900\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.16.0\n"
  23. #: ../../../docs/configuring-playbook.md:1
  24. msgid "Configuring the playbook"
  25. msgstr ""
  26. #: ../../../docs/configuring-playbook.md:3
  27. msgid ""
  28. "<sup>[Prerequisites](prerequisites.md) > [Configuring your DNS settings"
  29. "](configuring-dns.md) > [Getting the playbook](getting-the-playbook.md) >"
  30. " Configuring the playbook > [Installing](installing.md)</sup>"
  31. msgstr ""
  32. #: ../../../docs/configuring-playbook.md:5
  33. msgid ""
  34. "If you've configured your DNS records and retrieved the playbook's source"
  35. " code to your computer, you can start configuring the playbook. To do so,"
  36. " follow these steps inside the playbook directory:"
  37. msgstr ""
  38. #: ../../../docs/configuring-playbook.md:7
  39. msgid ""
  40. "create a directory to hold your configuration (`mkdir -p "
  41. "inventory/host_vars/matrix.example.com` where `example.com` is your "
  42. "\"base domain\")"
  43. msgstr ""
  44. #: ../../../docs/configuring-playbook.md:9
  45. msgid ""
  46. "copy the sample configuration file (`cp examples/vars.yml "
  47. "inventory/host_vars/matrix.example.com/vars.yml`)"
  48. msgstr ""
  49. #: ../../../docs/configuring-playbook.md:11
  50. msgid ""
  51. "edit the configuration file "
  52. "(`inventory/host_vars/matrix.example.com/vars.yml`) to your liking. You "
  53. "may also take a look at the various "
  54. "`roles/*/ROLE_NAME_HERE/defaults/main.yml` files and see if there's "
  55. "something you'd like to copy over and override in your `vars.yml` "
  56. "configuration file."
  57. msgstr ""
  58. #: ../../../docs/configuring-playbook.md:13
  59. msgid "copy the sample inventory hosts file (`cp examples/hosts inventory/hosts`)"
  60. msgstr ""
  61. #: ../../../docs/configuring-playbook.md:15
  62. msgid "edit the inventory hosts file (`inventory/hosts`) to your liking"
  63. msgstr ""
  64. #: ../../../docs/configuring-playbook.md:17
  65. msgid ""
  66. "(optional, advanced) you may wish to keep your `inventory` directory "
  67. "under version control with [git](https://git-scm.com/) or any other "
  68. "version-control system."
  69. msgstr ""
  70. #: ../../../docs/configuring-playbook.md:19
  71. msgid ""
  72. "(optional, advanced) to run Ansible against multiple servers with "
  73. "different `sudo` credentials, you can copy the sample inventory hosts "
  74. "yaml file for each of your hosts: (`cp examples/host.yml "
  75. "inventory/my_host1.yml` …) and use the [`ansible-all-hosts.sh`](../bin"
  76. "/ansible-all-hosts.sh) script [in the installation step](installing.md)."
  77. msgstr ""
  78. #: ../../../docs/configuring-playbook.md:21
  79. msgid "For a basic Matrix installation, that's all you need."
  80. msgstr ""
  81. #: ../../../docs/configuring-playbook.md:23
  82. msgid ""
  83. "For a more custom setup, see the [Other configuration options](#other-"
  84. "configuration-options) below."
  85. msgstr ""
  86. #: ../../../docs/configuring-playbook.md:25
  87. msgid ""
  88. "[▶️](installing.md) When you're done with all the configuration you'd "
  89. "like to do, continue with [Installing](installing.md)."
  90. msgstr ""
  91. #: ../../../docs/configuring-playbook.md:27
  92. msgid "Other configuration options"
  93. msgstr ""
  94. #: ../../../docs/configuring-playbook.md:29
  95. msgid "Core service adjustments"
  96. msgstr ""
  97. #: ../../../docs/configuring-playbook.md:31
  98. msgid "Homeserver configuration:"
  99. msgstr ""
  100. #: ../../../docs/configuring-playbook.md:32
  101. msgid ""
  102. "[Configuring Synapse](configuring-playbook-synapse.md), if you're going "
  103. "with the default/recommended homeserver implementation"
  104. msgstr ""
  105. #: ../../../docs/configuring-playbook.md:34
  106. msgid ""
  107. "[Configuring Conduit](configuring-playbook-conduit.md), if you've "
  108. "switched to the [Conduit](https://conduit.rs) homeserver implementation"
  109. msgstr ""
  110. #: ../../../docs/configuring-playbook.md:36
  111. msgid ""
  112. "[Configuring Dendrite](configuring-playbook-dendrite.md), if you've "
  113. "switched to the [Dendrite](https://matrix-org.github.io/dendrite) "
  114. "homeserver implementation"
  115. msgstr ""
  116. #: ../../../docs/configuring-playbook.md:38
  117. msgid "Server components:"
  118. msgstr ""
  119. #: ../../../docs/configuring-playbook.md:39
  120. msgid ""
  121. "[Using an external PostgreSQL server](configuring-playbook-external-"
  122. "postgres.md)"
  123. msgstr ""
  124. #: ../../../docs/configuring-playbook.md:41
  125. msgid ""
  126. "[Adjusting TURN server configuration](configuring-playbook-turn.md) "
  127. "(advanced)"
  128. msgstr ""
  129. #: ../../../docs/configuring-playbook.md:43
  130. msgid ""
  131. "[Configuring the Traefik reverse-proxy](configuring-playbook-traefik.md) "
  132. "(advanced)"
  133. msgstr ""
  134. #: ../../../docs/configuring-playbook.md:45
  135. msgid ""
  136. "[Using your own webserver, instead of this playbook's Traefik reverse-"
  137. "proxy](configuring-playbook-own-webserver.md) (advanced)"
  138. msgstr ""
  139. #: ../../../docs/configuring-playbook.md:47
  140. msgid ""
  141. "[Adjusting SSL certificate retrieval](configuring-playbook-ssl-"
  142. "certificates.md) (advanced)"
  143. msgstr ""
  144. #: ../../../docs/configuring-playbook.md:49
  145. msgid "[Adjusting email-sending settings](configuring-playbook-email.md)"
  146. msgstr ""
  147. #: ../../../docs/configuring-playbook.md:51
  148. msgid "[Setting up ma1sd Identity Server](configuring-playbook-ma1sd.md)"
  149. msgstr ""
  150. #: ../../../docs/configuring-playbook.md:53
  151. msgid "[Setting up Dynamic DNS](configuring-playbook-dynamic-dns.md)"
  152. msgstr ""
  153. #: ../../../docs/configuring-playbook.md:55
  154. msgid "Server connectivity:"
  155. msgstr ""
  156. #: ../../../docs/configuring-playbook.md:56
  157. msgid ""
  158. "[Enabling Telemetry for your Matrix server](configuring-playbook-"
  159. "telemetry.md)"
  160. msgstr ""
  161. #: ../../../docs/configuring-playbook.md:58
  162. msgid "[Controlling Matrix federation](configuring-playbook-federation.md)"
  163. msgstr ""
  164. #: ../../../docs/configuring-playbook.md:60
  165. msgid "Clients"
  166. msgstr ""
  167. #: ../../../docs/configuring-playbook.md:62
  168. msgid "Web clients for Matrix that you can host on your own domains."
  169. msgstr ""
  170. #: ../../../docs/configuring-playbook.md:64
  171. msgid ""
  172. "[Configuring Element Web](configuring-playbook-client-element-web.md), if"
  173. " you're going with the default/recommended client"
  174. msgstr ""
  175. #: ../../../docs/configuring-playbook.md:66
  176. msgid ""
  177. "[Setting up Hydrogen](configuring-playbook-client-hydrogen.md), if you've"
  178. " enabled [Hydrogen](https://github.com/element-hq/hydrogen-web), a "
  179. "lightweight Matrix client with legacy and mobile browser support"
  180. msgstr ""
  181. #: ../../../docs/configuring-playbook.md:68
  182. msgid ""
  183. "[Setting up Cinny](configuring-playbook-client-cinny.md), if you've "
  184. "enabled [Cinny](https://github.com/ajbura/cinny), a web client focusing "
  185. "primarily on simple, elegant and secure interface"
  186. msgstr ""
  187. #: ../../../docs/configuring-playbook.md:70
  188. msgid ""
  189. "[Setting up SchildiChat Web](configuring-playbook-client-schildichat-"
  190. "web.md), if you've enabled [SchildiChat Web](https://schildi.chat/), a "
  191. "web client based on [Element Web](https://element.io/) with some extras "
  192. "and tweaks"
  193. msgstr ""
  194. #: ../../../docs/configuring-playbook.md:72
  195. msgid "Authentication and user-related"
  196. msgstr ""
  197. #: ../../../docs/configuring-playbook.md:74
  198. msgid "Extend and modify how users are authenticated on your homeserver."
  199. msgstr ""
  200. #: ../../../docs/configuring-playbook.md:76
  201. msgid ""
  202. "[Setting up Matrix Authentication Service](configuring-playbook-matrix-"
  203. "authentication-service.md) (Next-generation auth for Matrix, based on "
  204. "OAuth 2.0/OIDC)"
  205. msgstr ""
  206. #: ../../../docs/configuring-playbook.md:78
  207. msgid ""
  208. "[Setting up Appservice Double Puppet](configuring-playbook-appservice-"
  209. "double-puppet.md)"
  210. msgstr ""
  211. #: ../../../docs/configuring-playbook.md:80
  212. msgid "[Setting up Synapse Admin](configuring-playbook-synapse-admin.md)"
  213. msgstr ""
  214. #: ../../../docs/configuring-playbook.md:82
  215. msgid ""
  216. "[Setting up matrix-registration](configuring-playbook-matrix-"
  217. "registration.md)"
  218. msgstr ""
  219. #: ../../../docs/configuring-playbook.md:84
  220. msgid ""
  221. "[Setting up the REST authentication password provider module"
  222. "](configuring-playbook-rest-auth.md) (advanced)"
  223. msgstr ""
  224. #: ../../../docs/configuring-playbook.md:86
  225. msgid ""
  226. "[Setting up the Shared Secret Auth password provider module](configuring-"
  227. "playbook-shared-secret-auth.md) (advanced)"
  228. msgstr ""
  229. #: ../../../docs/configuring-playbook.md:88
  230. msgid ""
  231. "[Setting up the LDAP authentication password provider module"
  232. "](configuring-playbook-ldap-auth.md) (advanced)"
  233. msgstr ""
  234. #: ../../../docs/configuring-playbook.md:90
  235. msgid ""
  236. "[Setting up matrix-ldap-registration-proxy](configuring-playbook-matrix-"
  237. "ldap-registration-proxy.md) (advanced)"
  238. msgstr ""
  239. #: ../../../docs/configuring-playbook.md:92
  240. msgid ""
  241. "[Setting up Synapse Simple Antispam](configuring-playbook-synapse-simple-"
  242. "antispam.md) (advanced)"
  243. msgstr ""
  244. #: ../../../docs/configuring-playbook.md:94
  245. msgid ""
  246. "[Setting up Matrix User Verification Service](configuring-playbook-user-"
  247. "verification-service.md) (advanced)"
  248. msgstr ""
  249. #: ../../../docs/configuring-playbook.md:96
  250. msgid "File Storage"
  251. msgstr ""
  252. #: ../../../docs/configuring-playbook.md:98
  253. msgid "Use alternative file storage to the default `media_store` folder."
  254. msgstr ""
  255. #: ../../../docs/configuring-playbook.md:100
  256. msgid ""
  257. "[Storing Matrix media files on Amazon S3 with Goofys](configuring-"
  258. "playbook-s3-goofys.md)"
  259. msgstr ""
  260. #: ../../../docs/configuring-playbook.md:102
  261. msgid ""
  262. "[Storing Synapse media files on Amazon S3 or another compatible Object "
  263. "Storage](configuring-playbook-s3.md)"
  264. msgstr ""
  265. #: ../../../docs/configuring-playbook.md:104
  266. msgid ""
  267. "[Storing Matrix media files using matrix-media-repo](configuring-"
  268. "playbook-matrix-media-repo.md)"
  269. msgstr ""
  270. #: ../../../docs/configuring-playbook.md:106
  271. msgid "Bridging other networks"
  272. msgstr ""
  273. #: ../../../docs/configuring-playbook.md:108
  274. msgid ""
  275. "Bridges can be used to connect your Matrix installation with third-party "
  276. "communication networks."
  277. msgstr ""
  278. #: ../../../docs/configuring-playbook.md:110
  279. msgid ""
  280. "[Setting up Mautrix Discord bridging](configuring-playbook-bridge-"
  281. "mautrix-discord.md)"
  282. msgstr ""
  283. #: ../../../docs/configuring-playbook.md:112
  284. msgid ""
  285. "[Setting up Mautrix Telegram bridging](configuring-playbook-bridge-"
  286. "mautrix-telegram.md)"
  287. msgstr ""
  288. #: ../../../docs/configuring-playbook.md:114
  289. msgid ""
  290. "[Setting up Mautrix Slack bridging](configuring-playbook-bridge-mautrix-"
  291. "slack.md)"
  292. msgstr ""
  293. #: ../../../docs/configuring-playbook.md:116
  294. msgid ""
  295. "[Setting up Mautrix Google Messages bridging](configuring-playbook-"
  296. "bridge-mautrix-gmessages.md)"
  297. msgstr ""
  298. #: ../../../docs/configuring-playbook.md:118
  299. msgid ""
  300. "[Setting up Mautrix Whatsapp bridging](configuring-playbook-bridge-"
  301. "mautrix-whatsapp.md)"
  302. msgstr ""
  303. #: ../../../docs/configuring-playbook.md:120
  304. msgid ""
  305. "[Setting up Instagram bridging via Mautrix Meta](configuring-playbook-"
  306. "bridge-mautrix-meta-instagram.md)"
  307. msgstr ""
  308. #: ../../../docs/configuring-playbook.md:122
  309. msgid ""
  310. "[Setting up Messenger bridging via Mautrix Meta](configuring-playbook-"
  311. "bridge-mautrix-meta-messenger.md)"
  312. msgstr ""
  313. #: ../../../docs/configuring-playbook.md:124
  314. msgid ""
  315. "[Setting up Mautrix Google Chat bridging](configuring-playbook-bridge-"
  316. "mautrix-googlechat.md)"
  317. msgstr ""
  318. #: ../../../docs/configuring-playbook.md:126
  319. msgid ""
  320. "[Setting up Mautrix Twitter bridging](configuring-playbook-bridge-"
  321. "mautrix-twitter.md)"
  322. msgstr ""
  323. #: ../../../docs/configuring-playbook.md:128
  324. msgid ""
  325. "[Setting up Mautrix Signal bridging](configuring-playbook-bridge-mautrix-"
  326. "signal.md)"
  327. msgstr ""
  328. #: ../../../docs/configuring-playbook.md:130
  329. msgid ""
  330. "[Setting up Mautrix wsproxy for bridging Android SMS or Apple iMessage"
  331. "](configuring-playbook-bridge-mautrix-wsproxy.md)"
  332. msgstr ""
  333. #: ../../../docs/configuring-playbook.md:132
  334. msgid ""
  335. "[Setting up Appservice IRC bridging](configuring-playbook-bridge-"
  336. "appservice-irc.md)"
  337. msgstr ""
  338. #: ../../../docs/configuring-playbook.md:134
  339. msgid ""
  340. "[Setting up Appservice Discord bridging](configuring-playbook-bridge-"
  341. "appservice-discord.md)"
  342. msgstr ""
  343. #: ../../../docs/configuring-playbook.md:136
  344. msgid ""
  345. "[Setting up Appservice Slack bridging](configuring-playbook-bridge-"
  346. "appservice-slack.md)"
  347. msgstr ""
  348. #: ../../../docs/configuring-playbook.md:138
  349. msgid ""
  350. "[Setting up Appservice Kakaotalk bridging](configuring-playbook-bridge-"
  351. "appservice-kakaotalk.md)"
  352. msgstr ""
  353. #: ../../../docs/configuring-playbook.md:140
  354. msgid ""
  355. "[Setting up Beeper LinkedIn bridging](configuring-playbook-bridge-beeper-"
  356. "linkedin.md)"
  357. msgstr ""
  358. #: ../../../docs/configuring-playbook.md:142
  359. msgid ""
  360. "[Setting up matrix-hookshot](configuring-playbook-bridge-hookshot.md) - a"
  361. " bridge between Matrix and multiple project management services, such as "
  362. "[GitHub](https://github.com), [GitLab](https://about.gitlab.com) and "
  363. "[JIRA](https://www.atlassian.com/software/jira)."
  364. msgstr ""
  365. #: ../../../docs/configuring-playbook.md:144
  366. msgid ""
  367. "[Setting up MX Puppet Slack bridging](configuring-playbook-bridge-mx-"
  368. "puppet-slack.md)"
  369. msgstr ""
  370. #: ../../../docs/configuring-playbook.md:146
  371. msgid ""
  372. "[Setting up MX Puppet Instagram bridging](configuring-playbook-bridge-mx-"
  373. "puppet-instagram.md)"
  374. msgstr ""
  375. #: ../../../docs/configuring-playbook.md:148
  376. msgid ""
  377. "[Setting up MX Puppet Twitter bridging](configuring-playbook-bridge-mx-"
  378. "puppet-twitter.md)"
  379. msgstr ""
  380. #: ../../../docs/configuring-playbook.md:150
  381. msgid ""
  382. "[Setting up MX Puppet Discord bridging](configuring-playbook-bridge-mx-"
  383. "puppet-discord.md)"
  384. msgstr ""
  385. #: ../../../docs/configuring-playbook.md:152
  386. msgid ""
  387. "[Setting up MX Puppet GroupMe bridging](configuring-playbook-bridge-mx-"
  388. "puppet-groupme.md)"
  389. msgstr ""
  390. #: ../../../docs/configuring-playbook.md:154
  391. msgid ""
  392. "[Setting up MX Puppet Steam bridging](configuring-playbook-bridge-mx-"
  393. "puppet-steam.md)"
  394. msgstr ""
  395. #: ../../../docs/configuring-playbook.md:156
  396. msgid ""
  397. "[Setting up Go Skype Bridge bridging](configuring-playbook-bridge-go-"
  398. "skype-bridge.md)"
  399. msgstr ""
  400. #: ../../../docs/configuring-playbook.md:158
  401. msgid "[Setting up Email2Matrix](configuring-playbook-email2matrix.md)"
  402. msgstr ""
  403. #: ../../../docs/configuring-playbook.md:160
  404. msgid ""
  405. "[Setting up Postmoogle email bridging](configuring-playbook-bridge-"
  406. "postmoogle.md)"
  407. msgstr ""
  408. #: ../../../docs/configuring-playbook.md:162
  409. msgid ""
  410. "[Setting up Matrix SMS bridging](configuring-playbook-bridge-matrix-"
  411. "bridge-sms.md)"
  412. msgstr ""
  413. #: ../../../docs/configuring-playbook.md:164
  414. msgid ""
  415. "[Setting up Heisenbridge bouncer-style IRC bridging](configuring-"
  416. "playbook-bridge-heisenbridge.md)"
  417. msgstr ""
  418. #: ../../../docs/configuring-playbook.md:166
  419. msgid "[Setting up WeChat bridging](configuring-playbook-bridge-wechat.md)"
  420. msgstr ""
  421. #: ../../../docs/configuring-playbook.md:168
  422. msgid "Bots"
  423. msgstr ""
  424. #: ../../../docs/configuring-playbook.md:170
  425. msgid "Bots provide various additional functionality to your installation."
  426. msgstr ""
  427. #: ../../../docs/configuring-playbook.md:172
  428. msgid ""
  429. "[Setting up baibot](configuring-playbook-bot-baibot.md) - a bot through "
  430. "which you can talk to various "
  431. "[AI](https://en.wikipedia.org/wiki/Artificial_intelligence) / [Large "
  432. "Language Models](https://en.wikipedia.org/wiki/Large_language_model) "
  433. "services ([OpenAI](https://openai.com/)'s "
  434. "[ChatGPT](https://openai.com/blog/chatgpt/) and "
  435. "[others](https://github.com/etkecc/baibot/blob/main/docs/providers.md))"
  436. msgstr ""
  437. #: ../../../docs/configuring-playbook.md:174
  438. msgid ""
  439. "[Setting up matrix-reminder-bot](configuring-playbook-bot-matrix-"
  440. "reminder-bot.md) - a bot to remind you about stuff"
  441. msgstr ""
  442. #: ../../../docs/configuring-playbook.md:176
  443. msgid ""
  444. "[Setting up matrix-registration-bot](configuring-playbook-bot-matrix-"
  445. "registration-bot.md) - a bot to create and manage registration tokens to "
  446. "invite users"
  447. msgstr ""
  448. #: ../../../docs/configuring-playbook.md:178
  449. msgid ""
  450. "[Setting up maubot](configuring-playbook-bot-maubot.md) - a plugin-based "
  451. "Matrix bot system"
  452. msgstr ""
  453. #: ../../../docs/configuring-playbook.md:180
  454. msgid ""
  455. "[Setting up Honoroit](configuring-playbook-bot-honoroit.md) - a helpdesk "
  456. "bot"
  457. msgstr ""
  458. #: ../../../docs/configuring-playbook.md:182
  459. msgid ""
  460. "[Setting up Mjolnir](configuring-playbook-bot-mjolnir.md) - a moderation "
  461. "tool/bot"
  462. msgstr ""
  463. #: ../../../docs/configuring-playbook.md:184
  464. msgid ""
  465. "[Setting up Draupnir](configuring-playbook-bot-draupnir.md) - a "
  466. "moderation tool/bot, forked from Mjolnir and maintained by its former "
  467. "leader developer"
  468. msgstr ""
  469. #: ../../../docs/configuring-playbook.md:186
  470. msgid ""
  471. "[Setting up Draupnir for all/D4A](configuring-playbook-appservice-"
  472. "draupnir-for-all.md) - like the [Draupnir bot](configuring-playbook-bot-"
  473. "draupnir.md) mentioned above, but running in appservice mode and "
  474. "supporting multiple instances"
  475. msgstr ""
  476. #: ../../../docs/configuring-playbook.md:188
  477. msgid ""
  478. "[Setting up Buscarron](configuring-playbook-bot-buscarron.md) - a bot you"
  479. " can use to send any form (HTTP POST, HTML) to a (encrypted) Matrix room"
  480. msgstr ""
  481. #: ../../../docs/configuring-playbook.md:190
  482. msgid "Administration"
  483. msgstr ""
  484. #: ../../../docs/configuring-playbook.md:192
  485. msgid ""
  486. "Services that help you in administrating and monitoring your Matrix "
  487. "installation."
  488. msgstr ""
  489. #: ../../../docs/configuring-playbook.md:194
  490. msgid ""
  491. "[Setting up Prometheus Alertmanager integration via matrix-alertmanager-"
  492. "receiver](configuring-playbook-alertmanager-receiver.md)"
  493. msgstr ""
  494. #: ../../../docs/configuring-playbook.md:196
  495. msgid ""
  496. "[Enabling metrics and graphs (Prometheus, Grafana) for your Matrix server"
  497. "](configuring-playbook-prometheus-grafana.md)"
  498. msgstr ""
  499. #: ../../../docs/configuring-playbook.md:198
  500. msgid ""
  501. "[Enabling metrics and graphs for NginX logs](configuring-playbook-"
  502. "prometheus-nginxlog.md)"
  503. msgstr ""
  504. #: ../../../docs/configuring-playbook.md:200
  505. msgid ""
  506. "[Setting up the rageshake bug report server](configuring-playbook-"
  507. "rageshake.md)"
  508. msgstr ""
  509. #: ../../../docs/configuring-playbook.md:202
  510. msgid ""
  511. "[Enabling synapse-usage-exporter for Synapse usage statistics"
  512. "](configuring-playbook-synapse-usage-exporter.md)"
  513. msgstr ""
  514. #: ../../../docs/configuring-playbook.md:204
  515. msgid "Backups:"
  516. msgstr ""
  517. #: ../../../docs/configuring-playbook.md:205
  518. msgid ""
  519. "[Setting up BorgBackup](configuring-playbook-backup-borg.md) - a full "
  520. "Matrix server backup solution, including the Postgres database"
  521. msgstr ""
  522. #: ../../../docs/configuring-playbook.md:207
  523. msgid ""
  524. "[Setting up postgres backup](configuring-playbook-postgres-backup.md) - a"
  525. " Postgres-database backup solution (note: does not include other files)"
  526. msgstr ""
  527. #: ../../../docs/configuring-playbook.md:209
  528. msgid "Other specialized services"
  529. msgstr ""
  530. #: ../../../docs/configuring-playbook.md:211
  531. msgid "Various services that don't fit any other categories."
  532. msgstr ""
  533. #: ../../../docs/configuring-playbook.md:213
  534. msgid ""
  535. "[Setting up Synapse Auto Invite Accept](configuring-playbook-synapse-"
  536. "auto-accept-invite.md)"
  537. msgstr ""
  538. #: ../../../docs/configuring-playbook.md:215
  539. msgid ""
  540. "[Setting up synapse-auto-compressor](configuring-playbook-synapse-auto-"
  541. "compressor.md) for compressing the database on Synapse homeservers"
  542. msgstr ""
  543. #: ../../../docs/configuring-playbook.md:217
  544. msgid ""
  545. "[Setting up Matrix Corporal](configuring-playbook-matrix-corporal.md) "
  546. "(advanced)"
  547. msgstr ""
  548. #: ../../../docs/configuring-playbook.md:219
  549. msgid "[Setting up Etherpad](configuring-playbook-etherpad.md)"
  550. msgstr ""
  551. #: ../../../docs/configuring-playbook.md:221
  552. msgid ""
  553. "[Setting up the Jitsi video-conferencing platform](configuring-playbook-"
  554. "jitsi.md)"
  555. msgstr ""
  556. #: ../../../docs/configuring-playbook.md:223
  557. msgid ""
  558. "[Setting up Cactus Comments](configuring-playbook-cactus-comments.md) - a"
  559. " federated comment system built on Matrix"
  560. msgstr ""
  561. #: ../../../docs/configuring-playbook.md:225
  562. msgid ""
  563. "[Setting up Pantalaimon (E2EE aware proxy daemon)](configuring-playbook-"
  564. "pantalaimon.md) (advanced)"
  565. msgstr ""
  566. #: ../../../docs/configuring-playbook.md:227
  567. msgid "[Setting up the Sygnal push gateway](configuring-playbook-sygnal.md)"
  568. msgstr ""
  569. #: ../../../docs/configuring-playbook.md:229
  570. msgid ""
  571. "[Setting up the ntfy push notifications server](configuring-playbook-"
  572. "ntfy.md)"
  573. msgstr ""
  574. #: ../../../docs/configuring-playbook.md:231
  575. msgid "Deprecated / unmaintained / removed services"
  576. msgstr ""
  577. #: ../../../docs/configuring-playbook.md:233
  578. msgid ""
  579. "**Note**: since a deprecated or unmaintained service will not be updated,"
  580. " its bug or vulnerability will be unlikely to get patched. It is "
  581. "recommended to migrate from the service to an alternative if any, and "
  582. "make sure to do your own research before you decide to keep it running "
  583. "nonetheless."
  584. msgstr ""
  585. #: ../../../docs/configuring-playbook.md:235
  586. msgid ""
  587. "[Setting up the Sliding Sync proxy](configuring-playbook-sliding-sync-"
  588. "proxy.md) for clients which require Sliding Sync support (like old "
  589. "Element X versions, before it got switched to Simplified Sliding Sync)"
  590. msgstr ""
  591. #: ../../../docs/configuring-playbook.md:237
  592. msgid ""
  593. "[Setting up Appservice Webhooks bridging](configuring-playbook-bridge-"
  594. "appservice-webhooks.md) (deprecated; the bridge's author suggests taking "
  595. "a look at [matrix-hookshot](https://github.com/matrix-org/matrix-"
  596. "hookshot) as a replacement, which can also be installed using [this "
  597. "playbook](configuring-playbook-bridge-hookshot.md))"
  598. msgstr ""
  599. #: ../../../docs/configuring-playbook.md:239
  600. msgid ""
  601. "[Setting up the Dimension integration manager](configuring-playbook-"
  602. "dimension.md) ([unmaintained](https://github.com/spantaleev/matrix-"
  603. "docker-ansible-deploy/issues/2806#issuecomment-1673559299); after "
  604. "[installing](installing.md))"
  605. msgstr ""
  606. #: ../../../docs/configuring-playbook.md:241
  607. msgid ""
  608. "[Setting up Go-NEB](configuring-playbook-bot-go-neb.md) (unmaintained; "
  609. "the bridge's author suggests taking a look at [matrix-"
  610. "hookshot](https://github.com/matrix-org/matrix-hookshot) as a "
  611. "replacement, which can also be installed using [this playbook"
  612. "](configuring-playbook-bridge-hookshot.md))"
  613. msgstr ""
  614. #: ../../../docs/configuring-playbook.md:243
  615. msgid ""
  616. "[Setting up matrix-bot-chatgpt](configuring-playbook-bot-chatgpt.md) "
  617. "(unmaintained; the bridge's author suggests taking a look at "
  618. "[baibot](https://github.com/etkecc/baibot) as a replacement, which can "
  619. "also be installed using [this playbook](configuring-playbook-bot-"
  620. "baibot.md))"
  621. msgstr ""
  622. #: ../../../docs/configuring-playbook.md:245
  623. msgid ""
  624. "[Setting up Mautrix Facebook bridging](configuring-playbook-bridge-"
  625. "mautrix-facebook.md) (deprecated in favor of the Messenger/Instagram "
  626. "bridge with [mautrix-meta-messenger](configuring-playbook-bridge-mautrix-"
  627. "meta-messenger.md))"
  628. msgstr ""
  629. #: ../../../docs/configuring-playbook.md:247
  630. msgid ""
  631. "[Setting up Mautrix Hangouts bridging](configuring-playbook-bridge-"
  632. "mautrix-hangouts.md) (deprecated in favor of the Google Chat bridge with "
  633. "[mautrix-googlechat](configuring-playbook-bridge-mautrix-googlechat.md))"
  634. msgstr ""
  635. #: ../../../docs/configuring-playbook.md:249
  636. msgid ""
  637. "[Setting up Mautrix Instagram bridging](configuring-playbook-bridge-"
  638. "mautrix-instagram.md) (deprecated in favor of the Messenger/Instagram "
  639. "bridge with [mautrix-meta-instagram](configuring-playbook-bridge-mautrix-"
  640. "meta-instagram.md))"
  641. msgstr ""
  642. #: ../../../docs/configuring-playbook.md:251
  643. msgid ""
  644. "[Setting up MX Puppet Skype bridging](configuring-playbook-bridge-mx-"
  645. "puppet-skype.md) (removed; this component has been broken for a long "
  646. "time, so it has been removed from the playbook. Consider [setting up Go "
  647. "Skype Bridge bridging](configuring-playbook-bridge-go-skype-bridge.md))"
  648. msgstr ""