Matrix Docker Ansible eploy
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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