Matrix Docker Ansible eploy
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 

8242 řádky
407 KiB

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) 2018-2026, Slavi Pantaleev, Aine Etke, MDAD community members
  3. # This file is distributed under the same license as the matrix-docker-ansible-deploy package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: matrix-docker-ansible-deploy \n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2026-04-03 11:56+0100\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #: ../../../CHANGELOG.md:1
  19. msgid "2026-04-03"
  20. msgstr ""
  21. #: ../../../CHANGELOG.md:3
  22. msgid "(BC Break) Synapse Admin is now Ketesa"
  23. msgstr ""
  24. #: ../../../CHANGELOG.md:5
  25. msgid "Synapse Admin has been rebranded to **[Ketesa](https://github.com/etkecc/ketesa)** — a landmark release that introduces a new identity, a full UI redesign, mobile-first layout, and deep Matrix Authentication Service (MAS) integration."
  26. msgstr ""
  27. #: ../../../CHANGELOG.md:7
  28. msgid "Ketesa is a zero-configuration drop-in replacement for Synapse Admin: no server-side changes required, just update the role variables."
  29. msgstr ""
  30. #: ../../../CHANGELOG.md:9
  31. msgid "The `matrix-synapse-admin` role has been **renamed** to `matrix-ketesa`. All `matrix_synapse_admin_*` variables must be **renamed** to `matrix_ketesa_*` in your `vars.yml`."
  32. msgstr ""
  33. #: ../../../CHANGELOG.md:11
  34. msgid "Additionally, the **Docker image** changed from `ghcr.io/etkecc/synapse-admin` to `ghcr.io/etkecc/ketesa`. The default path prefix remains `/synapse-admin` for backward compatibility — updating to `/ketesa` is recommended but not required."
  35. msgstr ""
  36. #: ../../../CHANGELOG.md:13
  37. msgid "The playbook will automatically detect leftover `matrix_synapse_admin_*` variables and fail with a helpful message listing what needs to be renamed."
  38. msgstr ""
  39. #: ../../../CHANGELOG.md:15
  40. msgid "See the [Ketesa documentation](docs/configuring-playbook-ketesa.md) for details."
  41. msgstr ""
  42. #: ../../../CHANGELOG.md:17
  43. msgid "2026-04-02"
  44. msgstr ""
  45. #: ../../../CHANGELOG.md:19
  46. msgid "(BC Break) Draupnir for all Self Service Provisioning is now disabled by default"
  47. msgstr ""
  48. #: ../../../CHANGELOG.md:21
  49. msgid "💡 If you don't use [Draupnir for all](./docs/configuring-playbook-appservice-draupnir-for-all.md), then this breaking change does not concern you.."
  50. msgstr ""
  51. #: ../../../CHANGELOG.md:23
  52. msgid "[Draupnir for all](./docs/configuring-playbook-appservice-draupnir-for-all.md) now ships with `allowSelfServiceProvisioning: false` as default upstream and in this playbook."
  53. msgstr ""
  54. #: ../../../CHANGELOG.md:25
  55. msgid "This means users can no longer provision Draupnir instances by inviting the appservice bot unless you explicitly opt in."
  56. msgstr ""
  57. #: ../../../CHANGELOG.md:27
  58. msgid "Manual provisioning by administrators is now the recommended approach. You do not want to enable Self Service Provisioning unless you have additional custom safeguards like those used by asgard.chat in place."
  59. msgstr ""
  60. #: ../../../CHANGELOG.md:29
  61. msgid "If you want to enable Self Service Provisioning, add the following to your `vars.yml`:"
  62. msgstr ""
  63. #: ../../../CHANGELOG.md:36
  64. msgid "2026-03-23"
  65. msgstr ""
  66. #: ../../../CHANGELOG.md:38
  67. msgid "Migration validation system introduced"
  68. msgstr ""
  69. #: ../../../CHANGELOG.md:40
  70. msgid "Previously, when updating your setup, you had to remember to read the [CHANGELOG](CHANGELOG.md) file or risk breakage."
  71. msgstr ""
  72. #: ../../../CHANGELOG.md:42
  73. msgid "Now, the playbook includes a migration validation system that ensures you're aware of breaking changes before they affect your deployment. You're now forced to acknowledge each breaking change, unless you wish to live dangerously (see below)."
  74. msgstr ""
  75. #: ../../../CHANGELOG.md:45
  76. msgid "A new `matrix_playbook_migration_validated_version` variable has been introduced."
  77. msgstr ""
  78. #: ../../../CHANGELOG.md:47
  79. msgid "**New users** who started from the [example `vars.yml`](examples/vars.yml) file already have this variable set and do not need to do anything."
  80. msgstr ""
  81. #: ../../../CHANGELOG.md:49
  82. msgid "**Existing users** will need to add the following to their `vars.yml` file after reviewing all changelog entries up to now:"
  83. msgstr ""
  84. #: ../../../CHANGELOG.md:55
  85. msgid "Going forward, whenever a breaking change is introduced the playbook will:"
  86. msgstr ""
  87. #: ../../../CHANGELOG.md:57
  88. msgid "bump its expected version value (`matrix_playbook_migration_expected_version`), causing a discrepancy with what you validated (`matrix_playbook_migration_validated_version`)"
  89. msgstr ""
  90. #: ../../../CHANGELOG.md:59
  91. msgid "fail when you run it with a helpful message listing what changed and linking to the relevant changelog entries"
  92. msgstr ""
  93. #: ../../../CHANGELOG.md:61
  94. msgid "After reviewing and adapting your setup, you simply update the variable to the new version."
  95. msgstr ""
  96. #: ../../../CHANGELOG.md:63
  97. msgid "If you'd like to live dangerously and skip these checks (not recommended), you can set this once and be done with it:"
  98. msgstr ""
  99. #: ../../../CHANGELOG.md:69
  100. msgid "2026-03-19"
  101. msgstr ""
  102. #: ../../../CHANGELOG.md:71
  103. msgid "Matrix Authentication Service now prefers UNIX sockets for playbook-managed Postgres"
  104. msgstr ""
  105. #: ../../../CHANGELOG.md:73
  106. msgid "When [Matrix Authentication Service](docs/configuring-playbook-matrix-authentication-service.md) (MAS) uses the playbook-managed Postgres service, it now connects to it via a [UNIX socket](https://en.wikipedia.org/wiki/Unix_domain_socket) by default instead of TCP."
  107. msgstr ""
  108. #: ../../../CHANGELOG.md:75
  109. msgid "This follows the same approach [applied to Synapse](#synapse-now-prefers-unix-sockets-for-playbook-managed-postgres-and-valkey) and reduces unnecessary container-network wiring, keeping local IPC off the network stack."
  110. msgstr ""
  111. #: ../../../CHANGELOG.md:77
  112. msgid "If you use an external Postgres server for MAS, this does not change your setup."
  113. msgstr ""
  114. #: ../../../CHANGELOG.md:79
  115. #: ../../../CHANGELOG.md:95
  116. msgid "If you'd like to keep the previous TCP-based behavior, add the following configuration to your `vars.yml`:"
  117. msgstr ""
  118. #: ../../../CHANGELOG.md:85
  119. msgid "2026-03-17"
  120. msgstr ""
  121. #: ../../../CHANGELOG.md:87
  122. msgid "Synapse now prefers UNIX sockets for playbook-managed Postgres and Valkey"
  123. msgstr ""
  124. #: ../../../CHANGELOG.md:89
  125. msgid "When Synapse uses the playbook-managed Postgres and Valkey services, it now connects to them via [UNIX sockets](https://en.wikipedia.org/wiki/Unix_domain_socket) by default instead of TCP."
  126. msgstr ""
  127. #: ../../../CHANGELOG.md:91
  128. msgid "This reduces unnecessary container-network wiring and keeps local IPC off the network stack, which is a bit simpler and slightly more secure."
  129. msgstr ""
  130. #: ../../../CHANGELOG.md:93
  131. msgid "If you use an external Postgres server or external Redis/Valkey for Synapse, this does not change your setup."
  132. msgstr ""
  133. #: ../../../CHANGELOG.md:102
  134. msgid "2026-03-01"
  135. msgstr ""
  136. #: ../../../CHANGELOG.md:104
  137. msgid "(Potential BC Break) Synapse S3 media prefix is now applied consistently"
  138. msgstr ""
  139. #: ../../../CHANGELOG.md:106
  140. msgid "The `matrix_synapse_ext_synapse_s3_storage_provider_config_prefix` variable is now wired consistently for both:"
  141. msgstr ""
  142. #: ../../../CHANGELOG.md:108
  143. msgid "the Synapse `s3_storage_provider` module configuration"
  144. msgstr ""
  145. #: ../../../CHANGELOG.md:109
  146. msgid "the `matrix-synapse-s3-storage-provider-migrate` migration script (`s3_media_upload --prefix`)"
  147. msgstr ""
  148. #: ../../../CHANGELOG.md:111
  149. msgid "Previously, this variable could be set, but was not effectively applied by either of these paths."
  150. msgstr ""
  151. #: ../../../CHANGELOG.md:113
  152. msgid "**Affects**: users of [synapse-s3-storage-provider](docs/configuring-playbook-synapse-s3-storage-provider.md) who have configured a non-empty `matrix_synapse_ext_synapse_s3_storage_provider_config_prefix` value."
  153. msgstr ""
  154. #: ../../../CHANGELOG.md:115
  155. msgid "If your bucket data was uploaded without the prefix before this fix, enabling proper prefix usage can make existing objects appear missing until data is migrated/copied to the prefixed key namespace."
  156. msgstr ""
  157. #: ../../../CHANGELOG.md:117
  158. msgid "2026-02-26"
  159. msgstr ""
  160. #: ../../../CHANGELOG.md:119
  161. msgid "Internal refactor: merged the Synapse reverse-proxy companion role into `matrix-synapse`"
  162. msgstr ""
  163. #: ../../../CHANGELOG.md:121
  164. msgid "The standalone `matrix-synapse-reverse-proxy-companion` role has been merged into the [matrix-synapse](roles/custom/matrix-synapse/) role."
  165. msgstr ""
  166. #: ../../../CHANGELOG.md:123
  167. msgid "This is not a user-facing change and does not change variable names (`matrix_synapse_reverse_proxy_companion_*` remain the same). The split looked clean on paper, but in practice both parts are tightly coupled through worker routing, tags (`setup-synapse`/`install-synapse`), and lifecycle ordering, so keeping them separate added coordination overhead with little practical benefit."
  168. msgstr ""
  169. #: ../../../CHANGELOG.md:125
  170. msgid "Compatibility note: existing companion-specific tags (`setup-synapse-reverse-proxy-companion` and `install-synapse-reverse-proxy-companion`) are still available."
  171. msgstr ""
  172. #: ../../../CHANGELOG.md:127
  173. msgid "With this change, Synapse and its reverse-proxy companion are managed in one role (`matrix-synapse`) while still keeping companion logic in dedicated task/template subdirectories for maintainability."
  174. msgstr ""
  175. #: ../../../CHANGELOG.md:129
  176. msgid "2026-02-21"
  177. msgstr ""
  178. #: ../../../CHANGELOG.md:131
  179. msgid "(BC Break) coturn is no longer auto-enabled by default"
  180. msgstr ""
  181. #: ../../../CHANGELOG.md:133
  182. msgid "By default, the [coturn](./docs/configuring-playbook-turn.md) TURN server component is no longer enabled for every deployment."
  183. msgstr ""
  184. #: ../../../CHANGELOG.md:135
  185. msgid "This reduces resources and attach surface for deployments which:"
  186. msgstr ""
  187. #: ../../../CHANGELOG.md:137
  188. msgid "either don't need calls at all"
  189. msgstr ""
  190. #: ../../../CHANGELOG.md:138
  191. msgid "or use the modern [Matrix RTC](docs/configuring-playbook-matrix-rtc.md)/[Element Call](docs/configuring-playbook-element-call.md) stack."
  192. msgstr ""
  193. #: ../../../CHANGELOG.md:140
  194. msgid "Coturn is still auto-enabled when [Jitsi](./docs/configuring-playbook-jitsi.md) is enabled (`jitsi_enabled: true`), because Jitsi still depends on TURN for legacy Matrix integration."
  195. msgstr ""
  196. #: ../../../CHANGELOG.md:142
  197. msgid "Additionally, Coturn (when enabled) now defaults to using automatic IP detection of your server's external IP address, instead of assuming your Ansible inventory (`ansible_host`) points to a public address and using it for configuring `coturn_turn_external_ip_address`."
  198. msgstr ""
  199. #: ../../../CHANGELOG.md:144
  200. msgid "To restore the old behavior (needed for legacy call setups), add the following configuration to your `vars.yml`:"
  201. msgstr ""
  202. #: ../../../CHANGELOG.md:153
  203. msgid "LiveKit TURN TLS is now automatically fronted by playbook-managed Traefik"
  204. msgstr ""
  205. #: ../../../CHANGELOG.md:155
  206. msgid "For deployments that use the playbook-managed Traefik reverse-proxy, LiveKit TURN over TCP is now SSL-terminated at Traefik and passed as plain TCP to LiveKit (`turn.external_tls = true`) by default."
  207. msgstr ""
  208. #: ../../../CHANGELOG.md:157
  209. msgid "To disable this behavior, set `livekit_server_config_turn_external_tls: false` and the playbook will revert to the old behavior - using traefik-certs-dumper to extract SSL certificates out of Traefik and pass them to LiveKit for explicit SSL termination there."
  210. msgstr ""
  211. #: ../../../CHANGELOG.md:159
  212. msgid "If you are using `other-traefik-container` or [another reverse-proxy](./configuring-playbook-own-webserver.md), this change does **not** switch behavior automatically. That mode remains using certificate files in the container (Traefik certificates dumper flow) unless you explicitly set the TURN-Traefik mode variables to opt in."
  213. msgstr ""
  214. #: ../../../CHANGELOG.md:161
  215. msgid "2026-02-17"
  216. msgstr ""
  217. #: ../../../CHANGELOG.md:163
  218. msgid "(BC Break) prometheus-nginxlog-exporter role has been relocated and variable names need adjustments"
  219. msgstr ""
  220. #: ../../../CHANGELOG.md:165
  221. msgid "The role for prometheus-nginxlog-exporter has been relocated to the [mother-of-all-self-hosting](https://github.com/mother-of-all-self-hosting) organization."
  222. msgstr ""
  223. #: ../../../CHANGELOG.md:167
  224. msgid "Along with the relocation, the `matrix_prometheus_nginxlog_exporter_` prefix on its variable names has been renamed to `prometheus_nginxlog_exporter_`, so you need to adjust your `vars.yml` configuration."
  225. msgstr ""
  226. #: ../../../CHANGELOG.md:169
  227. #: ../../../CHANGELOG.md:231
  228. #: ../../../CHANGELOG.md:241
  229. #: ../../../CHANGELOG.md:302
  230. #: ../../../CHANGELOG.md:324
  231. #: ../../../CHANGELOG.md:859
  232. msgid "As always, the playbook would let you know about this and point out any variables you may have missed."
  233. msgstr ""
  234. #: ../../../CHANGELOG.md:171
  235. msgid "synapse-auto-invite-accept has been removed from the playbook"
  236. msgstr ""
  237. #: ../../../CHANGELOG.md:173
  238. msgid "[synapse-auto-invite-accept](./docs/configuring-playbook-synapse-auto-accept-invite.md) has been removed from the playbook, as the same functionality [has been integrated](https://github.com/element-hq/synapse/pull/17147) to Synapse since [v1.109.0](https://github.com/element-hq/synapse/releases/tag/v1.109.0)."
  239. msgstr ""
  240. #: ../../../CHANGELOG.md:175
  241. msgid "See [this section](./docs/configuring-playbook-synapse-auto-accept-invite.md#native-alternative) for details about how to enable the function on Synapse."
  242. msgstr ""
  243. #: ../../../CHANGELOG.md:177
  244. msgid "If you're using any `matrix_synapse_ext_synapse_auto_accept_invite_*` variables, the playbook will let you know which one you'll need to remove from `vars.yml`."
  245. msgstr ""
  246. #: ../../../CHANGELOG.md:179
  247. msgid "2026-02-16"
  248. msgstr ""
  249. #: ../../../CHANGELOG.md:181
  250. msgid "matrix-appservice-slack has been removed from the playbook"
  251. msgstr ""
  252. #: ../../../CHANGELOG.md:183
  253. msgid "[matrix-appservice-slack](./docs/configuring-playbook-bridge-appservice-slack.md) has been removed from the playbook, as it has been discontinued because the public Matrix.org Slack bridge has been decommissioned on January 14th, 2026."
  254. msgstr ""
  255. #: ../../../CHANGELOG.md:185
  256. msgid "The playbook will let you know if you're using any `matrix_appservice_slack_*` variables. You'll need to remove them from `vars.yml` and potentially [uninstall the component manually](./docs/configuring-playbook-bridge-appservice-slack.md#uninstalling-the-component-manually)."
  257. msgstr ""
  258. #: ../../../CHANGELOG.md:187
  259. msgid "**Note**: Bridging to [Slack](https://slack.com) can also happen via the [mautrix-slack](./docs/configuring-playbook-bridge-mautrix-slack.md) bridge supported by the playbook."
  260. msgstr ""
  261. #: ../../../CHANGELOG.md:189
  262. msgid "2026-02-13"
  263. msgstr ""
  264. #: ../../../CHANGELOG.md:191
  265. msgid "Conditional service restart for `install-*` commands"
  266. msgstr ""
  267. #: ../../../CHANGELOG.md:193
  268. msgid "When running `install-all` or `install-service` (whether via `just` or raw `ansible-playbook`), only services whose configuration or container image actually changed during the playbook run will now be restarted. Unchanged services are left running (or get started if they were stopped). This reduces unnecessary downtime — particularly for services like Traefik (the reverse proxy), which previously caused brief connectivity interruptions on every playbook run even when nothing changed."
  269. msgstr ""
  270. #: ../../../CHANGELOG.md:195
  271. msgid "When running with `setup-*` tags (e.g. `setup-all`, `setup-synapse`), all services continue to be unconditionally restarted as before."
  272. msgstr ""
  273. #: ../../../CHANGELOG.md:197
  274. msgid "Currently, only Traefik tracks its own changes and benefits from conditional restart. All other services default to being restarted (the previous behavior). This is just the beginning — as more roles gain change-tracking support, playbook performance will improve and downtime will decrease dramatically, especially for `install-all` runs where most services haven't changed."
  275. msgstr ""
  276. #: ../../../CHANGELOG.md:199
  277. msgid "Some benchmarks for `just install-service traefik` when Traefik settings did not change:"
  278. msgstr ""
  279. #: ../../../CHANGELOG.md:201
  280. msgid "**Before**:"
  281. msgstr ""
  282. #: ../../../CHANGELOG.md:202
  283. msgid "total time: ~56 seconds 🐌"
  284. msgstr ""
  285. #: ../../../CHANGELOG.md:203
  286. msgid "Traefik restarted: yes (unnecessarily) ❌"
  287. msgstr ""
  288. #: ../../../CHANGELOG.md:204
  289. msgid "dependent services restarted: yes, all of them ❌"
  290. msgstr ""
  291. #: ../../../CHANGELOG.md:205
  292. msgid "**After**:"
  293. msgstr ""
  294. #: ../../../CHANGELOG.md:206
  295. msgid "total time: ~27 seconds ⚡"
  296. msgstr ""
  297. #: ../../../CHANGELOG.md:207
  298. msgid "Traefik restarted: no ✅"
  299. msgstr ""
  300. #: ../../../CHANGELOG.md:208
  301. msgid "dependent services restarted: no ✅"
  302. msgstr ""
  303. #: ../../../CHANGELOG.md:210
  304. msgid "This behavior can be overridden via `--extra-vars='devture_systemd_service_manager_conditional_restart_enabled=false'` to force unconditional restarts. See [Conditional service restart](docs/just.md#conditional-service-restart) for details."
  305. msgstr ""
  306. #: ../../../CHANGELOG.md:213
  307. msgid "2026-02-12"
  308. msgstr ""
  309. #: ../../../CHANGELOG.md:215
  310. msgid "Dimension integration manager has been removed from the playbook"
  311. msgstr ""
  312. #: ../../../CHANGELOG.md:217
  313. msgid "The [Dimension integration manager](./docs/configuring-playbook-dimension.md) has been removed from the playbook, as it has been unmaintained."
  314. msgstr ""
  315. #: ../../../CHANGELOG.md:219
  316. msgid "The playbook will let you know if you're using any `matrix_dimension_*` variables. You'll need to remove them from `vars.yml` and potentially [uninstall the component manually](./docs/configuring-playbook-dimension.md#uninstalling-the-component-manually)."
  317. msgstr ""
  318. #: ../../../CHANGELOG.md:221
  319. msgid "(BC Break) Hydrogen role has been relocated and variable names need adjustments"
  320. msgstr ""
  321. #: ../../../CHANGELOG.md:223
  322. msgid "The role for Hydrogen has been relocated to the [mother-of-all-self-hosting](https://github.com/mother-of-all-self-hosting) organization."
  323. msgstr ""
  324. #: ../../../CHANGELOG.md:225
  325. msgid "Along with the relocation, the `matrix_client_hydrogen_` prefix was dropped from its variable names, so you need to adjust your `vars.yml` configuration."
  326. msgstr ""
  327. #: ../../../CHANGELOG.md:227
  328. #: ../../../CHANGELOG.md:320
  329. msgid "You need to do the following replacement:"
  330. msgstr ""
  331. #: ../../../CHANGELOG.md:229
  332. msgid "`matrix_client_hydrogen_` -> `hydrogen_`"
  333. msgstr ""
  334. #: ../../../CHANGELOG.md:233
  335. msgid "2026-02-11"
  336. msgstr ""
  337. #: ../../../CHANGELOG.md:235
  338. msgid "(BC Break) coturn role has been relocated and variable names need adjustments"
  339. msgstr ""
  340. #: ../../../CHANGELOG.md:237
  341. msgid "The role for coturn has been relocated to the [mother-of-all-self-hosting](https://github.com/mother-of-all-self-hosting) organization."
  342. msgstr ""
  343. #: ../../../CHANGELOG.md:239
  344. msgid "Along with the relocation, the `matrix_coturn_` prefix on its variable names has been renamed to `coturn_`, so you need to adjust your `vars.yml` configuration."
  345. msgstr ""
  346. #: ../../../CHANGELOG.md:243
  347. msgid "conduwuit has been removed from the playbook"
  348. msgstr ""
  349. #: ../../../CHANGELOG.md:245
  350. msgid "[conduwuit](./docs/configuring-playbook-conduwuit.md) has been removed from the playbook, as it has been abandoned."
  351. msgstr ""
  352. #: ../../../CHANGELOG.md:247
  353. msgid "The playbook will let you know if you're using any `matrix_conduwuit_*` variables. You'll need to remove them from `vars.yml` and potentially [uninstall the service manually](./docs/configuring-playbook-conduwuit.md#uninstalling-the-service-manually)."
  354. msgstr ""
  355. #: ../../../CHANGELOG.md:249
  356. msgid "Since [Continuwuity](configuring-playbook-continuwuity.md) is a drop-in replacement for conduwuit, migration is possible. Please refer to [this section](./configuring-playbook-continuwuity.md#migrating-from-conduwuit) for details."
  357. msgstr ""
  358. #: ../../../CHANGELOG.md:251
  359. msgid "2026-02-09"
  360. msgstr ""
  361. #: ../../../CHANGELOG.md:253
  362. msgid "(BC Break) matrix-media-repo datastore IDs are now required in `vars.yml`"
  363. msgstr ""
  364. #: ../../../CHANGELOG.md:255
  365. msgid "**Affects**: users with [matrix-media-repo](docs/configuring-playbook-matrix-media-repo.md) enabled (`matrix_media_repo_enabled: true`)"
  366. msgstr ""
  367. #: ../../../CHANGELOG.md:257
  368. msgid "The `matrix_media_repo_datastore_file_id` and `matrix_media_repo_datastore_s3_id` variables are no longer auto-configured with values. They must now be explicitly defined in your `vars.yml` file. The playbook will fail with a helpful error if they are not set (when needed)."
  369. msgstr ""
  370. #: ../../../CHANGELOG.md:259
  371. msgid "These were never meant to be auto-configured. They were derived from `matrix_homeserver_generic_secret_key`, which is intended for secrets that are OK to change subsequently (and Ansible would assist in propagating these changes). matrix-media-repo datastore IDs are not secrets — they are static identifiers linking media to storage backends, and **must not change** after first use."
  372. msgstr ""
  373. #: ../../../CHANGELOG.md:261
  374. msgid "**For existing installations**, retrieve your current values from the server:"
  375. msgstr ""
  376. #: ../../../CHANGELOG.md:267
  377. msgid "Then add to your `vars.yml`:"
  378. msgstr ""
  379. #: ../../../CHANGELOG.md:276
  380. msgid "**Why do this?**: This change allows us to **remove the [passlib](https://passlib.readthedocs.io/en/stable/index.html) Python library** from the [prerequisites](docs/prerequisites.md), as it was the last component that depended on it."
  381. msgstr ""
  382. #: ../../../CHANGELOG.md:278
  383. msgid "2026-02-08"
  384. msgstr ""
  385. #: ../../../CHANGELOG.md:280
  386. msgid "Zulip bridge has been removed from the playbook"
  387. msgstr ""
  388. #: ../../../CHANGELOG.md:282
  389. msgid "Zulip bridge has been removed from the playbook, as it doesn't work, and the maintainer seems to have abandoned it. See [this issue](https://github.com/GearKite/MatrixZulipBridge/issues/23) for more context."
  390. msgstr ""
  391. #: ../../../CHANGELOG.md:284
  392. msgid "Switched to faster secret derivation for service passwords"
  393. msgstr ""
  394. #: ../../../CHANGELOG.md:286
  395. msgid "We've switched the method used for deriving service passwords (database passwords, appservice tokens, etc.) from the `matrix_homeserver_generic_secret_key` variable."
  396. msgstr ""
  397. #: ../../../CHANGELOG.md:288
  398. msgid "The old method used `password_hash('sha512', rounds=655555)` (655,555 rounds of SHA-512 hashing), which was designed for protecting low-entropy human passwords against brute-force attacks. For deriving secrets from an already high-entropy secret key, this many rounds provide no additional security - the secret key's entropy is what protects the derived passwords, not the computational cost of hashing."
  399. msgstr ""
  400. #: ../../../CHANGELOG.md:290
  401. msgid "The new method uses a single-round `hash('sha512')` with a unique salt per service. This is equally secure for this use case (SHA-512 remains preimage-resistant; brute-forcing a high-entropy key is infeasible regardless of rounds), while being dramatically faster."
  402. msgstr ""
  403. #: ../../../CHANGELOG.md:292
  404. msgid "On a fast mini PC, evaluating `postgres_managed_databases` (which references multiple database passwords) dropped from **~10.7 seconds to ~0.6 seconds**. The Postgres role evaluates this variable multiple times during a run, so the cumulative savings are significant. All other roles that reference derived passwords also benefit."
  405. msgstr ""
  406. #: ../../../CHANGELOG.md:294
  407. msgid "**What this means for users**: all derived service passwords (database passwords, appservice tokens, etc.) will change on the next playbook run. The main/superuser database password (`postgres_connection_password`) is not affected, as it is hardcoded in inventory variables rather than derived via hashing. All services will receive their new passwords as part of the same run, so this should be a seamless, non-user-impacting change."
  408. msgstr ""
  409. #: ../../../CHANGELOG.md:296
  410. msgid "(BC Break) Dynamic DNS role has been relocated and variable names need adjustments"
  411. msgstr ""
  412. #: ../../../CHANGELOG.md:298
  413. msgid "The role for Dynamic DNS has been relocated to the [mother-of-all-self-hosting](https://github.com/mother-of-all-self-hosting) organization."
  414. msgstr ""
  415. #: ../../../CHANGELOG.md:300
  416. msgid "Along with the relocation, the `matrix_dynamic_dns_` prefix on its variable names has been renamed to `ddclient_`, so you need to adjust your `vars.yml` configuration."
  417. msgstr ""
  418. #: ../../../CHANGELOG.md:304
  419. msgid "ma1sd has been removed from the playbook"
  420. msgstr ""
  421. #: ../../../CHANGELOG.md:306
  422. msgid "[ma1sd](./docs/configuring-playbook-ma1sd.md) has been removed from the playbook, as it has been unmaintained for a long time."
  423. msgstr ""
  424. #: ../../../CHANGELOG.md:308
  425. msgid "The playbook will let you know if you're using any `matrix_ma1sd_*` variables. You'll need to remove them from `vars.yml` and potentially [uninstall the component manually](./docs/configuring-playbook-ma1sd.md#uninstalling-the-component-manually)."
  426. msgstr ""
  427. #: ../../../CHANGELOG.md:310
  428. msgid "Please note that some of the functions can be achieved with other components. For example, if you wish to implement LDAP integration, you might as well check out [the LDAP provider module for Synapse](./docs/configuring-playbook-ldap-auth.md) instead."
  429. msgstr ""
  430. #: ../../../CHANGELOG.md:312
  431. msgid "2026-02-07"
  432. msgstr ""
  433. #: ../../../CHANGELOG.md:314
  434. msgid "(BC Break) Cinny role has been relocated and variable names need adjustments"
  435. msgstr ""
  436. #: ../../../CHANGELOG.md:316
  437. msgid "The role for Cinny has been relocated to the [mother-of-all-self-hosting](https://github.com/mother-of-all-self-hosting) organization."
  438. msgstr ""
  439. #: ../../../CHANGELOG.md:318
  440. msgid "Along with the relocation, the `matrix_client_cinny_` prefix was dropped from its variable names, so you need to adjust your `vars.yml` configuration."
  441. msgstr ""
  442. #: ../../../CHANGELOG.md:322
  443. msgid "`matrix_client_cinny_` -> `cinny_`"
  444. msgstr ""
  445. #: ../../../CHANGELOG.md:326
  446. msgid "The Sliding Sync proxy has been removed from the playbook"
  447. msgstr ""
  448. #: ../../../CHANGELOG.md:328
  449. msgid "The [Sliding Sync proxy](./docs/configuring-playbook-sliding-sync-proxy.md) has been removed from the playbook, as it's been replaced with a different method (called Simplified Sliding Sync) integrated to newer homeservers by default (**Conduit** homeserver from version `0.6.0` or **Synapse** from version `1.114`)."
  450. msgstr ""
  451. #: ../../../CHANGELOG.md:330
  452. msgid "The playbook will let you know if you're using any `matrix_sliding_sync_*` variables. You'll need to remove them from `vars.yml` and potentially [uninstall the proxy manually](./docs/configuring-playbook-sliding-sync-proxy.md#uninstalling-the-proxy-manually)."
  453. msgstr ""
  454. #: ../../../CHANGELOG.md:332
  455. msgid "2026-02-04"
  456. msgstr ""
  457. #: ../../../CHANGELOG.md:334
  458. msgid "baibot now supports OpenAI's built-in tools (Web Search and Code Interpreter)"
  459. msgstr ""
  460. #: ../../../CHANGELOG.md:336
  461. msgid "**TLDR**: if you're using the [OpenAI provider](https://github.com/etkecc/baibot/blob/main/docs/providers.md#openai) with [baibot](docs/configuring-playbook-bot-baibot.md), you can now enable [built-in tools](https://github.com/etkecc/baibot/blob/61d18b2/docs/features.md#%EF%B8%8F-built-in-tools-openai-only) (`web_search` and `code_interpreter`) to extend the model's capabilities."
  462. msgstr ""
  463. #: ../../../CHANGELOG.md:338
  464. msgid "These tools are **disabled by default** and can be enabled via Ansible variables for static agent configurations:"
  465. msgstr ""
  466. #: ../../../CHANGELOG.md:345
  467. msgid "Users who define agents dynamically at runtime will need to [update their agents](https://github.com/etkecc/baibot/blob/61d18b2/docs/agents.md#updating-agents) to enable these tools. See the [baibot v1.14.0 changelog](https://github.com/etkecc/baibot/blob/61d18b2/CHANGELOG.md) for details."
  468. msgstr ""
  469. #: ../../../CHANGELOG.md:347
  470. msgid "Whoami-based sync worker routing for improved sticky sessions for Synapse"
  471. msgstr ""
  472. #: ../../../CHANGELOG.md:349
  473. msgid "Deployments using [Synapse workers](./docs/configuring-playbook-synapse.md#load-balancing-with-workers) now benefit from improved sync worker routing via a new whoami-based mechanism (making use of the [whoami Matrix Client-Server API](https://spec.matrix.org/v1.17/client-server-api/#get_matrixclientv3accountwhoami))."
  474. msgstr ""
  475. #: ../../../CHANGELOG.md:351
  476. msgid "Previously, sticky routing for sync workers relied on parsing usernames from access tokens, which only worked with native Synapse tokens (`syt_<base64 username>_...`). This approach failed for [Matrix Authentication Service](docs/configuring-playbook-matrix-authentication-service.md) (MAS) deployments, where tokens are opaque and don't contain username information. This resulted in device-level stickiness (same token → same worker) rather than user-level stickiness (same user → same worker regardless of device), leading to suboptimal cache utilization on sync workers."
  477. msgstr ""
  478. #: ../../../CHANGELOG.md:353
  479. msgid "The new implementation calls Synapse's `/whoami` endpoint to resolve access tokens to usernames, enabling proper user-level sticky routing regardless of the authentication system in use (native Synapse auth, MAS, etc.). Results are cached to minimize overhead."
  480. msgstr ""
  481. #: ../../../CHANGELOG.md:355
  482. msgid "This change:"
  483. msgstr ""
  484. #: ../../../CHANGELOG.md:356
  485. msgid "**Automatically enables** when sync workers are configured (no action required)"
  486. msgstr ""
  487. #: ../../../CHANGELOG.md:357
  488. msgid "**Works universally** with any authentication system"
  489. msgstr ""
  490. #: ../../../CHANGELOG.md:358
  491. msgid "**Replaces the old implementation** entirely to keep the codebase simple"
  492. msgstr ""
  493. #: ../../../CHANGELOG.md:359
  494. msgid "**Adds minimal overhead** (one cached internal subrequest per sync request) for non-MAS deployments"
  495. msgstr ""
  496. #: ../../../CHANGELOG.md:361
  497. msgid "For debugging, you can enable verbose logging and/or response headers showing routing decisions:"
  498. msgstr ""
  499. #: ../../../CHANGELOG.md:372
  500. msgid "2025-12-09"
  501. msgstr ""
  502. #: ../../../CHANGELOG.md:374
  503. msgid "Traefik Cert Dumper upgrade"
  504. msgstr ""
  505. #: ../../../CHANGELOG.md:376
  506. msgid "The variable `traefik_certs_dumper_ssl_dir_path` was renamed to `traefik_certs_dumper_ssl_path`. Users who use [their own webserver with Traefik](docs/configuring-playbook-own-webserver.md) may need to adjust their configuration."
  507. msgstr ""
  508. #: ../../../CHANGELOG.md:378
  509. msgid "The variable `traefik_certs_dumper_dumped_certificates_dir_path` was renamed to `traefik_certs_dumper_dumped_certificates_path`. Users who use [SRV Server Delegation](docs/howto-srv-server-delegation.md) may need to adjust their configuration."
  510. msgstr ""
  511. #: ../../../CHANGELOG.md:380
  512. msgid "2025-11-23"
  513. msgstr ""
  514. #: ../../../CHANGELOG.md:382
  515. msgid "Matrix.to support"
  516. msgstr ""
  517. #: ../../../CHANGELOG.md:384
  518. msgid "The playbook now supports [Matrix.to](https://github.com/matrix-org/matrix.to) — a simple URL redirection service which powers [matrix.to](https://matrix.to)."
  519. msgstr ""
  520. #: ../../../CHANGELOG.md:386
  521. msgid "To learn more, see our [Setting up Matrix.to](docs/configuring-playbook-matrixto.md) documentation page."
  522. msgstr ""
  523. #: ../../../CHANGELOG.md:388
  524. msgid "2025-11-09"
  525. msgstr ""
  526. #: ../../../CHANGELOG.md:390
  527. msgid "matrix-appservice-webhooks has been removed from the playbook"
  528. msgstr ""
  529. #: ../../../CHANGELOG.md:392
  530. msgid "[matrix-appservice-webhooks](./docs/configuring-playbook-bridge-appservice-webhooks.md) has been removed from the playbook, as it has been deprecated since more than several years."
  531. msgstr ""
  532. #: ../../../CHANGELOG.md:394
  533. msgid "The playbook will let you know if you're using any `matrix_appservice_webhooks_*` variables. You'll need to remove them from `vars.yml` and potentially [uninstall the bridge manually](./docs/configuring-playbook-bridge-appservice-webhooks.md#uninstalling-the-bridge-manually)."
  534. msgstr ""
  535. #: ../../../CHANGELOG.md:396
  536. msgid "mautrix-facebook and mautrix-instagram have been removed from the playbook"
  537. msgstr ""
  538. #: ../../../CHANGELOG.md:398
  539. msgid "[mautrix-facebook](./docs/configuring-playbook-bridge-mautrix-facebook.md) and [mautrix-instagram](./docs/configuring-playbook-bridge-mautrix-instagram.md) have been removed from the playbook, as they have been deprecated in favor of the [mautrix-meta](https://github.com/mautrix/meta) Messenger/Instagram bridge, integrated to the playbook at [2024-02-19](#2024-02-19)."
  540. msgstr ""
  541. #: ../../../CHANGELOG.md:400
  542. #: ../../../CHANGELOG.md:432
  543. msgid "The playbook will let you know if you're using any variables for those bridges:"
  544. msgstr ""
  545. #: ../../../CHANGELOG.md:402
  546. msgid "`matrix_mautrix_facebook_*`"
  547. msgstr ""
  548. #: ../../../CHANGELOG.md:403
  549. msgid "`matrix_mautrix_instagram_*`"
  550. msgstr ""
  551. #: ../../../CHANGELOG.md:405
  552. #: ../../../CHANGELOG.md:439
  553. msgid "You'll need to remove them from `vars.yml` and potentially uninstall them manually. Consult pages below for details:"
  554. msgstr ""
  555. #: ../../../CHANGELOG.md:407
  556. msgid "[Instruction for mautrix-facebook](./docs/configuring-playbook-bridge-mautrix-facebook.md#uninstalling-the-bridge-manually)"
  557. msgstr ""
  558. #: ../../../CHANGELOG.md:408
  559. msgid "[Instruction for mautrix-instagram](./docs/configuring-playbook-bridge-mautrix-instagram.md#uninstalling-the-bridge-manually)"
  560. msgstr ""
  561. #: ../../../CHANGELOG.md:410
  562. msgid "2025-11-08"
  563. msgstr ""
  564. #: ../../../CHANGELOG.md:412
  565. msgid "MatrixZulipBridge support"
  566. msgstr ""
  567. #: ../../../CHANGELOG.md:414
  568. msgid "Thanks to [Suguru Hirahara](https://github.com/luixxiul), the playbook now supports the [GearKite/MatrixZulipBridge](https://github.com/GearKite/MatrixZulipBridg) bridge for bridging Matrix to [Zulip](https://zulip.com/)."
  569. msgstr ""
  570. #: ../../../CHANGELOG.md:416
  571. msgid "To learn more, see our [Setting up Zulip bridging](docs/configuring-playbook-bridge-zulip.md) documentation page."
  572. msgstr ""
  573. #: ../../../CHANGELOG.md:418
  574. msgid "2025-11-07"
  575. msgstr ""
  576. #: ../../../CHANGELOG.md:420
  577. msgid "The matrix-chatgpt-bot has been removed from the playbook"
  578. msgstr ""
  579. #: ../../../CHANGELOG.md:422
  580. msgid "The [matrix-bot-chatgpt](./docs/configuring-playbook-bot-chatgpt.md) has been removed from the playbook, as it has been deprecated since September 2024."
  581. msgstr ""
  582. #: ../../../CHANGELOG.md:424
  583. msgid "The playbook will let you know if you're using any `matrix_bot_chatgpt_*` variables. You'll need to remove them from `vars.yml` and potentially [uninstall the bot manually](./docs/configuring-playbook-bot-chatgpt.md#uninstalling-matrix-chatgpt-bot-manually)."
  584. msgstr ""
  585. #: ../../../CHANGELOG.md:426
  586. msgid "2025-11-05"
  587. msgstr ""
  588. #: ../../../CHANGELOG.md:428
  589. msgid "The MX Puppet bridges for Discord, Instagram, Slack, and Twitter have been removed from the playbook"
  590. msgstr ""
  591. #: ../../../CHANGELOG.md:430
  592. msgid "The MX Puppet bridges for Discord, Instagram, Slack, and Twitter have been removed from the playbook, as they have been unmaintained for more than several years and do not support important features like authenticated media. See [this issue](https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3867) for the context."
  593. msgstr ""
  594. #: ../../../CHANGELOG.md:434
  595. msgid "`matrix_mx_puppet_discord_*`"
  596. msgstr ""
  597. #: ../../../CHANGELOG.md:435
  598. msgid "`matrix_mx_puppet_instagram_*`"
  599. msgstr ""
  600. #: ../../../CHANGELOG.md:436
  601. msgid "`matrix_mx_puppet_slack_*`"
  602. msgstr ""
  603. #: ../../../CHANGELOG.md:437
  604. msgid "`matrix_mx_puppet_twitter_*`"
  605. msgstr ""
  606. #: ../../../CHANGELOG.md:441
  607. msgid "[Instruction for MX Puppet Discord bridge](./docs/configuring-playbook-bridge-mx-puppet-discord.md#uninstalling-the-bridge-manually)"
  608. msgstr ""
  609. #: ../../../CHANGELOG.md:442
  610. msgid "[Instruction for MX Puppet Instagram bridge](./docs/configuring-playbook-bridge-mx-puppet-instagram.md#uninstalling-the-bridge-manually)"
  611. msgstr ""
  612. #: ../../../CHANGELOG.md:443
  613. msgid "[Instruction for MX Puppet Slack bridge](./docs/configuring-playbook-bridge-mx-puppet-slack.md#uninstalling-the-bridge-manually)"
  614. msgstr ""
  615. #: ../../../CHANGELOG.md:444
  616. msgid "[Instruction for MX Puppet Twitter bridge](./docs/configuring-playbook-bridge-mx-puppet-twitter.md#uninstalling-the-bridge-manually)"
  617. msgstr ""
  618. #: ../../../CHANGELOG.md:446
  619. msgid "2025-11-04"
  620. msgstr ""
  621. #: ../../../CHANGELOG.md:448
  622. msgid "The Go Skype bridge has been removed from the playbook"
  623. msgstr ""
  624. #: ../../../CHANGELOG.md:450
  625. msgid "The [go-skype-bridge](./docs/configuring-playbook-bridge-go-skype-bridge.md) has been removed from the playbook, as Skype has been discontinued since the May 2025."
  626. msgstr ""
  627. #: ../../../CHANGELOG.md:452
  628. msgid "The playbook will let you know if you're using any `matrix_go_skype_bridge_*` variables. You'll need to remove them from `vars.yml` and potentially [uninstall the bridge manually](./docs/configuring-playbook-bridge-go-skype-bridge.md#uninstalling-the-bridge-manually)."
  629. msgstr ""
  630. #: ../../../CHANGELOG.md:454
  631. msgid "2025-10-02"
  632. msgstr ""
  633. #: ../../../CHANGELOG.md:456
  634. msgid "Element Admin support"
  635. msgstr ""
  636. #: ../../../CHANGELOG.md:458
  637. msgid "The playbook now supports [Element Admin](./docs/configuring-playbook-element-admin.md) - a new web-based administration panel for Synapse and [Matrix Authentication Service](./docs/configuring-playbook-matrix-authentication-service.md)."
  638. msgstr ""
  639. #: ../../../CHANGELOG.md:460
  640. msgid "Deployments based on Matrix Authentication Service may find it useful to run both Synapse Admin and Element Admin at the same time."
  641. msgstr ""
  642. #: ../../../CHANGELOG.md:462
  643. msgid "Deployments that don't rely on Matrix Authentication Service are unlikely to find anything useful in Element Admin right now (it's too basic in its current form)."
  644. msgstr ""
  645. #: ../../../CHANGELOG.md:465
  646. msgid "2025-04-26"
  647. msgstr ""
  648. #: ../../../CHANGELOG.md:467
  649. msgid "Continuwuity support"
  650. msgstr ""
  651. #: ../../../CHANGELOG.md:469
  652. msgid "Thanks to [Virkkunen](https://github.com/Virkkunen), we now have optional experimental [Continuwuity](./docs/configuring-playbook-continuwuity.md) homeserver support."
  653. msgstr ""
  654. #: ../../../CHANGELOG.md:471
  655. msgid "Continuwuity is a fork of [conduwuit](./docs/configuring-playbook-conduwuit.md), which the playbook also supports. It appears that conduwuit has been abandoned and various forks (like Continuwuity, [Tuwunel](https://github.com/matrix-construct/tuwunel) and possibly others) are continuing in its path."
  656. msgstr ""
  657. #: ../../../CHANGELOG.md:473
  658. #: ../../../CHANGELOG.md:686
  659. msgid "Existing installations do **not** need to be updated. **Synapse is still the default homeserver implementation** installed by the playbook."
  660. msgstr ""
  661. #: ../../../CHANGELOG.md:475
  662. msgid "People that used to run conduwuit, may wish to:"
  663. msgstr ""
  664. #: ../../../CHANGELOG.md:477
  665. msgid "either [migrate from conduwuit to Continuwuity](./docs/configuring-playbook-continuwuity.md#migrating-from-conduwuit)"
  666. msgstr ""
  667. #: ../../../CHANGELOG.md:478
  668. msgid "or wait for some of the other forks to progress and for support for them to get added to the playbook"
  669. msgstr ""
  670. #: ../../../CHANGELOG.md:480
  671. msgid "**The homeserver implementation of an existing server cannot be changed** (e.g. from Synapse/Conduit/Dendrite to Continuwuity) without data loss."
  672. msgstr ""
  673. #: ../../../CHANGELOG.md:483
  674. msgid "2025-04-09"
  675. msgstr ""
  676. #: ../../../CHANGELOG.md:485
  677. msgid "Element Call frontend installation is now optional"
  678. msgstr ""
  679. #: ../../../CHANGELOG.md:487
  680. msgid "Because all Element clients (Element Web and Element X mobile) now embed and use their own Element Call frontend application (and not the one hosted via the playbook), it makes little sense for the playbook to self-host the Element Call frontend for you. Setting up the frontend requires an additional hostname (DNS setup) and it won't be used by Element clients anyway, so **we now recommend not installing the Element Call frontend**."
  681. msgstr ""
  682. #: ../../../CHANGELOG.md:489
  683. msgid "💡 A reason you may wish to continue installing the Element Call frontend (despite Matrix clients not making use of it), is if you need to use it standalone - directly via a browser (without a Matrix client)."
  684. msgstr ""
  685. #: ../../../CHANGELOG.md:491
  686. msgid "The playbook now lets you [Decide between Element Call vs just the Matrix RTC stack](./docs/configuring-playbook-element-call.md#decide-between-element-call-vs-just-the-matrix-rtc-stack)."
  687. msgstr ""
  688. #: ../../../CHANGELOG.md:493
  689. msgid "If you've already installed Element Call (via `matrix_element_call_enabled: true`), you can switch to installing just the [Matrix RTC (Real-Time Communication) stack](./docs/configuring-playbook-matrix-rtc.md) (all supporting services **without the Element Call frontend**) by:"
  690. msgstr ""
  691. #: ../../../CHANGELOG.md:495
  692. msgid "Adjusting your `vars.yml` configuration like this:"
  693. msgstr ""
  694. #: ../../../CHANGELOG.md:502
  695. msgid "[Re-running the playbook](./docs/installing.md) with the `setup-all` Ansible tag (e.g. `just setup-all`)"
  696. msgstr ""
  697. #: ../../../CHANGELOG.md:504
  698. msgid "Getting rid of the `call.element.example.com` DNS record"
  699. msgstr ""
  700. #: ../../../CHANGELOG.md:507
  701. msgid "2025-03-15"
  702. msgstr ""
  703. #: ../../../CHANGELOG.md:509
  704. msgid "Element Call support"
  705. msgstr ""
  706. #: ../../../CHANGELOG.md:511
  707. msgid "The playbook now supports [Element Call](https://github.com/element-hq/element-call) as an optional feature. Thanks to [wjbeckett](https://github.com/wjbeckett) for getting us started via [PR#3562](https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3562)."
  708. msgstr ""
  709. #: ../../../CHANGELOG.md:513
  710. msgid "Element Call is a native Matrix video conferencing application developed by [Element](https://element.io/) that has the goal of replacing [Jitsi](./docs/configuring-playbook-jitsi.md) and the old WebRTC stack used in previous Element versions."
  711. msgstr ""
  712. #: ../../../CHANGELOG.md:515
  713. msgid "💡 For now, Element Call is only supported with the [Synapse](docs/configuring-playbook-synapse.md) homeserver (with [federation](docs/configuring-playbook-federation.md) enabled) and [Element Web](docs/configuring-playbook-client-element-web.md) and Element X mobile clients. See the [Prerequisites](docs/configuring-playbook-element-call.md#prerequisites) section of the [Element Call documentation](docs/configuring-playbook-element-call.md) for more details."
  714. msgstr ""
  715. #: ../../../CHANGELOG.md:517
  716. msgid "To get started, see the [Configuring Element Call](docs/configuring-playbook-element-call.md) documentation page."
  717. msgstr ""
  718. #: ../../../CHANGELOG.md:520
  719. msgid "2025-03-08"
  720. msgstr ""
  721. #: ../../../CHANGELOG.md:522
  722. msgid "6️⃣ IPv6 support enablement recommended by default"
  723. msgstr ""
  724. #: ../../../CHANGELOG.md:524
  725. msgid "Our [default example configuration](./examples/vars.yml) and [Configuring DNS](./docs/configuring-dns.md) guides now recommend enabling [IPv6](https://en.wikipedia.org/wiki/IPv6) support. We recommend that everyone enables IPv6 support for their Matrix server, even if they don't have IPv6 connectivity yet."
  726. msgstr ""
  727. #: ../../../CHANGELOG.md:526
  728. msgid "Our new [Configuring IPv6](./docs/configuring-ipv6.md) documentation page has more details about the playbook's IPv6 support."
  729. msgstr ""
  730. #: ../../../CHANGELOG.md:528
  731. msgid "**Existing playbook users** will **need to do some manual work** to enable IPv6 support. This consists of:"
  732. msgstr ""
  733. #: ../../../CHANGELOG.md:530
  734. msgid "enabling IPv6 support for the Docker container networks:"
  735. msgstr ""
  736. #: ../../../CHANGELOG.md:531
  737. msgid "add `devture_systemd_docker_base_ipv6_enabled: true` to their `vars.yml` configuration file"
  738. msgstr ""
  739. #: ../../../CHANGELOG.md:532
  740. msgid "stop all services (`just stop-all`)"
  741. msgstr ""
  742. #: ../../../CHANGELOG.md:533
  743. msgid "delete all container networks on the server: `docker network rm $(docker network ls -q)`"
  744. msgstr ""
  745. #: ../../../CHANGELOG.md:534
  746. msgid "re-run the playbook fully: `just install-all`"
  747. msgstr ""
  748. #: ../../../CHANGELOG.md:536
  749. msgid "[configuring IPv6 (`AAAA`) DNS records](./docs/configuring-ipv6.md#configuring-dns-records-for-ipv6)"
  750. msgstr ""
  751. #: ../../../CHANGELOG.md:538
  752. msgid "2025-02-26"
  753. msgstr ""
  754. #: ../../../CHANGELOG.md:540
  755. msgid "🪦 Bye-bye, Email2Matrix"
  756. msgstr ""
  757. #: ../../../CHANGELOG.md:542
  758. msgid "The [Email2Matrix](./docs/configuring-playbook-email2matrix.md) service has been superseded by the [Postmoogle](./docs/configuring-playbook-bridge-postmoogle.md) bridge for a long time now and was completely removed from the playbook today."
  759. msgstr ""
  760. #: ../../../CHANGELOG.md:544
  761. msgid "If you still have the Email2Matrix component installed on your Matrix server, the playbook can no longer help you uninstall it and you will need to do it manually as described in the [Uninstalling Email2Matrix manually](./docs/configuring-playbook-email2matrix.md#uninstalling-email2matrix-manually) section of the documentation. The playbook will warn you if there are any `matrix_email2matrix_*` variables still remaining in your configuration."
  762. msgstr ""
  763. #: ../../../CHANGELOG.md:547
  764. msgid "2025-02-23"
  765. msgstr ""
  766. #: ../../../CHANGELOG.md:549
  767. msgid "The playbook defaults to exposing the Coturn STUN port (3478) over UDP once again"
  768. msgstr ""
  769. #: ../../../CHANGELOG.md:551
  770. msgid "Recently, we made the playbook [default to exposing the Coturn STUN port (3478) only over TCP](#the-playbook-now-defaults-to-exposing-the-coturn-stun-port-3478-only-over-tcp) to reduce the severity of DDoS amplification/reflection attacks."
  771. msgstr ""
  772. #: ../../../CHANGELOG.md:553
  773. msgid "It seems like old Element clients on mobile devices only support talking to the STUN port over UDP, not TCP. To accommodate such ancient clients, we're now **reversing this change** and **defaulting to exposing the Coturn STUN port (3478) over UDP once again**."
  774. msgstr ""
  775. #: ../../../CHANGELOG.md:556
  776. msgid "In light of this new information, you have 2 options:"
  777. msgstr ""
  778. #: ../../../CHANGELOG.md:558
  779. msgid "**If you already adapted to the previous change and would like to adapt to this change one again**:"
  780. msgstr ""
  781. #: ../../../CHANGELOG.md:560
  782. msgid "make sure the `3478/udp` port is whitelisted in your external firewall (if you have one) once again."
  783. msgstr ""
  784. #: ../../../CHANGELOG.md:562
  785. msgid "**If you don't care about old Element clients and wish to reduce the severity of DDoS amplification/reflection attacks**:"
  786. msgstr ""
  787. #: ../../../CHANGELOG.md:564
  788. msgid "Consider closing the STUN/UDP port with the following configuration:"
  789. msgstr ""
  790. #: ../../../CHANGELOG.md:570
  791. msgid "Consider keeping `3478/udp` blocked in your external firewall (if you have one)"
  792. msgstr ""
  793. #: ../../../CHANGELOG.md:572
  794. msgid "2025-02-21"
  795. msgstr ""
  796. #: ../../../CHANGELOG.md:574
  797. msgid "Docker daemon options are no longer adjusted when IPv6 is enabled"
  798. msgstr ""
  799. #: ../../../CHANGELOG.md:576
  800. msgid "We landed [initial IPv6 support](#initial-work-on-ipv6-support) in the past via a `devture_systemd_docker_base_ipv6_enabled` variable that one had to toggle to `true`."
  801. msgstr ""
  802. #: ../../../CHANGELOG.md:578
  803. msgid "This variable did **2 different things at once**:"
  804. msgstr ""
  805. #: ../../../CHANGELOG.md:580
  806. msgid "ensured that container networks were created with IPv6 being enabled"
  807. msgstr ""
  808. #: ../../../CHANGELOG.md:581
  809. msgid "adjusted the Docker daemon's configuration to set `experimental: true` and `ip6tables: true` (a necessary prerequisite for creating IPv6-enabled networks)"
  810. msgstr ""
  811. #: ../../../CHANGELOG.md:583
  812. msgid "Since Docker 27.0.1's [changes to how it handles IPv6](https://docs.docker.com/engine/release-notes/27/#ipv6), **adjusting the Docker daemon's configuration is no longer necessary**, because:"
  813. msgstr ""
  814. #: ../../../CHANGELOG.md:584
  815. msgid "`ip6tables` defaults to `true` for everyone"
  816. msgstr ""
  817. #: ../../../CHANGELOG.md:585
  818. msgid "`ip6tables` is out of the experimental phase, so `experimental` is no longer necessary"
  819. msgstr ""
  820. #: ../../../CHANGELOG.md:587
  821. msgid "In light of this, we're introducing a new variable (`devture_systemd_docker_base_ipv6_daemon_options_changing_enabled`) for controlling if IPv6 should be force-enabled in the Docker daemon's configuration options. Since most people should be on a modern enough Docker daemon version which doesn't require such changes, this variable defaults to `false`."
  822. msgstr ""
  823. #: ../../../CHANGELOG.md:590
  824. msgid "This change affects you like this:"
  825. msgstr ""
  826. #: ../../../CHANGELOG.md:592
  827. msgid "✅ if you're **not explicitly enabling IPv6** (via `devture_systemd_docker_base_ipv6_enabled` in your configuration): you're unaffected"
  828. msgstr ""
  829. #: ../../../CHANGELOG.md:593
  830. msgid "❓ if you're **explicitly enabling IPv6** (via `devture_systemd_docker_base_ipv6_enabled` in your configuration):"
  831. msgstr ""
  832. #: ../../../CHANGELOG.md:594
  833. msgid "✅ .. and you're on a modern enough Docker version (which you most likely are): the playbook will no longer mess with your Docker daemon options. You're unaffected."
  834. msgstr ""
  835. #: ../../../CHANGELOG.md:595
  836. msgid "🔧 .. and you're on an old Docker version, you **are affected** and need to use the following configuration to restore the old behavior:"
  837. msgstr ""
  838. #: ../../../CHANGELOG.md:606
  839. msgid "Support for bridging to Bluesky via mautrix-bluesky"
  840. msgstr ""
  841. #: ../../../CHANGELOG.md:608
  842. msgid "Thanks to [Zepmann](https://github.com/Zepmann), the playbook now supports bridging to [Bluesky](https://bsky.app/) via [mautrix-bluesky](https://github.com/mautrix/bluesky)."
  843. msgstr ""
  844. #: ../../../CHANGELOG.md:610
  845. msgid "To learn more, see our [Setting up mautrix-bluesky](./docs/configuring-playbook-bridge-mautrix-bluesky.md) documentation page."
  846. msgstr ""
  847. #: ../../../CHANGELOG.md:613
  848. msgid "2025-02-19"
  849. msgstr ""
  850. #: ../../../CHANGELOG.md:615
  851. msgid "The playbook now defaults to exposing the Coturn STUN port (3478) only over TCP"
  852. msgstr ""
  853. #: ../../../CHANGELOG.md:617
  854. msgid "We've previously done some work to **decrease the severity** of DDoS amplification attacks done through the [Coturn](./docs/configuring-playbook-turn.md)'s STUN port (2.8x -> 1.6x) as reported in [coturn: Lower DDoS amplification/reflection factor from 2.8 to 1.6 #2592](https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2592)."
  855. msgstr ""
  856. #: ../../../CHANGELOG.md:619
  857. msgid "To **completely eliminate the problem** of DDoS amplification attacks done through the [Coturn](./docs/configuring-playbook-turn.md) STUN port even further (read more about this in [this article](https://stormwall.network/resources/blog/protect-against-ddos-based-on-stun-exploit)), the playbook now **disables exposure of the Coturn STUN port (`3478`) over UDP**. This is a bit heavy-handed, but is probably the only way to completely eliminate the problem."
  858. msgstr ""
  859. #: ../../../CHANGELOG.md:621
  860. msgid "The playbook now **only exposes the Coturn STUN port (`3478`) over TCP by default**."
  861. msgstr ""
  862. #: ../../../CHANGELOG.md:623
  863. msgid "💡 Users may wish to further remove the (now unnecessary) firewall rule allowing access to `3478/udp`."
  864. msgstr ""
  865. #: ../../../CHANGELOG.md:625
  866. msgid "If you'd like the Coturn STUN port to be exposed over UDP like before, you can revert to the previous behavior by using the following configuration in your `vars.yml` file:"
  867. msgstr ""
  868. #: ../../../CHANGELOG.md:631
  869. msgid "[!WARNING] People running Coturn directly on the `host` network (using `coturn_container_network: host`) will still have the STUN port exposed over UDP, as port exposure is done directly via Coturn and not via Docker. In such cases, the playbook cannot prevent `3478/udp` port exposure and you'd need to do it in another way (separate firewall rule, etc)."
  870. msgstr ""
  871. #: ../../../CHANGELOG.md:635
  872. msgid "2025-02-17"
  873. msgstr ""
  874. #: ../../../CHANGELOG.md:637
  875. msgid "FluffyChat Web support"
  876. msgstr ""
  877. #: ../../../CHANGELOG.md:639
  878. msgid "Thanks to [Aine](https://gitlab.com/etke.cc) of [etke.cc](https://etke.cc/), the playbook now supports [FluffyChat Web](https://github.com/krille-chan/fluffychat) as an additional Matrix client you can self-host."
  879. msgstr ""
  880. #: ../../../CHANGELOG.md:641
  881. msgid "To learn more, see our [Setting up FluffyChat Web](docs/configuring-playbook-client-fluffychat-web.md) documentation page."
  882. msgstr ""
  883. #: ../../../CHANGELOG.md:644
  884. msgid "2025-02-03"
  885. msgstr ""
  886. #: ../../../CHANGELOG.md:646
  887. msgid "The mautrix-hangouts bridge has been removed from the playbook"
  888. msgstr ""
  889. #: ../../../CHANGELOG.md:648
  890. msgid "The [mautrix-hangouts](./docs/configuring-playbook-bridge-mautrix-hangouts.md) bridge has been deprecated in the playbook since December 2024 and finally got completely removed from the playbook in February 2025."
  891. msgstr ""
  892. #: ../../../CHANGELOG.md:650
  893. msgid "This is because Google Hangouts has been discontinued since the 1st of November 2022."
  894. msgstr ""
  895. #: ../../../CHANGELOG.md:652
  896. msgid "The playbook will let you know if you're using any `matrix_mautrix_hangouts_*` variables. You'll need to remove them from `vars.yml` and potentially [uninstall the bridge manually](./docs/configuring-playbook-bridge-mautrix-hangouts.md#uninstalling-the-bridge-manually)."
  897. msgstr ""
  898. #: ../../../CHANGELOG.md:655
  899. msgid "2025-01-27"
  900. msgstr ""
  901. #: ../../../CHANGELOG.md:657
  902. msgid "Redis and KeyDB are no longer part of the playbook"
  903. msgstr ""
  904. #: ../../../CHANGELOG.md:659
  905. msgid "**TLDR**: The playbook now exclusively uses Valkey as its Redis-compatible memorystore implementation, removing support for Redis and KeyDB. Most users are unaffected by this change unless they explicitly configured Redis or KeyDB variables. Only users that were explicitly defining `redis_*` or `keydb_*` variables will need to update their configuration to use `valkey_*` variables instead."
  906. msgstr ""
  907. #: ../../../CHANGELOG.md:661
  908. msgid "The playbook has gone through several iterations of memorystore implementations:"
  909. msgstr ""
  910. #: ../../../CHANGELOG.md:663
  911. msgid "It initially used Redis, auto-installing it when needed by features/services"
  912. msgstr ""
  913. #: ../../../CHANGELOG.md:664
  914. msgid "[Switched to KeyDB](#backward-compatibility-break-the-playbook-now-defaults-to-keydb-instead-of-redis) as the default, while keeping Redis support for those who wished to remain on Redis"
  915. msgstr ""
  916. #: ../../../CHANGELOG.md:665
  917. msgid "[Switched to Valkey](#backward-compatibility-break-the-playbook-now-defaults-to-valkey-instead-of-keydb) due to [KeyDB issues](https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3544), while keeping Redis and KeyDB support, for those who wished to remain on them"
  918. msgstr ""
  919. #: ../../../CHANGELOG.md:667
  920. msgid "To reduce configuration complexity and maintenance overhead, we are now:"
  921. msgstr ""
  922. #: ../../../CHANGELOG.md:669
  923. msgid "removing Redis and KeyDB support entirely"
  924. msgstr ""
  925. #: ../../../CHANGELOG.md:670
  926. msgid "using Valkey as the sole Redis-compatible memorystore implementation"
  927. msgstr ""
  928. #: ../../../CHANGELOG.md:672
  929. msgid "To update your configuration:"
  930. msgstr ""
  931. #: ../../../CHANGELOG.md:674
  932. msgid "**Most users** don't need to do anything"
  933. msgstr ""
  934. #: ../../../CHANGELOG.md:675
  935. msgid "**Users that were explicitly sticking to Redis/KeyDB** need to update their `vars.yml` to use `valkey_*` variables instead"
  936. msgstr ""
  937. #: ../../../CHANGELOG.md:678
  938. msgid "2025-01-19"
  939. msgstr ""
  940. #: ../../../CHANGELOG.md:680
  941. msgid "conduwuit support"
  942. msgstr ""
  943. #: ../../../CHANGELOG.md:682
  944. msgid "Thanks to [Virkkunen](https://github.com/Virkkunen), we now have optional experimental [conduwuit](https://conduwuit.puppyirl.gay/) homeserver support for new installations."
  945. msgstr ""
  946. #: ../../../CHANGELOG.md:684
  947. msgid "conduwuit is a fork of [Conduit](./docs/configuring-playbook-conduit.md), which the playbook also supports. See [Differences from upstream Conduit](https://conduwuit.puppyirl.gay/differences.html)."
  948. msgstr ""
  949. #: ../../../CHANGELOG.md:688
  950. msgid "To try out conduwuit, we recommend that you **use a new server**. Refer to our [Configuring conduwuit](./docs/configuring-playbook-conduwuit.md) guide for details."
  951. msgstr ""
  952. #: ../../../CHANGELOG.md:690
  953. msgid "**The homeserver implementation of an existing server cannot be changed** (e.g. from Synapse/Conduit/Dendrite to conduwuit) without data loss."
  954. msgstr ""
  955. #: ../../../CHANGELOG.md:693
  956. msgid "2025-01-14"
  957. msgstr ""
  958. #: ../../../CHANGELOG.md:695
  959. msgid "(Backward Compatibility Break) Synapse v1.122.0 requires Postgres v13"
  960. msgstr ""
  961. #: ../../../CHANGELOG.md:697
  962. msgid "The Synapse homeserver [requires Postgres v13 or newer](https://github.com/element-hq/synapse/issues/18034)."
  963. msgstr ""
  964. #: ../../../CHANGELOG.md:699
  965. msgid "If you've been maintaining your setup for a while and you haven't been doing [Postgres upgrades](docs/maintenance-postgres.md#upgrading-postgresql), you may be on an old version of Postgres. The easiest way to check is to see the contents of the `/matrix/postgres/data/PG_VERSION` file."
  966. msgstr ""
  967. #: ../../../CHANGELOG.md:701
  968. msgid "If you're on a Postgres version older than v13, you need to [upgrade your Postgres setup](docs/maintenance-postgres.md#upgrading-postgresql) or Synapse will produce an error on startup."
  969. msgstr ""
  970. #: ../../../CHANGELOG.md:703
  971. msgid "If you're using an external Postgres server (not installed by this playbook), you'll need to figure out how to upgrade it yourself."
  972. msgstr ""
  973. #: ../../../CHANGELOG.md:705
  974. msgid "If you're not ready to upgrade your Postgres setup yet, you can temporarily remain on an old Synapse version by adding the following configuration to your `vars.yml` file:"
  975. msgstr ""
  976. #: ../../../CHANGELOG.md:713
  977. msgid "2024-11-26"
  978. msgstr ""
  979. #: ../../../CHANGELOG.md:715
  980. msgid "(Backward Compatibility Break) Synapse now defaults to enabling authenticated media"
  981. msgstr ""
  982. #: ../../../CHANGELOG.md:717
  983. msgid "**TLDR**: with this update, your Synapse homeserver will start requiring authentication for newly-uploaded media files. While the majority of the ecosystem (clients, bots, etc.) should support this, certain software may lack support for it (and you may wish to turn it off, if it's causing issues)."
  984. msgstr ""
  985. #: ../../../CHANGELOG.md:719
  986. msgid "The default configuration for the Synapse homeserver now [enforces Authenticated media by default](https://element-hq.github.io/synapse/v1.120/upgrade.html#authenticated-media-is-now-enforced-by-default)."
  987. msgstr ""
  988. #: ../../../CHANGELOG.md:721
  989. msgid "Servers like `matrix.org` have already [sunset unauthenticated media](https://matrix.org/blog/2024/06/26/sunsetting-unauthenticated-media/) months ago."
  990. msgstr ""
  991. #: ../../../CHANGELOG.md:723
  992. msgid "Now that **various clients, bots, bridges and extra services have caught up with authenticated media support**, Synapse developers seem confident that it's time to enable authenticated media by default."
  993. msgstr ""
  994. #: ../../../CHANGELOG.md:725
  995. msgid "We're changing the playbook configuration for authenticated media to keep up with upstream defaults changing."
  996. msgstr ""
  997. #: ../../../CHANGELOG.md:727
  998. msgid "Old and unmaintained bridges (like all mx-puppet bridges, etc.) do not support authenticated media. Other software may be similarly affected. If you experience issues with some Matrix-related software, you may wish to disable authenticated media and contact the software maintainers to let them know."
  999. msgstr ""
  1000. #: ../../../CHANGELOG.md:729
  1001. msgid "You can disable authenticated media at any time by setting `matrix_synapse_enable_authenticated_media: false` in your `vars.yml` configuration file and re-running the playbook."
  1002. msgstr ""
  1003. #: ../../../CHANGELOG.md:732
  1004. msgid "2024-11-23"
  1005. msgstr ""
  1006. #: ../../../CHANGELOG.md:734
  1007. msgid "(Backward Compatibility Break) The playbook now defaults to Valkey, instead of KeyDB"
  1008. msgstr ""
  1009. #: ../../../CHANGELOG.md:736
  1010. msgid "**TLDR**: if the playbook installed KeyDB (or Redis) as a dependency for you before, it will now replace it with [Valkey](https://valkey.io/) (a drop-in alternative). We [previously switched from Redis to KeyDB](#backward-compatibility-break-the-playbook-now-defaults-to-keydb-instead-of-redis), but Valkey is a better alternative, so we're switching again."
  1011. msgstr ""
  1012. #: ../../../CHANGELOG.md:738
  1013. msgid "The playbook used to install Redis or KeyDB if services have a need for a Redis-compatible implementation ([enabling worker support for Synapse](docs/configuring-playbook-synapse.md#load-balancing-with-workers), [enabling Hookshot encryption](docs/configuring-playbook-bridge-hookshot.md#end-to-bridge-encryption), etc.)."
  1014. msgstr ""
  1015. #: ../../../CHANGELOG.md:740
  1016. msgid "Earlier this year, we switched from Redis to KeyDB — see [(Backward Compatibility Break) The playbook now defaults to KeyDB, instead of Redis](#backward-compatibility-break-the-playbook-now-defaults-to-keydb-instead-of-redis)."
  1017. msgstr ""
  1018. #: ../../../CHANGELOG.md:742
  1019. msgid "Because Valkey seems to be a better successor to Redis (than KeyDB) and likely doesn't suffer from [issues like this one](https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3544), we now replace KeyDB with Valkey."
  1020. msgstr ""
  1021. #: ../../../CHANGELOG.md:744
  1022. msgid "Valkey (like KeyDB and Redis in the past) is an implicitly enabled dependency — you don't need custom configuration in `vars.yml` to enable it."
  1023. msgstr ""
  1024. #: ../../../CHANGELOG.md:746
  1025. msgid "Next time your run the playbook (via the `setup-all` tag), **KeyDB will be automatically uninstalled and replaced with Valkey**. Some Synapse downtime may occur while the switch happens."
  1026. msgstr ""
  1027. #: ../../../CHANGELOG.md:748
  1028. msgid "Users on `arm32` should be aware that there's **neither a prebuilt `arm32` container image for Valkey**, nor the Valkey role supports self-building yet. Users on this architecture likely don't run Synapse with workers, etc., so they're likely in no need of Valkey (or Redis/KeyDB). If Redis is necessary in an `arm32` deployment, disabling Valkey and making the playbook fall back to Redis is possible (see below)."
  1029. msgstr ""
  1030. #: ../../../CHANGELOG.md:750
  1031. #: ../../../CHANGELOG.md:1090
  1032. msgid "**The playbook still supports Redis** and you can keep using Redis (for now) if you'd like, by adding this additional configuration to your `vars.yml` file:"
  1033. msgstr ""
  1034. #: ../../../CHANGELOG.md:761
  1035. msgid "**The playbook still supports KeyDB** and you can keep using KeyDB (for now) if you'd like, by adding this additional configuration to your `vars.yml` file:"
  1036. msgstr ""
  1037. #: ../../../CHANGELOG.md:771
  1038. msgid "At some point in time in the future, we'll remove both KeyDB and Redis from the playbook, so we recommend that you migrate to Valkey earlier anyway."
  1039. msgstr ""
  1040. #: ../../../CHANGELOG.md:774
  1041. msgid "2024-11-14"
  1042. msgstr ""
  1043. #: ../../../CHANGELOG.md:776
  1044. msgid "HTTP-compression support for Traefik-based setups"
  1045. msgstr ""
  1046. #: ../../../CHANGELOG.md:778
  1047. msgid "The playbook now **automatically enables HTTP-compression support** for major services powered by the playbook, like [Cinny](./docs/configuring-playbook-client-cinny.md), [Element Web](./docs/configuring-playbook-client-element-web.md), [Hydrogen](./docs/configuring-playbook-client-hydrogen.md), as well as for Matrix Client-Server and Federation APIs (`matrix.example.com`)."
  1048. msgstr ""
  1049. #: ../../../CHANGELOG.md:780
  1050. msgid "Other services installed by the playbook are currently not compression-enabled, but may become so over time. This change is rolled out on a per-service basis (as opposed to doing it globally, at the Traefik entrypoint level) to allow certain services or route endpoints which do not behave well when compressed (e.g. [issue 3749](https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3749)) to be excluded from compression."
  1051. msgstr ""
  1052. #: ../../../CHANGELOG.md:782
  1053. msgid "A long time ago, various services were operating with `gzip`-compression enabled at the nginx level. Since the switch to Traefik (see [Goodbye, `matrix-nginx-proxy` 🪦](https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/57c5271d9d6265a34a9d9cceb93365f685074f96/CHANGELOG.md#goodbye-matrix-nginx-proxy-)), all services (with the exception of Matrix APIs for Synapse worker-enabled setups which are powered by `nginx` via `synapse-reverse-proxy-companion`) have been operating without HTTP-compression support."
  1054. msgstr ""
  1055. #: ../../../CHANGELOG.md:784
  1056. msgid "HTTP-compression is now done via Traefik's [compress](https://doc.traefik.io/traefik/middlewares/http/compress/) middleware. We use the default configuration for this middleware, which enables `zstd`, `br` and `gzip` support (in this order). This middleware's configuration can be configured via variables in the Traefik role (see `traefik_config_http_middlewares_compression_middleware_options`)."
  1057. msgstr ""
  1058. #: ../../../CHANGELOG.md:786
  1059. msgid "If you're using your own Traefik reverse-proxy server ([Traefik managed by you](./docs/configuring-playbook-own-webserver.md#traefik-managed-by-you)) instead of the playbook's integrated Traefik service, you can benefit from the same by:"
  1060. msgstr ""
  1061. #: ../../../CHANGELOG.md:788
  1062. msgid "defining a [compress](https://doc.traefik.io/traefik/middlewares/http/compress/) middleware (via the [file](https://doc.traefik.io/traefik/providers/file/) or [Docker](https://doc.traefik.io/traefik/providers/docker/) providers)"
  1063. msgstr ""
  1064. #: ../../../CHANGELOG.md:789
  1065. msgid "setting `matrix_playbook_reverse_proxy_traefik_middleware_compression_enabled` to `true`"
  1066. msgstr ""
  1067. #: ../../../CHANGELOG.md:790
  1068. msgid "specifying the middleware's name in `matrix_playbook_reverse_proxy_traefik_middleware_compression_name` (e.g. `matrix_playbook_reverse_proxy_traefik_middleware_compression_name: my-compression-middleware@file`)"
  1069. msgstr ""
  1070. #: ../../../CHANGELOG.md:792
  1071. msgid "Timeout adjustments for Traefik-based setups"
  1072. msgstr ""
  1073. #: ../../../CHANGELOG.md:794
  1074. msgid "The playbook now supports configuring various [transport.respondingTimeouts](https://doc.traefik.io/traefik/routing/entrypoints/#respondingtimeouts) timeout values (`readTimeout`, `writeTimeout`, `idleTimeout`) for the `web`, `web-secure` and `matrix-federation` entrypoints."
  1075. msgstr ""
  1076. #: ../../../CHANGELOG.md:796
  1077. msgid "If you're using your own Traefik reverse-proxy server ([Traefik managed by you](./docs/configuring-playbook-own-webserver.md#traefik-managed-by-you)) instead of the playbook's integrated Traefik service, you may wish to do similar configuration changes to your setup manually."
  1078. msgstr ""
  1079. #: ../../../CHANGELOG.md:798
  1080. msgid "The most interesting of these is the `readTimeout` configuration value (the maximum duration for reading the entire request, including the body), which used to default to `60s`. For large and slowly progressing file uploads, `60s` would often not be enough for the transfer to finish and uploads would end up being interrupted. The playbook now raises the `readTimeout` value to 5 minutes (`300s`) to improve this use-case."
  1081. msgstr ""
  1082. #: ../../../CHANGELOG.md:800
  1083. msgid "The `traefik_config_entrypoint_web_transport_respondingTimeouts_*` variables (for the `web` entrypoint) cascade to affecting the timeout values for the `web-secure` and `matrix-federation` entrypoints, so you can easily adjust all timeout values using them."
  1084. msgstr ""
  1085. #: ../../../CHANGELOG.md:802
  1086. msgid "Example of the default timeout values used by the playbook:"
  1087. msgstr ""
  1088. #: ../../../CHANGELOG.md:813
  1089. msgid "Alternatively, you may adjust the timeout values for specific entrypoints (like `web-secure` and `matrix-federation`) using dedicated variables (like `traefik_config_entrypoint_web_secure_transport_respondingTimeouts_readTimeout` and `matrix_playbook_public_matrix_federation_api_traefik_entrypoint_config_transport_respondingTimeouts_readTimeout`)."
  1090. msgstr ""
  1091. #: ../../../CHANGELOG.md:816
  1092. msgid "2024-11-08"
  1093. msgstr ""
  1094. #: ../../../CHANGELOG.md:818
  1095. msgid "Support for synapse-admin auto-configuration via /.well-known/matrix/client"
  1096. msgstr ""
  1097. #: ../../../CHANGELOG.md:820
  1098. msgid "You can administrate your Synapse-powered homeserver using synapse-admin hosted externally (e.g. [admin.etke.cc](https://admin.etke.cc/)) and the synapse-admin instance would still auto-configure itself correctly for your server by [reading its `/.well-known/matrix/client` file](https://github.com/etkecc/synapse-admin/pull/126)."
  1099. msgstr ""
  1100. #: ../../../CHANGELOG.md:822
  1101. msgid "The playbook now configures the `/.well-known/matrix/client` file for this by default, injecting into it a `cc.etke.synapse-admin` section that contains the full synapse-admin configuration. This is done even if you don't enable the synapse-admin service in your configuration. The reason for always doing it is to allow users to skip the (small) overhead of self-hosting the non-core synapse-admin service, yet still be able to use it from elsewhere when needed."
  1102. msgstr ""
  1103. #: ../../../CHANGELOG.md:824
  1104. msgid "If you don't ever plan on using synapse-admin from other servers (besides your own due to [self-hosting synapse-admin](./docs/configuring-playbook-synapse-admin.md)), you **can disable this** `/.well-known/matrix/client` configuration via `matrix_static_files_file_matrix_client_property_cc_etke_synapse_admin_enabled: false`"
  1105. msgstr ""
  1106. #: ../../../CHANGELOG.md:827
  1107. msgid "2024-10-28"
  1108. msgstr ""
  1109. #: ../../../CHANGELOG.md:829
  1110. msgid "(BC Break) Postmoogle's variable names need adjustments"
  1111. msgstr ""
  1112. #: ../../../CHANGELOG.md:831
  1113. msgid "Due to the recategorization of [Postmoogle](./docs/configuring-playbook-bridge-postmoogle.md) from the bot to the bridge, its variables were renamed (`matrix_bot_postmoogle_` -> `matrix_postmoogle_`). You need to adjust your `vars.yml` configuration accordingly."
  1114. msgstr ""
  1115. #: ../../../CHANGELOG.md:833
  1116. msgid "2024-10-19"
  1117. msgstr ""
  1118. #: ../../../CHANGELOG.md:835
  1119. msgid "Support for Matrix Authentication Service"
  1120. msgstr ""
  1121. #: ../../../CHANGELOG.md:837
  1122. msgid "The playbook now supports installing and configuring [Matrix Authentication Service](./docs/configuring-playbook-matrix-authentication-service.md) (MAS)."
  1123. msgstr ""
  1124. #: ../../../CHANGELOG.md:839
  1125. msgid "Huge thanks to [Quentin Gliech](https://github.com/sandhose) from the [Element](https://element.io/) / [Matrix Authentication Service](https://github.com/element-hq/matrix-authentication-service) team for answering our numerous questions about MAS."
  1126. msgstr ""
  1127. #: ../../../CHANGELOG.md:841
  1128. msgid "This is an **experimental service** and there are **still certain issues with it** (see [Expectations](./docs/configuring-playbook-matrix-authentication-service.md#expectations)). Matrix server administrators should only consider switching if they identify with one or more [reasons to use Matrix Authentication Service](./docs/configuring-playbook-matrix-authentication-service.md#reasons-to-use-matrix-authentication-service). As MAS adoption improves and more services are adjusted to support it, we expect that using MAS will become the norm."
  1129. msgstr ""
  1130. #: ../../../CHANGELOG.md:843
  1131. msgid "Our [Setting up Matrix Authentication Service](./docs/configuring-playbook-matrix-authentication-service.md) documentation page has more details about this new service, what you might expect from the switch and how you can migrate your existing (Synapse) homeserver setup to MAS."
  1132. msgstr ""
  1133. #: ../../../CHANGELOG.md:846
  1134. msgid "2024-09-27"
  1135. msgstr ""
  1136. #: ../../../CHANGELOG.md:848
  1137. msgid "(BC Break) Postgres & Traefik roles have been relocated and variable names need adjustments"
  1138. msgstr ""
  1139. #: ../../../CHANGELOG.md:850
  1140. msgid "Various roles have been relocated from the [devture](https://github.com/devture) organization to the [mother-of-all-self-hosting](https://github.com/mother-of-all-self-hosting) organization."
  1141. msgstr ""
  1142. #: ../../../CHANGELOG.md:852
  1143. msgid "Along with the relocation, the `devture_` prefix was dropped from their variable names, so you need to adjust your `vars.yml` configuration."
  1144. msgstr ""
  1145. #: ../../../CHANGELOG.md:854
  1146. msgid "You need to do the following replacements:"
  1147. msgstr ""
  1148. #: ../../../CHANGELOG.md:856
  1149. msgid "`devture_postgres_` -> `postgres_`"
  1150. msgstr ""
  1151. #: ../../../CHANGELOG.md:857
  1152. msgid "`devture_traefik_` -> `traefik_`"
  1153. msgstr ""
  1154. #: ../../../CHANGELOG.md:862
  1155. msgid "2024-09-12"
  1156. msgstr ""
  1157. #: ../../../CHANGELOG.md:864
  1158. msgid "Support for baibot"
  1159. msgstr ""
  1160. #: ../../../CHANGELOG.md:866
  1161. msgid "The playbook now supports installing [baibot](./docs/configuring-playbook-bot-baibot.md) (pronounced bye-bot) — a [Matrix](https://matrix.org/) bot developed by [etke.cc](https://etke.cc/) that exposes the power of [AI](https://en.wikipedia.org/wiki/Artificial_intelligence) / [Large Language Models](https://en.wikipedia.org/wiki/Large_language_model) to you. 🤖"
  1162. msgstr ""
  1163. #: ../../../CHANGELOG.md:868
  1164. msgid "It supports [OpenAI](https://openai.com/)'s [ChatGPT](https://openai.com/blog/chatgpt/) models, as well as many other [☁️ providers](https://github.com/etkecc/baibot/blob/main/docs/providers.md)."
  1165. msgstr ""
  1166. #: ../../../CHANGELOG.md:870
  1167. msgid "It's designed as a more private and [✨ featureful](https://github.com/etkecc/baibot/?tab=readme-ov-file#-features) alternative to the now-unmaintained [matrix-chatgpt-bot](./docs/configuring-playbook-bot-chatgpt.md)."
  1168. msgstr ""
  1169. #: ../../../CHANGELOG.md:872
  1170. msgid "To get started, see the [Setting up baibot](./docs/configuring-playbook-bot-baibot.md) documentation page."
  1171. msgstr ""
  1172. #: ../../../CHANGELOG.md:874
  1173. msgid "Switching synapse-admin to etke.cc's fork"
  1174. msgstr ""
  1175. #: ../../../CHANGELOG.md:876
  1176. msgid "The playbook now installs [etke.cc](https://etke.cc/)'s [fork](https://github.com/etkecc/synapse-admin) of [synapse-admin](https://github.com/Awesome-Technologies/synapse-admin) (originally developed by [Awesome-Technologies](https://github.com/Awesome-Technologies)). This fork is a drop-in replacement for the original software."
  1177. msgstr ""
  1178. #: ../../../CHANGELOG.md:878
  1179. msgid "The creation of the fork has been provoked by users frequently encountering issues with the original synapse-admin software, such as unintentionally deleting their one-and-only admin user account (fixed [here](https://github.com/etkecc/synapse-admin/pull/1) and also contributed upstream [here](https://github.com/Awesome-Technologies/synapse-admin/pull/608) — to no avail for now). Since its inception, [a bunch of other quality-of-life improvements](https://github.com/etkecc/synapse-admin?tab=readme-ov-file#changes) have been made to the fork."
  1180. msgstr ""
  1181. #: ../../../CHANGELOG.md:880
  1182. msgid "If upstream synapse-admin picks up the pace and improves, the etke.cc fork may disappear and the playbook may switch to the original software again. Until that time comes, we believe that etke.cc's fork is the better software to use right now."
  1183. msgstr ""
  1184. #: ../../../CHANGELOG.md:882
  1185. msgid "If you'd like to switch back to the original synapse-admin software, you can do so by adding the following configuration to your `vars.yml` file:"
  1186. msgstr ""
  1187. #: ../../../CHANGELOG.md:895
  1188. msgid "2024-08-17"
  1189. msgstr ""
  1190. #: ../../../CHANGELOG.md:897
  1191. msgid "New appservice-double-puppet service for better double-puppeting"
  1192. msgstr ""
  1193. #: ../../../CHANGELOG.md:899
  1194. msgid "Mautrix bridges are undergoing large changes as announced in the [August 2024 releases & progress](https://mau.fi/blog/2024-08-mautrix-release/) blog post."
  1195. msgstr ""
  1196. #: ../../../CHANGELOG.md:901
  1197. msgid "The playbook has already upgraded to the rewritten mautrix-slack ([v0.1.0](https://github.com/mautrix/slack/releases/tag/v0.1.0)) and mautrix-signal ([v0.7.0](https://github.com/mautrix/signal/releases/tag/v0.7.0)) bridges."
  1198. msgstr ""
  1199. #: ../../../CHANGELOG.md:903
  1200. msgid "The newly rewritten bridges do not support double-puppeting via [Shared Secret Auth](./docs/configuring-playbook-shared-secret-auth.md) anymore, which has prompted us to switch to the new & better [appservice method](https://docs.mau.fi/bridges/general/double-puppeting.html#appservice-method-new) for double-puppeting. The playbook automates this double-puppeting setup for you if you enable the new [Appservice Double Puppet](./docs/configuring-playbook-appservice-double-puppet.md) service."
  1201. msgstr ""
  1202. #: ../../../CHANGELOG.md:905
  1203. msgid "All non-deprecated mautrix bridges in the playbook have been reworked to support double-puppeting via an Appservice. Most bridges still support double-puppeting via [Shared Secret Auth](./docs/configuring-playbook-shared-secret-auth.md), so the playbook supports it too. If only Shared Secret Auth is enabled, double-puppeting will be configured using that method (for the bridges that support it). That said, **Shared Secret Auth double-puppeting is being phased out and we recommend replacing it with the new Appservice method**."
  1204. msgstr ""
  1205. #: ../../../CHANGELOG.md:907
  1206. msgid "We recommend **enabling double-puppeting via the new Appservice method** by adding the following configuration to your `vars.yml` file:"
  1207. msgstr ""
  1208. #: ../../../CHANGELOG.md:913
  1209. msgid "You can still **keep** [Shared Secret Auth](./docs/configuring-playbook-shared-secret-auth.md) enabled. Non-mautrix bridges and other services (e.g. [matrix-corporal](./docs/configuring-playbook-matrix-corporal.md)) may still require it."
  1210. msgstr ""
  1211. #: ../../../CHANGELOG.md:915
  1212. msgid "When both double-puppeting methods are enabled, the playbook will automatically choose the new and better Appservice method for bridges that support it."
  1213. msgstr ""
  1214. #: ../../../CHANGELOG.md:918
  1215. msgid "2024-08-15"
  1216. msgstr ""
  1217. #: ../../../CHANGELOG.md:920
  1218. msgid "matrix-media-repo now configured for Authenticated Media"
  1219. msgstr ""
  1220. #: ../../../CHANGELOG.md:922
  1221. msgid "Thanks to [Michael Hollister](https://github.com/Michael-Hollister) from [FUTO](https://www.futo.org/), our matrix-media-repo implementation now automatically [sets up signing keys](https://docs.t2bot.io/matrix-media-repo/v1.3.5/installation/signing-key/) for Authenticated Media (as per [MSC3916](https://github.com/matrix-org/matrix-spec-proposals/pull/3916))."
  1222. msgstr ""
  1223. #: ../../../CHANGELOG.md:924
  1224. msgid "If you had never heard of Authenticated Media before, the [Sunsetting unauthenticated media](https://matrix.org/blog/2024/06/26/sunsetting-unauthenticated-media/) article on [matrix.org](https://matrix.org/) is a good introduction."
  1225. msgstr ""
  1226. #: ../../../CHANGELOG.md:926
  1227. msgid "This feature is enabled for matrix-media-repo installations by default and will append an additional (matrix-media-repo-generated signing key) to your homeserver's (Synapse or Dendrite) signing key. See the [Signing keys](./docs/configuring-playbook-matrix-media-repo.md#signing-keys) and [Key backup and revoking](./docs/configuring-playbook-matrix-media-repo.md#key-backup-and-revoking) sections of the matrix-media-repo documentation for more details."
  1228. msgstr ""
  1229. #: ../../../CHANGELOG.md:928
  1230. msgid "If you'd like to avoid this new feature, you can disable it by setting `matrix_media_repo_generate_signing_key: false` in your `vars.yml` configuration file."
  1231. msgstr ""
  1232. #: ../../../CHANGELOG.md:931
  1233. msgid "2024-08-08"
  1234. msgstr ""
  1235. #: ../../../CHANGELOG.md:933
  1236. msgid "(Backward Compatibility Break) matrix-corporal has been upgraded to v3"
  1237. msgstr ""
  1238. #: ../../../CHANGELOG.md:935
  1239. msgid "The playbook now installs [matrix-corporal](https://github.com/devture/matrix-corporal) v3.0.0, which brings support for **power-level management** (thanks to [this PR](https://github.com/devture/matrix-corporal/pull/32))."
  1240. msgstr ""
  1241. #: ../../../CHANGELOG.md:937
  1242. msgid "This upgrade necessitates configuration policy changes as described in [matrix-corporal's changelog entry](https://github.com/devture/matrix-corporal/blob/5287cb81c82cd3b951c2a099b4697c3e0b384559/CHANGELOG.md#version-300-2024-08-08)."
  1243. msgstr ""
  1244. #: ../../../CHANGELOG.md:939
  1245. msgid "If you'd like to remain on the old (v2) version of matrix-corporal, you can do so by adding the following configuration to your `vars.yml` file:"
  1246. msgstr ""
  1247. #: ../../../CHANGELOG.md:945
  1248. msgid "2024-07-25"
  1249. msgstr ""
  1250. #: ../../../CHANGELOG.md:947
  1251. msgid "synapse-usage-exporter support"
  1252. msgstr ""
  1253. #: ../../../CHANGELOG.md:949
  1254. msgid "Thanks to [Michael Hollister](https://github.com/Michael-Hollister) from [FUTO](https://www.futo.org/), the creators of the [Circles app](https://circu.li/), the playbook can now set up [synapse-usage-exporter](https://github.com/loelkes/synapse-usage-exporter) — a small [Flask](https://flask.palletsprojects.com)-based webservice which can capture usage statistics from Synapse (via HTTP `PUT`) and then make them available for Prometheus to scrape."
  1255. msgstr ""
  1256. #: ../../../CHANGELOG.md:951
  1257. msgid "To learn more see our [Enabling synapse-usage-exporter for Synapse usage statistics](docs/configuring-playbook-synapse-usage-exporter.md) documentation page."
  1258. msgstr ""
  1259. #: ../../../CHANGELOG.md:954
  1260. msgid "2024-07-06"
  1261. msgstr ""
  1262. #: ../../../CHANGELOG.md:956
  1263. msgid "matrix-alertmanager-receiver support"
  1264. msgstr ""
  1265. #: ../../../CHANGELOG.md:958
  1266. msgid "For those wishing to more easily integrate [Prometheus](https://prometheus.io/)' alerting service ([Alertmanager](https://prometheus.io/docs/alerting/latest/alertmanager/)) with Matrix, the playbook can now set up [matrix-alertmanager-receiver](https://github.com/metio/matrix-alertmanager-receiver)."
  1267. msgstr ""
  1268. #: ../../../CHANGELOG.md:960
  1269. msgid "See [Setting up Prometheus Alertmanager integration via matrix-alertmanager-receiver](./docs/configuring-playbook-alertmanager-receiver.md) for more details."
  1270. msgstr ""
  1271. #: ../../../CHANGELOG.md:962
  1272. msgid "Traefik v3 and HTTP/3 are here now"
  1273. msgstr ""
  1274. #: ../../../CHANGELOG.md:964
  1275. msgid "**TLDR**: Traefik was migrated from v2 to v3. Minor changes were done to the playbook. Mostly everything else worked out of the box. Most people will not have to do any tweaks to their configuration. In addition, [HTTP/3](https://en.wikipedia.org/wiki/HTTP/3) support is now auto-enabled for the `web-secure` (port 443) and `matrix-federation` (port `8448`) entrypoints. If you have a firewall in front of your server and you wish to benefit from `HTTP3`, you will need to open the `443` and `8448` UDP ports in it."
  1276. msgstr ""
  1277. #: ../../../CHANGELOG.md:966
  1278. msgid "Traefik v3"
  1279. msgstr ""
  1280. #: ../../../CHANGELOG.md:968
  1281. msgid "The reverse-proxy that the playbook uses by default (Traefik) has recently been upgraded to v3 (see [this blog post](https://traefik.io/blog/announcing-traefik-proxy-v3-rc/) to learn about its new features). Version 3 includes some small breaking configuration changes requiring a [migration](https://doc.traefik.io/traefik/migration/v2-to-v3/)."
  1282. msgstr ""
  1283. #: ../../../CHANGELOG.md:970
  1284. msgid "We have **updated the playbook to Traefik v3** (make sure to run `just roles` / `make roles` to get it)."
  1285. msgstr ""
  1286. #: ../../../CHANGELOG.md:972
  1287. msgid "There were **only minor playbook changes required** to adapt to Traefik v3, and only to the Ansible role for [matrix-media-repo](./docs/configuring-playbook-matrix-media-repo.md) where we changed a few [`PathPrefix` instances to `PathRegexp`](https://doc.traefik.io/traefik/routing/routers/#path-pathprefix-and-pathregexp), because these instances were using a regular expression instead of a fixed path. For fixed-path values, `PathPrefix` is still the preferred matcher function to use."
  1288. msgstr ""
  1289. #: ../../../CHANGELOG.md:974
  1290. msgid "**Most people using the playbook should not have to do any changes**."
  1291. msgstr ""
  1292. #: ../../../CHANGELOG.md:976
  1293. msgid "If you're using the playbook's Traefik instance to reverse-proxy to some other services of your own (not managed by the playbook), you may wish to review their Traefik labels and make sure they're in line with the [Traefik v2 to v3 migration guide](https://doc.traefik.io/traefik/migration/v2-to-v3/)."
  1294. msgstr ""
  1295. #: ../../../CHANGELOG.md:978
  1296. msgid "If you've tweaked any of this playbook's `_path_prefix` variables and made them use a regular expression, you will now need to make additional adjustments. The playbook makes extensive use of `PathPrefix()` matchers in Traefik rules and `PathPrefix` does not support regular expressions anymore. To work around it, you may now need to override a whole `_traefik_rule` variable and switch it from [`PathPrefix` to `PathRegexp`](https://doc.traefik.io/traefik/routing/routers/#path-pathprefix-and-pathregexp)."
  1297. msgstr ""
  1298. #: ../../../CHANGELOG.md:980
  1299. msgid "If you're not using [matrix-media-repo](./docs/configuring-playbook-matrix-media-repo.md) (the only role we had to tweak to adapt it to Traefik v3), you **may potentially downgrade to Traefik v2** (if necessary) by adding `traefik_verison: v2.11.4` to your configuration. People using `matrix-media-repo` cannot downgrade this way, because `matrix-media-repo` has been adjusted to use `PathRegexp` — a [routing matcher](https://doc.traefik.io/traefik/v2.11/routing/routers/#rule) that Traefik v2 does not understand."
  1300. msgstr ""
  1301. #: ../../../CHANGELOG.md:982
  1302. msgid "HTTP/3 is enabled by default"
  1303. msgstr ""
  1304. #: ../../../CHANGELOG.md:984
  1305. msgid "In Traefik v3, [HTTP/3](https://en.wikipedia.org/wiki/HTTP/3) support is no longer considered experimental now. Due to this, **the playbook auto-enables HTTP3** for the `web-secure` (port 443) and `matrix-federation` (port `8448`) entrypoints."
  1306. msgstr ""
  1307. #: ../../../CHANGELOG.md:986
  1308. msgid "HTTP3 uses the UDP protocol and **the playbook (together with Docker) will make sure that the appropriate ports** (`443` over UDP & `8448` over UDP) **are exposed and whitelisted in your server's firewall**. However, **if you have another firewall in front of your server** (as is the case for many cloud providers), **you will need to manually open these UDP ports**."
  1309. msgstr ""
  1310. #: ../../../CHANGELOG.md:988
  1311. msgid "If you do not open the UDP ports correctly or there is some other issue, clients (browsers, mostly) will fall-back to [HTTP/2](https://en.wikipedia.org/wiki/HTTP/2) or even [HTTP/1.1](https://en.wikipedia.org/wiki/HTTP)."
  1312. msgstr ""
  1313. #: ../../../CHANGELOG.md:990
  1314. msgid "Still, if HTTP/3 cannot function correctly in your setup, it's best to disable advertising support for it (and misleading clients into trying to use HTTP/3)."
  1315. msgstr ""
  1316. #: ../../../CHANGELOG.md:992
  1317. msgid "To **disable HTTP/3**, you can use the following configuration:"
  1318. msgstr ""
  1319. #: ../../../CHANGELOG.md:1006
  1320. msgid "If you are using [your own webserver](./docs/configuring-playbook-own-webserver.md) (in front of Traefik), port binding on UDP port `8448` by default due to HTTP/3 is either unnecessary or [may get in the way](https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3402). If it does, you can disable it:"
  1321. msgstr ""
  1322. #: ../../../CHANGELOG.md:1019
  1323. msgid "2024-07-01"
  1324. msgstr ""
  1325. #: ../../../CHANGELOG.md:1021
  1326. msgid "synapse-admin is now restricted to your homeserver's URL by default"
  1327. msgstr ""
  1328. #: ../../../CHANGELOG.md:1023
  1329. msgid "A new feature introduced in synapse-admin [v0.10.0](https://github.com/Awesome-Technologies/synapse-admin/releases/tag/0.10.0) (released and supported by the playbook since a a few months ago) provides the ability to [restrict its usage to a specific homeserver](https://github.com/Awesome-Technologies/synapse-admin/blob/e21e44362c879ac41f47c580b04210842b6ff3d7/README.md#restricting-available-homeserver) (or multiple homeservers)."
  1330. msgstr ""
  1331. #: ../../../CHANGELOG.md:1025
  1332. msgid "The playbook has just started making use of this feature. **From now on, your synapse-admin instance will be restricted to the homeserver you're managing via the playbook**. When configured like this, the *Homeserver URL* field in synapse-admin's web UI changes from a text field to a dropdown having a single value (the URL of your homeserver). This makes usage simpler for most people, as they won't need to manually enter a *Homeserver URL* anymore."
  1333. msgstr ""
  1334. #: ../../../CHANGELOG.md:1027
  1335. msgid "If you'd like **to go back to the old unrestricted behavior**, use the following configuration:"
  1336. msgstr ""
  1337. #: ../../../CHANGELOG.md:1035
  1338. msgid "2024-06-25"
  1339. msgstr ""
  1340. #: ../../../CHANGELOG.md:1037
  1341. msgid "The URL-prefix for Hookshot generic webhooks has changed"
  1342. msgstr ""
  1343. #: ../../../CHANGELOG.md:1039
  1344. msgid "Until now, generic Hookshot webhook URLs looked like this: `https://matrix.example.com/hookshot/webhooks/:hookId`."
  1345. msgstr ""
  1346. #: ../../../CHANGELOG.md:1041
  1347. msgid "The `/hookshot/webhooks` common prefix gets stripped by Traefik automatically, so Hookshot only sees the part that comes after (`/:hookId`)."
  1348. msgstr ""
  1349. #: ../../../CHANGELOG.md:1043
  1350. msgid "[A few years ago](https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1681), Hookshot started to prefer to handle webhooks at a `/webhook/:hookId` path (instead of directly at `/:hookId`)."
  1351. msgstr ""
  1352. #: ../../../CHANGELOG.md:1045
  1353. msgid "To avoid future problems, we've [reconfigured](https://github.com/spantaleev/matrix-docker-ansible-deploy/commit/4704a60718946fd469aeee7fc3ae8127c633bb6b) our Hookshot configuration to use webhook URLs that include `/webhook` in the URL suffix (e.g. `/hookshot/webhooks/webhook/:hookId`, instead of `/hookshot/webhooks/:hookId`). This means that when we strip the common prefi (`/hookshot/webhooks`), we'll end up sending `/webhook/:hookId` to Hookshot, just like recommended."
  1354. msgstr ""
  1355. #: ../../../CHANGELOG.md:1047
  1356. msgid "When generating new webhooks, you should start seeing the new URLs being used."
  1357. msgstr ""
  1358. #: ../../../CHANGELOG.md:1049
  1359. msgid "**For now**, **both** old URLs (`/hookshot/webhooks/:hookId`) and new URLs (`/hookshot/webhooks/webhook/:hookId`) **continue to work**, so your webhooks will not break just yet."
  1360. msgstr ""
  1361. #: ../../../CHANGELOG.md:1051
  1362. msgid "However, **we recommend that you update all your old webhook URLs** (configured in other systems) to include the new `/webhook` path component, so that future Hookshot changes (whenever they come) will not break your webhooks. You don't need to do anything on the Hookshot side — you merely need to reconfigure the remote systems that use your webhook URLs."
  1363. msgstr ""
  1364. #: ../../../CHANGELOG.md:1054
  1365. msgid "2024-06-22"
  1366. msgstr ""
  1367. #: ../../../CHANGELOG.md:1056
  1368. msgid "The maubot user is now managed by the playbook"
  1369. msgstr ""
  1370. #: ../../../CHANGELOG.md:1058
  1371. msgid "To make things easier and to be consistent with other roles, the [maubot](./docs/configuring-playbook-bot-maubot.md) user (`bot.maubot` by default) is [now](https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3376) automatically created be the playbook."
  1372. msgstr ""
  1373. #: ../../../CHANGELOG.md:1060
  1374. msgid "If you have an existing maubot installation, you will need to specify `matrix_bot_maubot_initial_password` in your `vars.yml` file to make the playbook not complain about it being undefined. Since the bot is already registered in your installation, there's nothing for the playbook to do anyway. In case you don't remember the password you've registered your maubot user account with, you can specify any value for this variable."
  1375. msgstr ""
  1376. #: ../../../CHANGELOG.md:1062
  1377. msgid "If you've registered another username for the bot (other than the recommended default of `bot.maubot`), consider adjusting the `matrix_bot_maubot_login` variable (e.g. `matrix_bot_maubot_login: my.maubot.username`)."
  1378. msgstr ""
  1379. #: ../../../CHANGELOG.md:1065
  1380. msgid "2024-06-03"
  1381. msgstr ""
  1382. #: ../../../CHANGELOG.md:1067
  1383. msgid "WeChat bridging support"
  1384. msgstr ""
  1385. #: ../../../CHANGELOG.md:1069
  1386. msgid "Thanks to [Tobias Diez](https://github.com/tobiasdiez)'s [efforts](https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3241), the playbook now supports bridging to [WeChat](https://www.wechat.com/) via the [matrix-wechat](https://github.com/duo/matrix-wechat) bridge."
  1387. msgstr ""
  1388. #: ../../../CHANGELOG.md:1071
  1389. msgid "See our [Setting up WeChat bridging](docs/configuring-playbook-bridge-wechat.md) documentation page for getting started."
  1390. msgstr ""
  1391. #: ../../../CHANGELOG.md:1074
  1392. msgid "2024-03-26"
  1393. msgstr ""
  1394. #: ../../../CHANGELOG.md:1076
  1395. msgid "(Backward Compatibility Break) The playbook now defaults to KeyDB, instead of Redis"
  1396. msgstr ""
  1397. #: ../../../CHANGELOG.md:1078
  1398. msgid "**TLDR**: if the playbook used installed Redis as a dependency for you before, it will now replace it with [KeyDB](https://docs.keydb.dev/) (a drop-in alternative) due to [Redis having changed its license](https://redis.com/blog/redis-adopts-dual-source-available-licensing/)."
  1399. msgstr ""
  1400. #: ../../../CHANGELOG.md:1080
  1401. msgid "Thanks to [Aine](https://gitlab.com/etke.cc) of [etke.cc](https://etke.cc/), the playbook now uses [KeyDB](https://docs.keydb.dev/) (a drop-in alternative for Redis), instead of [Redis](https://redis.io/)."
  1402. msgstr ""
  1403. #: ../../../CHANGELOG.md:1082
  1404. msgid "The playbook used to install Redis (and now installs KeyDB in its place) if services have a need for it ([enabling worker support for Synapse](docs/configuring-playbook-synapse.md#load-balancing-with-workers), [enabling Hookshot encryption](docs/configuring-playbook-bridge-hookshot.md#end-to-bridge-encryption), etc.) or if you explicitly enabled the service (`redis_enabled: true` or `keydb_enabled: true`)."
  1405. msgstr ""
  1406. #: ../../../CHANGELOG.md:1084
  1407. msgid "This change is provoked by the fact that [Redis is now \"source available\"](https://redis.com/blog/redis-adopts-dual-source-available-licensing/). According to the Limitations of [the new license](https://redis.com/legal/rsalv2-agreement/) (as best as we understand them, given that we're not lawyers), using Redis in the playbook (even in a commercial FOSS service like [etke.cc](https://etke.cc/)) does not violate the new Redis license. That said, we'd rather neither risk it, nor endorse shady licenses and products that pretend to be free-software. Another high-quality alternative to Redis seems to be [Dragonfly](https://www.dragonflydb.io/), but the [Dragonfly license](https://github.com/dragonflydb/dragonfly?tab=License-1-ov-file#readme) is no better than Redis's."
  1408. msgstr ""
  1409. #: ../../../CHANGELOG.md:1086
  1410. msgid "Next time your run the playbook (via the `setup-all` tag), **Redis will be automatically uninstalled and replaced with KeyDB**. Some Synapse downtime may occur while the switch happens."
  1411. msgstr ""
  1412. #: ../../../CHANGELOG.md:1088
  1413. msgid "Users on `arm32` should be aware that there's **neither a prebuilt `arm32` container image for KeyDB**, nor the KeyDB role supports self-building yet. Users on this architecture likely don't run Synapse with workers, etc., so they're likely in no need of KeyDB (or Redis). If Redis is necessary in an `arm32` deployment, disabling KeyDB and making the playbook fall back to Redis is possible (see below)."
  1414. msgstr ""
  1415. #: ../../../CHANGELOG.md:1099
  1416. msgid "2024-03-24"
  1417. msgstr ""
  1418. #: ../../../CHANGELOG.md:1101
  1419. msgid "Initial work on IPv6 support"
  1420. msgstr ""
  1421. #: ../../../CHANGELOG.md:1103
  1422. msgid "Thanks to [Tilo Spannagel](https://github.com/tilosp), the playbook can now enable IPv6 for container networks for various components (roles) via [the `devture_systemd_docker_base_ipv6_enabled` variable](https://github.com/devture/com.devture.ansible.role.systemd_docker_base/blob/c11a526bb8e318b42eb52055056377bb31154f13/defaults/main.yml#L14-L31)."
  1423. msgstr ""
  1424. #: ../../../CHANGELOG.md:1105
  1425. msgid "It should be noted that:"
  1426. msgstr ""
  1427. #: ../../../CHANGELOG.md:1107
  1428. msgid "Matrix roles (`roles/custom/matrix-*`) respect this variable, but external roles (those defined in `requirements.yml` and installed via `just roles`) do not respect it yet. Additional work is necessary"
  1429. msgstr ""
  1430. #: ../../../CHANGELOG.md:1108
  1431. msgid "changing the variable subsequently may not change existing container networks. Refer to [these instructions](https://github.com/devture/com.devture.ansible.role.systemd_docker_base/blob/c11a526bb8e318b42eb52055056377bb31154f13/defaults/main.yml#L26-L30)"
  1432. msgstr ""
  1433. #: ../../../CHANGELOG.md:1109
  1434. msgid "this is all very new and untested"
  1435. msgstr ""
  1436. #: ../../../CHANGELOG.md:1111
  1437. msgid "Pantalaimon support"
  1438. msgstr ""
  1439. #: ../../../CHANGELOG.md:1113
  1440. msgid "Thanks to [Julian Foad](https://matrix.to/#/@julian:foad.me.uk), the playbook can now install the [Pantalaimon](https://github.com/matrix-org/pantalaimon) E2EE aware proxy daemon for you. It's already possible to integrate it with [Draupnir](docs/configuring-playbook-bot-draupnir.md) to allow it to work in E2EE rooms — see our Draupnir docs for details."
  1441. msgstr ""
  1442. #: ../../../CHANGELOG.md:1115
  1443. msgid "See our [Setting up Pantalaimon](docs/configuring-playbook-pantalaimon.md) documentation to get started."
  1444. msgstr ""
  1445. #: ../../../CHANGELOG.md:1118
  1446. msgid "2024-03-05"
  1447. msgstr ""
  1448. #: ../../../CHANGELOG.md:1120
  1449. msgid "Support for Draupnir-for-all"
  1450. msgstr ""
  1451. #: ../../../CHANGELOG.md:1122
  1452. msgid "Thanks to [FSG-Cat](https://github.com/FSG-Cat), the playbook can now install [Draupnir for all](./docs/configuring-playbook-appservice-draupnir-for-all.md) (aka multi-instance Draupnir running in appservice mode)."
  1453. msgstr ""
  1454. #: ../../../CHANGELOG.md:1124
  1455. msgid "This is an alternative to [running Draupnir in bot mode](./docs/configuring-playbook-bot-draupnir.md), which is still supported by the playbook."
  1456. msgstr ""
  1457. #: ../../../CHANGELOG.md:1126
  1458. msgid "The documentation page for [Draupnir for all](./docs/configuring-playbook-appservice-draupnir-for-all.md) contains more information on how to install it."
  1459. msgstr ""
  1460. #: ../../../CHANGELOG.md:1129
  1461. msgid "2024-02-19"
  1462. msgstr ""
  1463. #: ../../../CHANGELOG.md:1131
  1464. msgid "Support for bridging to Facebook/Messenger via the new mautrix-meta bridge"
  1465. msgstr ""
  1466. #: ../../../CHANGELOG.md:1133
  1467. msgid "The [mautrix-facebook](./docs/configuring-playbook-bridge-mautrix-facebook.md) and [mautrix-instagram](./docs/configuring-playbook-bridge-mautrix-instagram.md) bridges are being [superseded by a new bridge](https://github.com/mautrix/facebook/issues/332) — the [mautrix-meta](https://github.com/mautrix/meta) bridge."
  1468. msgstr ""
  1469. #: ../../../CHANGELOG.md:1135
  1470. msgid "The playbook now supports the new mautrix-meta bridge — a single bridge, which can run in different modes and bridge to Messenger (via [Facebook](https://facebook.com/), Facebook over [Tor](https://www.torproject.org/) or via [Messenger](https://messenger.com/)) and [Instagram](https://instagram.com/). The playbook makes this bridge available via 2 separate Ansible roles, allowing you to easily run 2 instances of mautrix-meta, for bridging to both services at the same time."
  1471. msgstr ""
  1472. #: ../../../CHANGELOG.md:1137
  1473. msgid "If you're using mautrix-facebook or mautrix-instagram right now, **you can still continue using the old bridges, but may wish to change to the new bridge implementations**. See:"
  1474. msgstr ""
  1475. #: ../../../CHANGELOG.md:1139
  1476. msgid "[Setting up Instagram bridging via Mautrix Meta](docs/configuring-playbook-bridge-mautrix-meta-instagram.md)"
  1477. msgstr ""
  1478. #: ../../../CHANGELOG.md:1141
  1479. msgid "[Setting up Messenger bridging via Mautrix Meta](docs/configuring-playbook-bridge-mautrix-meta-messenger.md)"
  1480. msgstr ""
  1481. #: ../../../CHANGELOG.md:1143
  1482. msgid "The documentation pages contain more information on how to migrate."
  1483. msgstr ""
  1484. #: ../../../CHANGELOG.md:1146
  1485. msgid "2024-02-14"
  1486. msgstr ""
  1487. #: ../../../CHANGELOG.md:1148
  1488. msgid "Much larger Synapse caches and cache auto-tuning enabled by default"
  1489. msgstr ""
  1490. #: ../../../CHANGELOG.md:1150
  1491. msgid "Thanks to [FSG-Cat](https://github.com/FSG-Cat), the playbook now uses much larger caches and enables Synapse's [cache auto-tuning functionality](https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html#caches-and-associated-values). This work and the default values used by the playbook are inspired by [Tom Foster](https://github.com/tcpipuk)'s [Synapse homeserver guide](https://tcpipuk.github.io/synapse/deployment/synapse.html)."
  1492. msgstr ""
  1493. #: ../../../CHANGELOG.md:1152
  1494. msgid "The playbook has always used a very conservative cache factor (`matrix_synapse_caches_global_factor`) value of `0.5`, which may be OK for small and underactive deployments, but is not ideal for larger servers. Paradoxically, a small global cache factor value [does not necessarily decrease RAM usage as a whole](https://github.com/matrix-org/synapse/issues/3939)."
  1495. msgstr ""
  1496. #: ../../../CHANGELOG.md:1154
  1497. msgid "The playbook now uses **a 20x larger cache factor** (currently `10`), adjusts a few other cache-related variables, and **enables cache auto-tuning** via the following variables:"
  1498. msgstr ""
  1499. #: ../../../CHANGELOG.md:1156
  1500. msgid "`matrix_synapse_cache_autotuning_max_cache_memory_usage` — defaults to 1/8 of total RAM with a cap of 2GB; values are specified in bytes"
  1501. msgstr ""
  1502. #: ../../../CHANGELOG.md:1157
  1503. msgid "`matrix_synapse_cache_autotuning_target_cache_memory_usage` — defaults to 1/16 of total RAM with a cap of 1GB; values are specified in bytes"
  1504. msgstr ""
  1505. #: ../../../CHANGELOG.md:1158
  1506. msgid "`matrix_synapse_cache_autotuning_min_cache_ttl` — defaults to `30s`"
  1507. msgstr ""
  1508. #: ../../../CHANGELOG.md:1160
  1509. msgid "These values should be good defaults for most servers, but may change over time as we experiment further."
  1510. msgstr ""
  1511. #: ../../../CHANGELOG.md:1162
  1512. msgid "Refer to our new [Tuning caches and cache autotuning](docs/maintenance-synapse.md#tuning-caches-and-cache-autotuning) documentation section for more details."
  1513. msgstr ""
  1514. #: ../../../CHANGELOG.md:1165
  1515. msgid "2024-01-31"
  1516. msgstr ""
  1517. #: ../../../CHANGELOG.md:1167
  1518. msgid "(Backward-compatibility break) Minor changes necessary for some people serving a static website at the base domain"
  1519. msgstr ""
  1520. #: ../../../CHANGELOG.md:1169
  1521. msgid "This only affects people who are [Serving a static website at the base domain](./docs/configuring-playbook-base-domain-serving.md#serving-a-static-website-at-the-base-domain), but not managing its `index.html` through the playbook."
  1522. msgstr ""
  1523. #: ../../../CHANGELOG.md:1171
  1524. msgid "That is, for people who have `matrix_static_files_file_index_html_enabled: false` in their `vars.yml` configuration, the playbook has a new default behavior. Since the playbook is not managing the `index.html` file, it will default to a more sensible way of handling the base domain — redirecting `https://example.com/` to `https://matrix.example.com/`, instead of serving a 404 page."
  1525. msgstr ""
  1526. #: ../../../CHANGELOG.md:1173
  1527. msgid "If you are managing your static website by yourself (by dropping files into `/matrix/static-files/public` somehow), then you probably don't wish for such redirection to happen. You can disable it by adding `matrix_static_files_container_labels_base_domain_root_path_redirection_enabled: false` to your `vars.yml` configuration file."
  1528. msgstr ""
  1529. #: ../../../CHANGELOG.md:1176
  1530. msgid "2024-01-20"
  1531. msgstr ""
  1532. #: ../../../CHANGELOG.md:1178
  1533. msgid "Support for more efficient (specialized) Synapse workers"
  1534. msgstr ""
  1535. #: ../../../CHANGELOG.md:1180
  1536. msgid "Thanks to [Charles Wright](https://github.com/cvwright) from [FUTO](https://www.futo.org/), the creators of the [Circles app](https://circu.li/), the playbook has [received support](https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3100) for load-balancing the Synapse workload via [specialized workers](./docs/configuring-playbook-synapse.md#specialized-workers) which are supposed to work better than our old [generic workers](./docs/configuring-playbook-synapse.md#generic-workers) implementation."
  1537. msgstr ""
  1538. #: ../../../CHANGELOG.md:1182
  1539. msgid "For now, playbook defaults remain unchanged and the `one-of-each` [workers preset](./docs/configuring-playbook-synapse.md#worker-presets) continues being the default. However, the default may change in the future. If you'd like to remain on this preset even if/when the defaults change, consider explicitly adding `matrix_synapse_workers_preset: one-of-each` to your `vars.yml` configuration."
  1540. msgstr ""
  1541. #: ../../../CHANGELOG.md:1184
  1542. msgid "Our specialized workers setup is based on recommendations found in [Tom Foster](https://github.com/tcpipuk)'s [Synapse homeserver guide](https://tcpipuk.github.io/synapse/index.html). What's special about our new setup is that we try to parse information out of the request (who the user is; which room is being operated on) and try to forward similar requests to the same worker. As an example, this means that once a worker caches some room information, subsequent requests for the same room will be routed to the same worker (which supposedly still has the room's state cached)."
  1543. msgstr ""
  1544. #: ../../../CHANGELOG.md:1186
  1545. msgid "To get started, refer to our [Specialized workers](./docs/configuring-playbook-synapse.md#specialized-workers) documentation section."
  1546. msgstr ""
  1547. #: ../../../CHANGELOG.md:1189
  1548. msgid "2024-01-17"
  1549. msgstr ""
  1550. #: ../../../CHANGELOG.md:1191
  1551. msgid "Switching to Element's AGPLv3-licensed Synapse release"
  1552. msgstr ""
  1553. #: ../../../CHANGELOG.md:1193
  1554. msgid "A few months ago, the [Element](https://element.io/) company has [announced](https://element.io/blog/element-to-adopt-agplv3/) that their work on the Synapse homeserver would no longer be available under the permissive [Apache-2.0 license](https://www.apache.org/licenses/LICENSE-2.0), but only under:"
  1555. msgstr ""
  1556. #: ../../../CHANGELOG.md:1195
  1557. msgid "the [AGPLv3](https://www.gnu.org/licenses/agpl-3.0.en.html) free-software license — the same license that this Ansible playbook has always used"
  1558. msgstr ""
  1559. #: ../../../CHANGELOG.md:1196
  1560. msgid "a proprietary license, for those wishing for Element to [sell them an exception](https://gnu.org/philosophy/selling-exceptions.html) to the AGPLv3 license"
  1561. msgstr ""
  1562. #: ../../../CHANGELOG.md:1198
  1563. msgid "You can also learn more in [this post](https://matrix.org/blog/2023/11/06/future-of-synapse-dendrite/) by the Matrix Foundation."
  1564. msgstr ""
  1565. #: ../../../CHANGELOG.md:1200
  1566. msgid "The change has [already happened](https://element.io/blog/synapse-now-lives-at-github-com-element-hq-synapse/) and the first Synapse release under the new license is here: [v1.99.0](https://github.com/element-hq/synapse/releases/tag/v1.99.0)."
  1567. msgstr ""
  1568. #: ../../../CHANGELOG.md:1202
  1569. msgid "There is no up-to-date alternative Synapse fork right now and this free-software (AGPLv3-licensed) playbook is definitely not against free-software licenses, so we are now switching to the Element-maintained Synapse release."
  1570. msgstr ""
  1571. #: ../../../CHANGELOG.md:1204
  1572. msgid "**What does this mean to you?**"
  1573. msgstr ""
  1574. #: ../../../CHANGELOG.md:1206
  1575. msgid "For most home users, it doesn't mean anything. Your installation will continue working as it should and you don't need to do anything."
  1576. msgstr ""
  1577. #: ../../../CHANGELOG.md:1208
  1578. msgid "For people building commercial products on top of Synapse, they may have to either buy a license exception from Element (from what we hear, the fee depends on the number of monthly-active users on your instance) or they may need to release all related code as free-software (which is what we've been doing at [etke.cc](https://etke.cc/) ([here](https://gitlab.com/etke.cc)) all along)."
  1579. msgstr ""
  1580. #: ../../../CHANGELOG.md:1210
  1581. msgid "We're no lawyers and this changelog entry does not aim to give you the best legal advice, so please research on your own!"
  1582. msgstr ""
  1583. #: ../../../CHANGELOG.md:1212
  1584. msgid "If you'd like to continue using the old Apache-2.0-licensed Synapse (for a while longer anyway), the playbook makes it possible by introducing a new Ansible variable. You can do it like this:"
  1585. msgstr ""
  1586. #: ../../../CHANGELOG.md:1224
  1587. msgid "Notes:"
  1588. msgstr ""
  1589. #: ../../../CHANGELOG.md:1226
  1590. msgid "if you had already upgraded Synapse to `v1.99.0` by running this playbook, you will still be able to downgrade to `v1.98.0`, because both releases use the same database schema version (`SCHEMA_COMPAT_VERSION = 83` — see [here for v1.98.0](https://github.com/element-hq/synapse/blob/v1.98.0/synapse/storage/schema/__init__.py#L131-L134) and [here for v1.99.0](https://github.com/element-hq/synapse/blob/v1.99.0/synapse/storage/schema/__init__.py#L137-L140)). More details on Synapse's database schema are available [here](https://element-hq.github.io/synapse/develop/development/database_schema.html). It appears that there are no new database migrations introduced in `v1.99.0`, so going back to the older release is possible. This is not guaranteed to hold true for future Synapse releases, so if you're seeing this early-enough, consider pinning the version and organization before re-running the playbook and getting upgraded to the latest version"
  1591. msgstr ""
  1592. #: ../../../CHANGELOG.md:1228
  1593. msgid "running an outdated homeserver exposes you to security issues and incompatibilities. Only consider doing this as a short-term solution."
  1594. msgstr ""
  1595. #: ../../../CHANGELOG.md:1230
  1596. msgid "2024-01-16"
  1597. msgstr ""
  1598. #: ../../../CHANGELOG.md:1232
  1599. msgid "`Draupnir` has been relicensed to AFL-3.0"
  1600. msgstr ""
  1601. #: ../../../CHANGELOG.md:1234
  1602. msgid "As of [#204](https://github.com/the-draupnir-project/Draupnir/pull/204) Draupnir changed its licence to AFL-3.0 from the CSL licence. This change affects playbook users who could not run Draupnir under the old license restrictions. The new license is considerably less restrictive and is OSI approved. Draupnir version v1.86.0 and later are covered by this license change."
  1603. msgstr ""
  1604. #: ../../../CHANGELOG.md:1236
  1605. msgid "2024-01-15"
  1606. msgstr ""
  1607. #: ../../../CHANGELOG.md:1238
  1608. msgid "Goodbye, `matrix-nginx-proxy` 🪦"
  1609. msgstr ""
  1610. #: ../../../CHANGELOG.md:1240
  1611. msgid "**TLDR**: All traces of the `matrix-nginx-proxy` reverse-proxy component are now gone. This brought about many other internal changes (and security improvements), so setups may need minor adjustments or suffer some (temporary) breakage. People who have been on the Traefik-native setup may upgrade without much issues. Those running their own Traefik instance may need minor changes. People who have been postponing the migration away from `matrix-nginx-proxy` (for more than a year already!) will now finally need to do something about it."
  1612. msgstr ""
  1613. #: ../../../CHANGELOG.md:1242
  1614. msgid "Backstory on `matrix-nginx-proxy`"
  1615. msgstr ""
  1616. #: ../../../CHANGELOG.md:1244
  1617. msgid "We gather here today to celebrate the loss of a once-beloved component in our stack — `matrix-nginx-proxy`. It's been our [nginx](https://nginx.org/)-based reverse-proxy of choice since the [first commit](https://github.com/spantaleev/matrix-docker-ansible-deploy/tree/87f5883f2455fb115457b65f267f17de305c053c) of this playbook, 7 years ago."
  1618. msgstr ""
  1619. #: ../../../CHANGELOG.md:1246
  1620. msgid "For 6 years, `matrix-nginx-proxy` has been the front-most reverse-proxy in our setup (doing SSL termination, etc.). After [transitioning to Traefik last year](#traefik-is-the-default-reverse-proxy-now), `matrix-nginx-proxy` took a step back. Nevertheless, since it was so ingrained into the playbook, it still remained in use — even if only internally. Despite our warnings of its imminent death, many of you have indubitably continued to use it instead of Traefik. Its suffering continued for too long, because it served many different purposes and massive effort was required to transition them to others."
  1621. msgstr ""
  1622. #: ../../../CHANGELOG.md:1248
  1623. msgid "To us, `matrix-nginx-proxy` was:"
  1624. msgstr ""
  1625. #: ../../../CHANGELOG.md:1250
  1626. msgid "an [nginx](https://nginx.org/)-based reverse-proxy"
  1627. msgstr ""
  1628. #: ../../../CHANGELOG.md:1251
  1629. msgid "an Ansible role organizing the work of [certbot](https://certbot.eff.org/) — retrieving free [Let's Encrypt](https://letsencrypt.org/) SSL certificates for `matrix-nginx-proxy` and for the [coturn TURN server](./docs/configuring-playbook-turn.md)"
  1630. msgstr ""
  1631. #: ../../../CHANGELOG.md:1252
  1632. msgid "a central component for reverse-proxying to the [long list of services](./docs/configuring-playbook.md) supported by the playbook. As such, it became a dependency that all these services had to inject themselves into during runtime"
  1633. msgstr ""
  1634. #: ../../../CHANGELOG.md:1253
  1635. msgid "an intermediary through which addons (bridges, bots) communicated with the homeserver. Going through an intermediary (instead of directly talking to the homeserver) is useful when certain components (like [matrix-media-repo](./docs/configuring-playbook-matrix-media-repo.md) or [matrix-corporal](./docs/configuring-playbook-matrix-corporal.md)) are enabled, because it lets these services \"steal routes\" from the homeserver"
  1636. msgstr ""
  1637. #: ../../../CHANGELOG.md:1254
  1638. msgid "a webserver for serving the `/.well-known/matrix` static files (generated by the `matrix-base` role until now)"
  1639. msgstr ""
  1640. #: ../../../CHANGELOG.md:1255
  1641. msgid "a webserver [serving your base domain](./docs/configuring-playbook-base-domain-serving.md) (and also generating the `index.html` page for it)"
  1642. msgstr ""
  1643. #: ../../../CHANGELOG.md:1256
  1644. msgid "a central component providing global [HTTP Basic Auth](https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication) password-protection for all `/metrics` endpoints when metrics were exposed publicly for consumption from a remote Prometheus server"
  1645. msgstr ""
  1646. #: ../../../CHANGELOG.md:1258
  1647. msgid "Talk about a jack of all trades! The [UNIX philosophy](https://en.wikipedia.org/wiki/Unix_philosophy) (and Docker container philosophy) of \"do one thing and do it well\" had been severely violated for too long."
  1648. msgstr ""
  1649. #: ../../../CHANGELOG.md:1260
  1650. msgid "On a related note, we also had a large chain of reverse-proxies in the mix. In the worst case, it was something like this: (Traefik -> `matrix-nginx-proxy:8080` -> `matrix-nginx-proxy:12080` -> `matrix-synapse-reverse-proxy-companion:8008` -> `matrix-synapse:8008`)."
  1651. msgstr ""
  1652. #: ../../../CHANGELOG.md:1262
  1653. msgid "Due to complexity and the playbook's flexibility (trying to accommodate a mix of tens of components), many layers of indirection were necessary. We do like reverse-proxies, but… not quite enough to enjoy going through a chain of ~4 of them before reaching the target service."
  1654. msgstr ""
  1655. #: ../../../CHANGELOG.md:1264
  1656. msgid "After **a ton of work** in the last weeks (200+ commits, which changed 467 files - 8684 insertions and 8913 deletions), **we're finally saying goodbye** to `matrix-nginx-proxy`."
  1657. msgstr ""
  1658. #: ../../../CHANGELOG.md:1266
  1659. msgid "Going Traefik-native and cutting out all middlemen"
  1660. msgstr ""
  1661. #: ../../../CHANGELOG.md:1268
  1662. msgid "In our new setup, you'll see the bare minimum number of reverse-proxies."
  1663. msgstr ""
  1664. #: ../../../CHANGELOG.md:1270
  1665. msgid "In most cases, there's only Traefik and all services being registered directly with it. When [Synapse workers](./docs/configuring-playbook-synapse.md#load-balancing-with-workers) are enabled, `matrix-synapse-reverse-proxy-companion` remains as an extra reverse-proxy that requests go through (for load-balancing to the correct Synapse worker), but in all other cases services are exposed directly."
  1666. msgstr ""
  1667. #: ../../../CHANGELOG.md:1272
  1668. msgid "This reduces \"network\" hops (improving performance) and also decreases the number of components (containers). Each Ansible role in our setup is now independent and doesn't need to interact with other roles during runtime."
  1669. msgstr ""
  1670. #: ../../../CHANGELOG.md:1274
  1671. msgid "Traefik now has an extra job"
  1672. msgstr ""
  1673. #: ../../../CHANGELOG.md:1276
  1674. msgid "Previously, **Traefik had a single purpose** — being the main reverse-proxy. It was either front-most (terminating SSL, etc.) or you were [fronting Traefik with your own other reverse-proxy](./docs/configuring-playbook-own-webserver.md#fronting-the-integrated-reverse-proxy-webserver-with-another-reverse-proxy). In any case — it had this central (yet decentralized) job."
  1675. msgstr ""
  1676. #: ../../../CHANGELOG.md:1278
  1677. msgid "Now, **Traefik has one more role** — it serves as an intermediary which allows addon services (bridges, bots, etc.) to communicate with the homeserver. As mentioned above, such an intermediary service is not strictly necessary in all kinds of setups, but more complex setups (including [matrix-media-repo](./docs/configuring-playbook-matrix-media-repo.md) or [matrix-corporal](./docs/configuring-playbook-matrix-corporal.md)) benefit from it."
  1678. msgstr ""
  1679. #: ../../../CHANGELOG.md:1280
  1680. msgid "To perform this new role, Traefik now has a new internal [entrypoint](https://doc.traefik.io/traefik/routing/entrypoints/) called `matrix-internal-matrix-client-api`. All homeservers (Conduit, Dendrite, Synapse and even `matrix-synapse-reverse-proxy-companion`) and homeserver-related core services ([matrix-media-repo](./docs/configuring-playbook-matrix-media-repo.md), [matrix-corporal](./docs/configuring-playbook-matrix-corporal.md) and potentially others) register their routes (using [container labels](https://docs.docker.com/config/labels-custom-metadata/)) not only on the public entrypoints (`web-secure`, `matrix-federation`), but also on this new internal entrypoint."
  1681. msgstr ""
  1682. #: ../../../CHANGELOG.md:1282
  1683. msgid "Doing so, services can contact Traefik on this entrypoint's dedicated port (the URL defaults to `http://matrix-traefik:8008`) and reach the homeserver Client-Server API as they expect. Internally, Traefik takes care of the routing to the correct service."
  1684. msgstr ""
  1685. #: ../../../CHANGELOG.md:1284
  1686. msgid "We've also considered keeping it simple and having services talk to the homeserver over the public internet (e.g. `https://matrix.example.com`) thus reusing all existing Traefik routing labels. In this scenario, performance was incredibly poor (e.g. 70 rps, instead of 1400 rps) due to TLS and networking overhead. The need for fast internal communication (via the new internal non-TLS-enabled Traefik entrypoint) is definitely there. In our benchmarks, Traefik even proved more efficient than nginx at doing this: ~1200 rps for Traefik compared to ~900 rps for nginx (out of ~1400 rps when talking to the Synapse homeserver directly)."
  1687. msgstr ""
  1688. #: ../../../CHANGELOG.md:1286
  1689. msgid "Traefik serving this second purpose has a few downsides:"
  1690. msgstr ""
  1691. #: ../../../CHANGELOG.md:1288
  1692. msgid "Traefik becomes a runtime dependency for all homeserver-dependant container services"
  1693. msgstr ""
  1694. #: ../../../CHANGELOG.md:1289
  1695. msgid "all homeserver-dependant services now need to be connected to the `traefik` container network, even if they don't need public internet exposure"
  1696. msgstr ""
  1697. #: ../../../CHANGELOG.md:1291
  1698. msgid "Despite these downsides (which the playbook manages automatically), we believe it's still a good compromise given the amount of complexity it eliminates and the performance benefits it yields. One alternative we've [considered](https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3045#issuecomment-1867327001) was adding a new intermediary service (e.g. `matrix-homeserver-proxy` powered by nginx), but this both had much higher complexity (one more component in the mix; duplication of effort to produce nginx-compatible route definitions for it) and slightly worse performance (see above)."
  1699. msgstr ""
  1700. #: ../../../CHANGELOG.md:1293
  1701. msgid "People running the default Traefik setup do not need to do anything to make Traefik take on this extra job. Your Traefik configuration will be updated automatically."
  1702. msgstr ""
  1703. #: ../../../CHANGELOG.md:1295
  1704. msgid "**People running their own Traefik reverse-proxy need to do [minor adjustments](#people-managing-their-own-traefik-instance-need-to-do-minor-changes)**, as described in the section below."
  1705. msgstr ""
  1706. #: ../../../CHANGELOG.md:1297
  1707. msgid "You may disable Traefik acting as an intermediary by explicitly setting `matrix_playbook_public_matrix_federation_api_traefik_entrypoint_enabled` to `false`. Services would then be configured to talk to the homeserver directly, giving you a slight performance boost and a \"simpler\" Traefik setup. However, such a configuration is less tested and will cause troubles, especially if you enable more services (like `matrix-media-repo`, etc.) in the future. As such, it's not recommended."
  1708. msgstr ""
  1709. #: ../../../CHANGELOG.md:1299
  1710. msgid "People managing their own Traefik instance need to do minor changes"
  1711. msgstr ""
  1712. #: ../../../CHANGELOG.md:1301
  1713. msgid "This section is for people [managing their own Traefik instance on the Matrix server](./docs/configuring-playbook-own-webserver.md#traefik-managed-by-you). Those [using Traefik managed by the playbook](./docs/configuring-playbook-own-webserver.md#traefik-managed-by-the-playbook) don't need to do any changes."
  1714. msgstr ""
  1715. #: ../../../CHANGELOG.md:1303
  1716. msgid "Because [Traefik has an extra job now](#traefik-now-has-an-extra-job), you need to adapt your configuration to add the additional `matrix-internal-matrix-client-api` entrypoint and potentially configure the `matrix_playbook_reverse_proxy_container_network` variable. See the [Traefik managed by you](./docs/configuring-playbook-own-webserver.md#traefik-managed-by-you) documentation section for more details."
  1717. msgstr ""
  1718. #: ../../../CHANGELOG.md:1305
  1719. msgid "People fronting Traefik with another reverse proxy need to do minor changes"
  1720. msgstr ""
  1721. #: ../../../CHANGELOG.md:1307
  1722. msgid "We've already previously mentioned that you need to do some minor [configuration changes related to `traefik_additional_entrypoints_auto`](#backward-compatibility-configuration-changes-required-for-people-fronting-the-integrated-reverse-proxy-webserver-with-another-reverse-proxy)."
  1723. msgstr ""
  1724. #: ../../../CHANGELOG.md:1309
  1725. msgid "If you don't do these changes (switching from `traefik_additional_entrypoints_auto` to multiple other variables), your Traefik setup will not automatically receive the new `matrix-internal-matrix-client-api` Traefik entrypoint and Traefik would not be able to perform [its new duty of connecting addons with the homeserver](#traefik-now-has-an-extra-job)."
  1726. msgstr ""
  1727. #: ../../../CHANGELOG.md:1311
  1728. msgid "Supported reverse proxy types are now fewer"
  1729. msgstr ""
  1730. #: ../../../CHANGELOG.md:1313
  1731. msgid "This section is for people using a more custom reverse-proxy setup — those having `matrix_playbook_reverse_proxy_type` set to a value different than the default (`playbook-managed-traefik`)."
  1732. msgstr ""
  1733. #: ../../../CHANGELOG.md:1315
  1734. msgid "Previously, we allowed you to set `matrix_playbook_reverse_proxy_type` to 7 different values to accommodate various reverse-proxy setups."
  1735. msgstr ""
  1736. #: ../../../CHANGELOG.md:1317
  1737. msgid "The complexity of this is too high, so we only support 3 values right now:"
  1738. msgstr ""
  1739. #: ../../../CHANGELOG.md:1319
  1740. msgid "(the default) `playbook-managed-traefik`, when you're [using Traefik managed by the playbook](./docs/configuring-playbook-own-webserver.md#traefik-managed-by-the-playbook)"
  1741. msgstr ""
  1742. #: ../../../CHANGELOG.md:1320
  1743. msgid "`other-traefik-container`, when you're [managing your own Traefik instance on the Matrix server](./docs/configuring-playbook-own-webserver.md#traefik-managed-by-you)"
  1744. msgstr ""
  1745. #: ../../../CHANGELOG.md:1321
  1746. msgid "`none`, when you wish for [no reverse-proxy integration to be done at all](./docs/configuring-playbook-own-webserver.md#using-no-reverse-proxy-on-the-matrix-side-at-all)"
  1747. msgstr ""
  1748. #: ../../../CHANGELOG.md:1323
  1749. msgid "The `none` value is not recommended and may not work adequately, due to lack of testing and [Traefik's new responsibilities](#traefik-now-has-an-extra-job) in our setup."
  1750. msgstr ""
  1751. #: ../../../CHANGELOG.md:1325
  1752. msgid "**Previous values that are now gone** (and the playbook would report them as such) are: `playbook-managed-nginx`, `other-nginx-non-container`, `other-on-same-host` and `other-on-another-host`."
  1753. msgstr ""
  1754. #: ../../../CHANGELOG.md:1327
  1755. msgid "If you were using these values as a way to stay away from Traefik, you now have 2 options:"
  1756. msgstr ""
  1757. #: ../../../CHANGELOG.md:1329
  1758. msgid "(recommended) [Fronting Traefik with another reverse-proxy](./docs/configuring-playbook-own-webserver.md#fronting-the-integrated-reverse-proxy-webserver-with-another-reverse-proxy)"
  1759. msgstr ""
  1760. #: ../../../CHANGELOG.md:1330
  1761. msgid "(not recommended) [Using no reverse-proxy on the Matrix side at all](./docs/configuring-playbook-own-webserver.md#using-no-reverse-proxy-on-the-matrix-side-at-all) and reverse-proxying to each and every service manually"
  1762. msgstr ""
  1763. #: ../../../CHANGELOG.md:1332
  1764. msgid "Container networking changes"
  1765. msgstr ""
  1766. #: ../../../CHANGELOG.md:1334
  1767. msgid "Now that `matrix-nginx-proxy` is not in the mix, it became easier to clear out some other long-overdue technical debt."
  1768. msgstr ""
  1769. #: ../../../CHANGELOG.md:1336
  1770. msgid "Since the very beginning of this playbook, all playbook services were connected to a single (shared) `matrix` container network. Later on, some additional container networks appeared, but most services (database, etc.) still remained in the `matrix` container network. This meant that any random container in this network could try to talk (or attack) the Postgres database operating in the same `matrix` network."
  1771. msgstr ""
  1772. #: ../../../CHANGELOG.md:1338
  1773. msgid "Moving components (especially the database) into other container networks was difficult — it required changes to many other components to ensure correct connectivity."
  1774. msgstr ""
  1775. #: ../../../CHANGELOG.md:1340
  1776. msgid "All the hard work has been done now. We've added much more isolation between services by splitting them up into separate networks (`matrix-homeserver`, `matrix-addons`, `matrix-monitoring`, `matrix-exim-relay`, etc). Components are only joined to the networks they need and should (for the most part) not be able to access unrelated things."
  1777. msgstr ""
  1778. #: ../../../CHANGELOG.md:1342
  1779. msgid "Carrying out these container networking changes necessitated modifying many components, so **we're hoping not too many bugs were introduced in the process**."
  1780. msgstr ""
  1781. #: ../../../CHANGELOG.md:1344
  1782. msgid "We've refrained from creating too many container networks (e.g. one for each component), to avoid exhausting Docker's default network pool and contaminating the container networks list too much."
  1783. msgstr ""
  1784. #: ../../../CHANGELOG.md:1346
  1785. msgid "Metrics exposure changes"
  1786. msgstr ""
  1787. #: ../../../CHANGELOG.md:1348
  1788. msgid "This section is for people who are exposing monitoring metrics publicly, to be consumed by an external Prometheus server."
  1789. msgstr ""
  1790. #: ../../../CHANGELOG.md:1350
  1791. msgid "Previously, `matrix-nginx-proxy` was potentially password-protecting all `/metrics/*` endpoints with the same username and password (specified as plain-text in your `vars.yml` configuration file)."
  1792. msgstr ""
  1793. #: ../../../CHANGELOG.md:1352
  1794. msgid "From now on, there are new variables for doing roughly the same — `matrix_metrics_exposure_enabled`, `matrix_metrics_exposure_http_basic_auth_enabled` and `matrix_metrics_exposure_http_basic_auth_users`. See the [Prometheus & Grafana](./docs/configuring-playbook-prometheus-grafana.md) docs page for details."
  1795. msgstr ""
  1796. #: ../../../CHANGELOG.md:1354
  1797. msgid "`matrix-nginx-proxy` is not acting as a \"global guardian\" anymore. Now, each role provides its own metrics exposure and protection by registering with Traefik. Nevertheless, all roles are wired (via playbook configuration in `group_vars/matrix_servers`) to obey these new `matrix_metrics_exposure_*` variables. We've eliminated the centralization, but have kept the ease of use. Now, you can also do per-service password-protection (with different credentials), should you need to do that for some reason."
  1798. msgstr ""
  1799. #: ../../../CHANGELOG.md:1356
  1800. msgid "The playbook will tell you about all variables that you need to migrate during runtime, so rest assured — you shouldn't be able to miss anything!"
  1801. msgstr ""
  1802. #: ../../../CHANGELOG.md:1358
  1803. msgid "Matrix static files"
  1804. msgstr ""
  1805. #: ../../../CHANGELOG.md:1360
  1806. msgid "As mentioned above, static files like `/.well-known/matrix/*` or your base domain's `index.html` file (when [serving the base domain via the Matrix server](./docs/configuring-playbook-base-domain-serving.md) was enabled) were generated by the `matrix-base` or `matrix-nginx-proxy` roles and put into a `/matrix/static-files` directory on the server. Then `matrix-nginx-proxy` was serving all these static files."
  1807. msgstr ""
  1808. #: ../../../CHANGELOG.md:1362
  1809. msgid "All of this has been extracted into a new `matrix-static-files` Ansible role that's part of the playbook. The static files generated by this new role still live at roughly the same place (`/matrix/static-files/public` directory, instead of `/matrix/static-files`)."
  1810. msgstr ""
  1811. #: ../../../CHANGELOG.md:1364
  1812. msgid "The playbook will migrate and update the `/.well-known/matrix/*` files automatically but not your own files in `nginx-proxy/data/matrix-domain/` you will need to back these up yourself otherwise they will be lost. It will also warn you about usage of old variable names, so you can adapt to the new names."
  1813. msgstr ""
  1814. #: ../../../CHANGELOG.md:1366
  1815. msgid "A note on performance"
  1816. msgstr ""
  1817. #: ../../../CHANGELOG.md:1368
  1818. msgid "Some of you have been voicing their concerns (for a long time) about Traefik being too slow and nginx being better."
  1819. msgstr ""
  1820. #: ../../../CHANGELOG.md:1370
  1821. msgid "Some online benchmarks support this by demonstrating slightly higher SSL-termination performance in favor of nginx. The upcoming Traefik v3 release is [said to](https://medium.com/beyn-technology/is-nginx-dead-is-traefik-v3-20-faster-than-traefik-v2-f28ffb7eed3e) improve Traefik's SSL performance by some 20%, but that still ends up being somewhat slower than nginx."
  1822. msgstr ""
  1823. #: ../../../CHANGELOG.md:1372
  1824. msgid "We believe that using Traefik provides way too many benefits to worry about this minor performance impairment."
  1825. msgstr ""
  1826. #: ../../../CHANGELOG.md:1374
  1827. msgid "The heaviest part of running a Matrix homeserver is all the slow and potentially inefficient things the homeserver (e.g. Synapse) is doing. These things affect performance much more than whatever reverse-proxy is in front. Your server will die the same way by joining the famously large **Matrix HQ** room, no matter which reverse-proxy you put in front."
  1828. msgstr ""
  1829. #: ../../../CHANGELOG.md:1376
  1830. msgid "Even our previously mentioned benchmarks (yielding ~1300 rps) are synthetic — hitting a useless `/_matrix/client/versions` endpoint. Real-use does much more than this."
  1831. msgstr ""
  1832. #: ../../../CHANGELOG.md:1378
  1833. msgid "If this is still not convincing enough for you and you want the best possible performance, consider [Fronting Traefik with another reverse-proxy](./docs/configuring-playbook-own-webserver.md#fronting-the-integrated-reverse-proxy-webserver-with-another-reverse-proxy) (thus having the slowest part — SSL termination — happen elsewhere) or [Using no reverse-proxy on the Matrix side at all](./docs/configuring-playbook-own-webserver.md#using-no-reverse-proxy-on-the-matrix-side-at-all). The playbook will not get in your way of doing that, but these options may make your life much harder. Performance comes at a cost, after all."
  1834. msgstr ""
  1835. #: ../../../CHANGELOG.md:1380
  1836. msgid "Migration procedure"
  1837. msgstr ""
  1838. #: ../../../CHANGELOG.md:1382
  1839. msgid "The updated playbook will automatically perform some migration tasks for you:"
  1840. msgstr ""
  1841. #: ../../../CHANGELOG.md:1384
  1842. msgid "It will stop and remove the `matrix-nginx-proxy` systemd service and container for you. This behavior cannot be disabled. It's essential that this service gets stopped, because it remaining running (and having container labels) may confuse Traefik as to where to route HTTP requests."
  1843. msgstr ""
  1844. #: ../../../CHANGELOG.md:1386
  1845. msgid "It will delete the `/matrix/nginx-proxy` directory and all files within it. You can disable this behavior by adding `matrix_playbook_migration_matrix_nginx_proxy_uninstallation_enabled: false` to your `vars.yml` configuration file. Doing so will leave its data around."
  1846. msgstr ""
  1847. #: ../../../CHANGELOG.md:1388
  1848. msgid "It will delete the `/matrix/ssl` directory and all files within it. You can disable this behavior by adding `matrix_playbook_migration_matrix_ssl_uninstallation_enabled: false` to your `vars.yml` configuration file. If you have some important certificates there for some reason, take them out or temporarily disable removal of these files until you do."
  1849. msgstr ""
  1850. #: ../../../CHANGELOG.md:1390
  1851. msgid "It will tell you about all variables (`matrix_nginx_proxy_*` and many others — even from other roles) that have changed during this large nginx-elimination upgrade. You can disable this behavior by adding `matrix_playbook_migration_matrix_nginx_proxy_elimination_variable_transition_checks_enabled: false` to your `vars.yml` configuration file."
  1852. msgstr ""
  1853. #: ../../../CHANGELOG.md:1392
  1854. msgid "It will tell you about any leftover `matrix_nginx_proxy_*` variables in your `vars.yml` file. You can disable this behavior by adding `matrix_playbook_migration_matrix_nginx_proxy_leftover_variable_validation_checks_enabled: false` to your `vars.yml` configuration file."
  1855. msgstr ""
  1856. #: ../../../CHANGELOG.md:1394
  1857. msgid "It will tell you about any leftover `matrix_ssl_*` variables in your `vars.yml` file. You can disable this behavior by adding `matrix_playbook_migration_matrix_ssl_leftover_variable_checks_enabled: false` to your `vars.yml` configuration file."
  1858. msgstr ""
  1859. #: ../../../CHANGELOG.md:1396
  1860. msgid "We don't recommend changing these variables and suppressing warnings, unless you know what you're doing."
  1861. msgstr ""
  1862. #: ../../../CHANGELOG.md:1398
  1863. msgid "**Most people should just upgrade as per-normal**, bearing in mind that a lot has changed and some issues may arise. The playbook would guide you through renamed variables automatically."
  1864. msgstr ""
  1865. #: ../../../CHANGELOG.md:1400
  1866. msgid "Conclusion"
  1867. msgstr ""
  1868. #: ../../../CHANGELOG.md:1402
  1869. msgid "Thousands of lines of code were changed across hundreds of files. All addons (bridges, bots) were rewired in terms of container networking and in terms of how they reach the homeserver."
  1870. msgstr ""
  1871. #: ../../../CHANGELOG.md:1404
  1872. msgid "I don't actively use all the ~100 components offered by the playbook (no one does), nor do I operate servers exercising all edge-cases. As such, issues may arise. Please have patience and report (or try to fix) these issues!"
  1873. msgstr ""
  1874. #: ../../../CHANGELOG.md:1407
  1875. msgid "2024-01-14"
  1876. msgstr ""
  1877. #: ../../../CHANGELOG.md:1409
  1878. msgid "(Backward Compatibility) Configuration changes required for people fronting the integrated reverse-proxy webserver with another reverse-proxy"
  1879. msgstr ""
  1880. #: ../../../CHANGELOG.md:1411
  1881. msgid "If you're on the default setup (using the Traefik reverse-proxy as installed by the playbook), you don't need to do anything."
  1882. msgstr ""
  1883. #: ../../../CHANGELOG.md:1413
  1884. msgid "People who are [Fronting the integrated Traefik reverse-proxy webserver with another reverse-proxy](./docs/configuring-playbook-own-webserver.md#fronting-the-integrated-reverse-proxy-webserver-with-another-reverse-proxy), as per our previous instructions are redefining `traefik_additional_entrypoints_auto` in their `vars.yml` configuration."
  1885. msgstr ""
  1886. #: ../../../CHANGELOG.md:1415
  1887. msgid "Such a full variable redefinion is intrustive, because it prevents the playbook from injecting additional entrypoints into the Traefik webserver. In the future, the playbook may have a need to do so."
  1888. msgstr ""
  1889. #: ../../../CHANGELOG.md:1417
  1890. msgid "For this reason, we no longer recommend completely redefining `traefik_additional_entrypoints_auto`. The playbook now defines [various `matrix_playbook_public_matrix_federation_api_traefik_entrypoint_*` variables in the `defaults/main.yml` file](https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/roles/custom/matrix-base/defaults/main.yml) of the `matrix-base` role which can be used as a safer alternative to `traefik_additional_entrypoints_auto`."
  1891. msgstr ""
  1892. #: ../../../CHANGELOG.md:1419
  1893. msgid "Adapt your configuration as seen below:"
  1894. msgstr ""
  1895. #: ../../../CHANGELOG.md:1452
  1896. msgid "Also, feel free to read the [Fronting the integrated Traefik reverse-proxy webserver with another reverse-proxy](./docs/configuring-playbook-own-webserver.md#fronting-the-integrated-reverse-proxy-webserver-with-another-reverse-proxy) documentation section again for additional details."
  1897. msgstr ""
  1898. #: ../../../CHANGELOG.md:1455
  1899. msgid "2024-01-13"
  1900. msgstr ""
  1901. #: ../../../CHANGELOG.md:1457
  1902. msgid "matrix-reminder-bot update with more secure (backward-incompatible) default settings"
  1903. msgstr ""
  1904. #: ../../../CHANGELOG.md:1459
  1905. msgid "**TLDR**: your updated (to [v0.3.0](https://github.com/anoadragon453/matrix-reminder-bot/releases/tag/v0.3.0)) [matrix-reminder-bot](./docs/configuring-playbook-bot-matrix-reminder-bot.md) is now more secure. By default, like other bridges/bots managed by the playbook, it will only provide its services to users of your own server (not to anyone, even across the Matrix Federation). If that's fine, there's nothing you need to do."
  1906. msgstr ""
  1907. #: ../../../CHANGELOG.md:1461
  1908. msgid "Maintenance of [matrix-reminder-bot](./docs/configuring-playbook-bot-matrix-reminder-bot.md) has been picked up by [Kim Brose](https://github.com/HarHarLinks) and [@svierne](https://github.com/svierne)."
  1909. msgstr ""
  1910. #: ../../../CHANGELOG.md:1463
  1911. msgid "Thanks to them, a new [v0.3.0](https://github.com/anoadragon453/matrix-reminder-bot/releases/tag/v0.3.0) release is out. The new version is now available for the ARM64 architecture, so playbook users on this architecture will no longer need to wait for [self-building](./docs/self-building.md) to happen."
  1912. msgstr ""
  1913. #: ../../../CHANGELOG.md:1465
  1914. msgid "The new version also comes with new `allowlist` and `blocklist` settings, which make it possible to restrict who can use the bot. Previously anyone, even across the Matrix Federation could talk to it and schedule reminders."
  1915. msgstr ""
  1916. #: ../../../CHANGELOG.md:1467
  1917. msgid "The playbook defaults all bridges and bots (where possible) to only be exposed to users of the current homeserver, not users across federation. Thanks to the new version of this bot making such a restriction possible, we're now making use of it. The playbook (via its `group_vars/matrix_servers` file) automatically enables the `allowlist` (`matrix_bot_matrix_reminder_bot_allowlist_enabled: true`) and configures it in such a way (`matrix_bot_matrix_reminder_bot_allowlist_regexes_auto`) so as to restrict the bot to your homeserver's users."
  1918. msgstr ""
  1919. #: ../../../CHANGELOG.md:1469
  1920. msgid "If you need **to undo or tweak these security improvements**, you can change your `vars.yml` file to:"
  1921. msgstr ""
  1922. #: ../../../CHANGELOG.md:1471
  1923. msgid "disable the allowlist (`matrix_bot_matrix_reminder_bot_allowlist_enabled: false`), making the bot allow usage by anyone, anywhere"
  1924. msgstr ""
  1925. #: ../../../CHANGELOG.md:1473
  1926. msgid "inject additional allowed servers or users by adding **additional** (on top of the default allowlist in `matrix_bot_matrix_reminder_bot_allowlist_regexes_auto`) custom regexes in the `matrix_bot_matrix_reminder_bot_allowlist_regexes_custom` list variable (see the [syntax reference](https://github.com/anoadragon453/matrix-reminder-bot/blob/1e910c0aa3469d280d93ee7e6c6d577227a3460c/sample.config.yaml#L43-L49))"
  1927. msgstr ""
  1928. #: ../../../CHANGELOG.md:1475
  1929. msgid "override the default allowlist (in the `group_vars/matrix_servers` file) by redefining `matrix_bot_matrix_reminder_bot_allowlist_regexes_auto`"
  1930. msgstr ""
  1931. #: ../../../CHANGELOG.md:1478
  1932. msgid "2024-01-05"
  1933. msgstr ""
  1934. #: ../../../CHANGELOG.md:1480
  1935. msgid "matrix-mailer has been replaced by the exim-relay external role"
  1936. msgstr ""
  1937. #: ../../../CHANGELOG.md:1482
  1938. #: ../../../CHANGELOG.md:2120
  1939. msgid "We're continuing our effort to make [the playbook use external roles for some things](#the-playbook-now-uses-external-roles-for-some-things), so as to avoid doing everything ourselves and to facilitate code re-use."
  1940. msgstr ""
  1941. #: ../../../CHANGELOG.md:1484
  1942. msgid "The `matrix-mailer` role has been moved to its own repository ([ansible-role-exim-relay](https://github.com/mother-of-all-self-hosting/ansible-role-exim-relay)) that this playbook now includes."
  1943. msgstr ""
  1944. #: ../../../CHANGELOG.md:1486
  1945. msgid "To migrate:"
  1946. msgstr ""
  1947. #: ../../../CHANGELOG.md:1488
  1948. msgid "pull the playbook changes, as usual"
  1949. msgstr ""
  1950. #: ../../../CHANGELOG.md:1489
  1951. msgid "update your roles (run `just roles` or `make roles`)"
  1952. msgstr ""
  1953. #: ../../../CHANGELOG.md:1490
  1954. msgid "update your `vars.yml`, renaming `matrix_mailer`-prefixed variables to `exim_relay`-prefixed ones (e.g. `matrix_mailer_sender_address` -> `exim_relay_sender_address`). If you find none, it means you're using the default configuration and your migraiton job is even simpler."
  1955. msgstr ""
  1956. #: ../../../CHANGELOG.md:1491
  1957. msgid "re-run the playbook (`install-all` or `setup-all`)"
  1958. msgstr ""
  1959. #: ../../../CHANGELOG.md:1493
  1960. msgid "The playbook will take care of stopping the old `matrix-mailer` systemd service, relocating its directory and restarting it under the new name (`matrix-exim-relay.service`)."
  1961. msgstr ""
  1962. #: ../../../CHANGELOG.md:1496
  1963. msgid "2024-01-02"
  1964. msgstr ""
  1965. #: ../../../CHANGELOG.md:1498
  1966. msgid "mautrix-signal now powered by the new Go-based bridge"
  1967. msgstr ""
  1968. #: ../../../CHANGELOG.md:1500
  1969. msgid "The old Python-based [mautrix-signal](https://github.com/mautrix/signal) bridge is no longer maintained upstream. It's also known to have issues linking new devices."
  1970. msgstr ""
  1971. #: ../../../CHANGELOG.md:1502
  1972. msgid "It seems like the path forward is to switch to the new mautrix-signal bridge written in Golang, which we did thanks to [PR #3031](https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3041) by [Pierre 'McFly' Marty](https://github.com/pm-McFly)."
  1973. msgstr ""
  1974. #: ../../../CHANGELOG.md:1504
  1975. msgid "The playbook should **automatically migrate your mautrix-signal installation to the new bridge code**. You will **need to relink all your devices** to continue your bridged conversations."
  1976. msgstr ""
  1977. #: ../../../CHANGELOG.md:1507
  1978. msgid "2023-10-23"
  1979. msgstr ""
  1980. #: ../../../CHANGELOG.md:1509
  1981. msgid "Enabling `allow_public_rooms_over_federation` by default for Synapse"
  1982. msgstr ""
  1983. #: ../../../CHANGELOG.md:1511
  1984. msgid "**TDLR**: if your Matrix server is federating (which it mostly likely is, unless you've [disabled federation](docs/configuring-playbook-federation.md#disabling-federation)), your public rooms will not only be joinable across federation (as they've always been), but from now on will be discoverable (made available as a list across federation). We're changing this by flipping the value for Synapse's `allow_public_rooms_over_federation` setting to `true`, going against the upstream default. Servers that disable federation are not affected. Servers that have public rooms which are not published to the room directory are also not affected."
  1985. msgstr ""
  1986. #: ../../../CHANGELOG.md:1513
  1987. msgid "We generally try to stick to the default configuration for Synapse (and all other components), unless these defaults seem wrong or harmful. One such previous case from a few months ago was us [Enabling `forget_rooms_on_leave` by default for Synapse](#enabling-forget_rooms_on_leave-by-default-for-synapse) — the default value was making Synapse more wasteful of resources by default."
  1988. msgstr ""
  1989. #: ../../../CHANGELOG.md:1515
  1990. msgid "Today, we're going against upstream defaults again and flipping the `allow_public_rooms_over_federation` configuration option to `true`. This way, public rooms on your server will be made discoverable by others via federation, using the [`GET /_matrix/federation/v1/publicRooms` of the Server-Server API](https://spec.matrix.org/v1.8/server-server-api/#get_matrixfederationv1publicrooms)."
  1991. msgstr ""
  1992. #: ../../../CHANGELOG.md:1517
  1993. msgid "The upstream Synapse default is `false` (disabled), so that public rooms are not exposed for other servers to discover (learn about their existence). Nevertheless, even if these rooms are not exposed (listed) for discovery, they are **still joinable** by anyone who knows their address or is invited to the room by an existing member."
  1994. msgstr ""
  1995. #: ../../../CHANGELOG.md:1519
  1996. msgid "**We go against the upstream default** in an effort to make Matrix federation more useful — a public room should be globally public — not only joinable, but also discoverable across federation."
  1997. msgstr ""
  1998. #: ../../../CHANGELOG.md:1521
  1999. msgid "The **historical reasoning** behind this change is as follows:"
  2000. msgstr ""
  2001. #: ../../../CHANGELOG.md:1523
  2002. msgid "`allow_public_rooms_over_federation` seems to have been enabled by default for Synapse until v1.7.0 (~2019), just like we believe it should be for a globally-federating network — rooms should be joinable and discoverable across federation."
  2003. msgstr ""
  2004. #: ../../../CHANGELOG.md:1525
  2005. msgid "In Synapse v1.7.0 (~2019), `allow_public_rooms_over_federation` [got disabled](https://github.com/element-hq/synapse/blob/e9069c9f919685606506f04527332e83fbfa44d9/docs/upgrade.md?plain=1#L1877-L1891) by default in a [security-by-obscurity](https://en.wikipedia.org/wiki/Security_through_obscurity) workaround for misconfigured servers. See the [Avoiding unwelcome visitors on private Matrix servers](https://matrix.org/blog/2019/11/09/avoiding-unwelcome-visitors-on-private-matrix-servers/) `matrix.org` blog article. We believe that people wishing for a truly private server, should [disable federation](docs/configuring-playbook-federation.md#disabling-federation), instead of having a fully-federating server and trying to hide its public rooms. We also provide other workarounds below. We (and the Synapse team, obviously) believe that Matrix should federate by default, so federating the public room list seems to make sense."
  2006. msgstr ""
  2007. #: ../../../CHANGELOG.md:1527
  2008. msgid "[etke.cc](https://etke.cc/) has been developing the free-software [Matrix Rooms Search](https://github.com/etkecc/mrs) project for a while now. One public (demo) instance of it is hosted at [matrixrooms.info](https://matrixrooms.info/). This search engine tries to go through the Matrix federation and discover & index public rooms to allow people to find them. We believe it's vital for Matrix (and any chat or social network for that matter) to be more discoverable, so that people can find communities and others to talk to. Today (on 23rd of October 2023), `matrixrooms.info` is indexing `23066` Matrix servers. Of these, only `1567` servers (7%) are making their public rooms discoverable. Who knows what wonderful communities and rooms are available on these 93% other Matrix servers that are supposedly federating, but are still gate-keeping their public room list. Indubitably, many of these servers are hosted via matrix-docker-ansible-deploy, so we feel partially responsible for making Matrix federation less useful."
  2009. msgstr ""
  2010. #: ../../../CHANGELOG.md:1529
  2011. msgid "Here are **actions you may wish to take** as a result of this change:"
  2012. msgstr ""
  2013. #: ../../../CHANGELOG.md:1531
  2014. msgid "(recommended) embrace the new default. If your Matrix server is federating, your public rooms have always been joinable across federation anyway. Exposing the list of public rooms does no harm and more-so does good by contributing to the usefulness of the Matrix network by facilitating room discovery."
  2015. msgstr ""
  2016. #: ../../../CHANGELOG.md:1533
  2017. msgid "(switch to a better way of doings things on your semi-private server) The problem that the Synapse team appears to have solved by flipping the `allow_public_rooms_over_federation` default in Synapse v1.7.0 seems to for \"mostly private\" servers, which federate and have a bunch of rooms made public (and published in their room directory) in an effort to allow people on the same homeserver to easily find and join them (self-onboarding). With the introduction of Matrix Spaces, you can reorganize your flow around spaces — you can auto-join your users to a Matrix Space (via Synapse's `auto_join_rooms` setting — controlled by our `matrix_synapse_auto_join_rooms` variable), then add a bunch of rooms to the space and make them joinable by people belonging to the space. That is to say, do not make rooms public and do not publish them to the room directory unless they are really public. Instead, use other mechanisms for semi-public rooms or private rooms. One alternative is to stick to what you're doing (public rooms published to your rooms directory) but having a `m.federate: true` flag set during creation (clients like Element Web have a nice UI checkbox for this) to explicitly disable federation for them."
  2018. msgstr ""
  2019. #: ../../../CHANGELOG.md:1535
  2020. msgid "(keeping the old behavior) if you wish to keep doing what you're doing (keeping your Matrix server federating, but hiding its public rooms list), add `matrix_synapse_allow_public_rooms_over_federation: false` to your `vars.yml` configuration. This restores the old behavior. You may also consider [disabling federation](docs/configuring-playbook-federation.md#disabling-federation) completely instead of relying on security-by-obscurity measures."
  2021. msgstr ""
  2022. #: ../../../CHANGELOG.md:1538
  2023. msgid "2023-10-18"
  2024. msgstr ""
  2025. #: ../../../CHANGELOG.md:1540
  2026. msgid "Postgres parameters are automatically tuned now"
  2027. msgstr ""
  2028. #: ../../../CHANGELOG.md:1542
  2029. msgid "The playbook has provided some hints about [Tuning PostgreSQL](docs/maintenance-postgres.md#tuning-postgresql) for quite a while now."
  2030. msgstr ""
  2031. #: ../../../CHANGELOG.md:1544
  2032. msgid "From now on, the [Postgres Ansible role](https://github.com/mother-of-all-self-hosting/ansible-role-postgres) automatically tunes your Postgres configuration with the same [calculation logic](https://github.com/le0pard/pgtune/blob/master/src/features/configuration/configurationSlice.js) that powers https://pgtune.leopard.in.ua/."
  2033. msgstr ""
  2034. #: ../../../CHANGELOG.md:1546
  2035. msgid "Our [Tuning PostgreSQL](docs/maintenance-postgres.md#tuning-postgresql) documentation page has details about how you can turn auto-tuning off or adjust the automatically-determined Postgres configuration parameters manually."
  2036. msgstr ""
  2037. #: ../../../CHANGELOG.md:1548
  2038. msgid "People who [enable load-balancing with Synapse workers](docs/configuring-playbook-synapse.md#load-balancing-with-workers) no longer need to increase the maximum number of Postgres connections manually (previously done via `postgres_process_extra_arguments`). There's a new variable (`postgres_max_connections`) for controlling this number and the playbook automatically raises its value from `200` to `500` for setups which enable workers."
  2039. msgstr ""
  2040. #: ../../../CHANGELOG.md:1551
  2041. msgid "2023-08-31"
  2042. msgstr ""
  2043. #: ../../../CHANGELOG.md:1553
  2044. msgid "SchildiChat Web support"
  2045. msgstr ""
  2046. #: ../../../CHANGELOG.md:1555
  2047. msgid "Thanks to [Aine](https://gitlab.com/etke.cc) of [etke.cc](https://etke.cc/), the playbook can now set up the [SchildiChat Web](https://github.com/SchildiChat/schildichat-desktop) client."
  2048. msgstr ""
  2049. #: ../../../CHANGELOG.md:1557
  2050. msgid "See our [Configuring SchildiChat Web](docs/configuring-playbook-client-schildichat-web.md) documentation to get started."
  2051. msgstr ""
  2052. #: ../../../CHANGELOG.md:1560
  2053. msgid "2023-08-23"
  2054. msgstr ""
  2055. #: ../../../CHANGELOG.md:1562
  2056. msgid "mautrix-wsproxy support"
  2057. msgstr ""
  2058. #: ../../../CHANGELOG.md:1564
  2059. msgid "Thanks to [Johan Swetzén](https://github.com/jswetzen)'s efforts (who finished what was started by [James Reilly](https://github.com/hanthor) and [Shreyas Ajjarapu](https://github.com/shreyasajj)), the playbook now supports bridging to Android SMS and Apple iMessage via the [mautrix-wsproxy](https://github.com/mautrix/wsproxy) service (in combination with a [mautrix-imessage](https://github.com/mautrix/imessage) bridge running on your Mac or Android phone)."
  2060. msgstr ""
  2061. #: ../../../CHANGELOG.md:1566
  2062. msgid "See our [Setting up Mautrix wsproxy for bridging Android SMS or Apple iMessage](docs/configuring-playbook-bridge-mautrix-wsproxy.md) documentation page for getting started."
  2063. msgstr ""
  2064. #: ../../../CHANGELOG.md:1569
  2065. msgid "2023-07-24"
  2066. msgstr ""
  2067. #: ../../../CHANGELOG.md:1571
  2068. msgid "matrix-registration-bot usage changed"
  2069. msgstr ""
  2070. #: ../../../CHANGELOG.md:1573
  2071. msgid "[matrix-registration-bot](docs/configuring-playbook-bot-matrix-registration-bot.md) got some updates and now supports password-only-based login. Therefore the bot now doesn't need any manual configuration except setting a password in your `vars.yml`. The bot will be registered as admin and access tokens will be obtained automatically by the bot."
  2072. msgstr ""
  2073. #: ../../../CHANGELOG.md:1575
  2074. msgid "**For existing users** You need to set `matrix_bot_matrix_registration_bot_bot_password` if you previously only used `matrix_bot_matrix_registration_bot_bot_access_token`. Please also remove the following deprecated settings"
  2075. msgstr ""
  2076. #: ../../../CHANGELOG.md:1577
  2077. msgid "`matrix_bot_matrix_registration_bot_bot_access_token`"
  2078. msgstr ""
  2079. #: ../../../CHANGELOG.md:1578
  2080. msgid "`matrix_bot_matrix_registration_bot_api_token`"
  2081. msgstr ""
  2082. #: ../../../CHANGELOG.md:1581
  2083. msgid "2023-07-21"
  2084. msgstr ""
  2085. #: ../../../CHANGELOG.md:1583
  2086. msgid "mautrix-gmessages support"
  2087. msgstr ""
  2088. #: ../../../CHANGELOG.md:1585
  2089. msgid "Thanks to [Shreyas Ajjarapu](https://github.com/shreyasajj)'s efforts, the playbook now supports bridging to [Google Messages](https://messages.google.com/) via the [mautrix-gmessages](https://github.com/mautrix/gmessages) bridge. See our [Setting up Mautrix Google Messages bridging](docs/configuring-playbook-bridge-mautrix-gmessages.md) documentation page for getting started."
  2090. msgstr ""
  2091. #: ../../../CHANGELOG.md:1588
  2092. msgid "2023-07-17"
  2093. msgstr ""
  2094. #: ../../../CHANGELOG.md:1590
  2095. msgid "matrix-media-repo support"
  2096. msgstr ""
  2097. #: ../../../CHANGELOG.md:1592
  2098. msgid "Thanks to [Michael Hollister](https://github.com/Michael-Hollister) from [FUTO](https://www.futo.org/), the creators of the [Circles app](https://circu.li/), the playbook can now set up [matrix-media-repo](https://github.com/turt2live/matrix-media-repo) — an alternative way to store homeserver media files, powered by a homeserver-independent implementation which supports S3 storage, IPFS, deduplication and other advanced features."
  2099. msgstr ""
  2100. #: ../../../CHANGELOG.md:1594
  2101. msgid "To learn more see our [Storing Matrix media files using matrix-media-repo](docs/configuring-playbook-matrix-media-repo.md) documentation page."
  2102. msgstr ""
  2103. #: ../../../CHANGELOG.md:1597
  2104. msgid "2023-05-25"
  2105. msgstr ""
  2106. #: ../../../CHANGELOG.md:1599
  2107. msgid "Enabling `forget_rooms_on_leave` by default for Synapse"
  2108. msgstr ""
  2109. #: ../../../CHANGELOG.md:1601
  2110. msgid "With the [Synapse v1.84.0 update](https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2698), we've also **changed the default value** of the `forget_rooms_on_leave` setting of Synapse to a value of `true`. This way, **when you leave a room, Synapse will now forget it automatically**."
  2111. msgstr ""
  2112. #: ../../../CHANGELOG.md:1603
  2113. msgid "The upstream Synapse default is `false` (disabled), so that you must forget rooms manually after leaving."
  2114. msgstr ""
  2115. #: ../../../CHANGELOG.md:1605
  2116. msgid "**We go against the upstream default** ([somewhat controversially](https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2700)) in an effort to make Synapse leaner and potentially do what we believe most users would expect their homeserver to be doing."
  2117. msgstr ""
  2118. #: ../../../CHANGELOG.md:1607
  2119. msgid "If you'd like to go back to the old behavior, add the following to your configuration: `matrix_synapse_forget_rooms_on_leave: false`"
  2120. msgstr ""
  2121. #: ../../../CHANGELOG.md:1610
  2122. msgid "2023-04-03"
  2123. msgstr ""
  2124. #: ../../../CHANGELOG.md:1612
  2125. msgid "The matrix-jitsi role lives independently now"
  2126. msgstr ""
  2127. #: ../../../CHANGELOG.md:1614
  2128. msgid "**TLDR**: the `matrix-jitsi` role is now included from the [ansible-role-jitsi](https://github.com/mother-of-all-self-hosting/ansible-role-jitsi) repository, part of the [MASH playbook](https://github.com/mother-of-all-self-hosting/mash-playbook). Some variables have been renamed. All functionality remains intact."
  2129. msgstr ""
  2130. #: ../../../CHANGELOG.md:1616
  2131. msgid "The `matrix-jitsi` role has been relocated in its own repository, part of the [MASH playbook](https://github.com/mother-of-all-self-hosting/mash-playbook) project — an Ansible playbook for self-hosting [a growing list of FOSS software](https://github.com/mother-of-all-self-hosting/mash-playbook/blob/main/docs/supported-services.md). If hosting a Jitsi stack on the Matrix server itself did not stand right with you or you always wanted to host most stuff, you can now use this new playbook to do so."
  2132. msgstr ""
  2133. #: ../../../CHANGELOG.md:1618
  2134. msgid "As part of the extraction process of this role out of the Matrix playbook, a few other things improved:"
  2135. msgstr ""
  2136. #: ../../../CHANGELOG.md:1620
  2137. msgid "**native Traefik support** has been added"
  2138. msgstr ""
  2139. #: ../../../CHANGELOG.md:1621
  2140. msgid "**support for hosting under a subpath** has been added, although it suffers from a few minor issues listed [here](https://github.com/mother-of-all-self-hosting/mash-playbook/blob/main/docs/services/jitsi.md#url)"
  2141. msgstr ""
  2142. #: ../../../CHANGELOG.md:1623
  2143. msgid "You need to **update your roles** (`just roles` or `make roles`) regardless of whether you're using Jitsi or not."
  2144. msgstr ""
  2145. #: ../../../CHANGELOG.md:1625
  2146. msgid "If you're making use of Jitsi via this playbook, you will need to update variable references in your `vars.yml` file:"
  2147. msgstr ""
  2148. #: ../../../CHANGELOG.md:1627
  2149. msgid "`matrix_jitsi_*_docker_image_` -> `matrix_jitsi_*_container_image_`"
  2150. msgstr ""
  2151. #: ../../../CHANGELOG.md:1628
  2152. msgid "`matrix_jitsi_` -> `jitsi_`"
  2153. msgstr ""
  2154. #: ../../../CHANGELOG.md:1629
  2155. #: ../../../CHANGELOG.md:1656
  2156. msgid "some other internal variables have changed, but the playbook will tell you about them"
  2157. msgstr ""
  2158. #: ../../../CHANGELOG.md:1631
  2159. msgid "2023-03-22"
  2160. msgstr ""
  2161. #: ../../../CHANGELOG.md:1633
  2162. msgid "ntfy Web App is disabled by default"
  2163. msgstr ""
  2164. #: ../../../CHANGELOG.md:1635
  2165. msgid "ntfy provides a web app, which is now disabled by default, because it may be unknown to and unused by most users of this playbook. You can enable it by setting `ntfy_web_root: \"app\"` (see [ntfy documentation](docs/configuring-playbook-ntfy.md))."
  2166. msgstr ""
  2167. #: ../../../CHANGELOG.md:1637
  2168. msgid "This change was already applied a while before this entry, but as some users were reporting the missing web app, this entry was added (see [#2529](https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2529))."
  2169. msgstr ""
  2170. #: ../../../CHANGELOG.md:1640
  2171. msgid "2023-03-21"
  2172. msgstr ""
  2173. #: ../../../CHANGELOG.md:1642
  2174. msgid "The matrix-prometheus role lives independently now"
  2175. msgstr ""
  2176. #: ../../../CHANGELOG.md:1644
  2177. msgid "**TLDR**: the `matrix-prometheus` role is now included from the [ansible-role-prometheus](https://github.com/mother-of-all-self-hosting/ansible-role-prometheus) repository, part of the [MASH playbook](https://github.com/mother-of-all-self-hosting/mash-playbook). Some variables have been renamed. All functionality remains intact."
  2178. msgstr ""
  2179. #: ../../../CHANGELOG.md:1646
  2180. msgid "The `matrix-prometheus` role has been relocated in its own repository, part of the [MASH playbook](https://github.com/mother-of-all-self-hosting/mash-playbook) project — an Ansible playbook for self-hosting [a growing list of FOSS software](https://github.com/mother-of-all-self-hosting/mash-playbook/blob/main/docs/supported-services.md). If hosting a Prometheus stack on the Matrix server itself did not stand right with you or you always wanted to host most stuff, you can now use this new playbook to do so."
  2181. msgstr ""
  2182. #: ../../../CHANGELOG.md:1648
  2183. msgid "Extracting the Prometheus role out of this Matrix playbook required huge internal refactoring to the way the Prometheus configuration (scraping jobs) is generated. If you notice any breakage after upgrading, let us know."
  2184. msgstr ""
  2185. #: ../../../CHANGELOG.md:1650
  2186. msgid "You need to **update your roles** (`just roles` or `make roles`) regardless of whether you're using Prometheus or not."
  2187. msgstr ""
  2188. #: ../../../CHANGELOG.md:1652
  2189. msgid "If you're making use of Prometheus via this playbook, you will need to update variable references in your `vars.yml` file:"
  2190. msgstr ""
  2191. #: ../../../CHANGELOG.md:1654
  2192. msgid "`matrix_prometheus_docker_image_` -> `matrix_prometheus_container_image_`"
  2193. msgstr ""
  2194. #: ../../../CHANGELOG.md:1655
  2195. msgid "`matrix_prometheus_` -> `prometheus_`"
  2196. msgstr ""
  2197. #: ../../../CHANGELOG.md:1659
  2198. msgid "2023-03-12"
  2199. msgstr ""
  2200. #: ../../../CHANGELOG.md:1661
  2201. msgid "synapse-auto-compressor support"
  2202. msgstr ""
  2203. #: ../../../CHANGELOG.md:1663
  2204. msgid "Thanks to [Aine](https://gitlab.com/etke.cc) of [etke.cc](https://etke.cc/), the playbook can now set up [rust-synapse-compress-state](https://github.com/matrix-org/rust-synapse-compress-state)'s `synapse_auto_compressor` tool to run periodically."
  2205. msgstr ""
  2206. #: ../../../CHANGELOG.md:1665
  2207. msgid "If enabled, `synapse_auto_compressor` runs on a schedule and compresses your Synapse database's `state_groups` table. It was possible to run `rust-synapse-compress-state` manually via the playbook even before — see [Compressing state with rust-synapse-compress-state](docs/maintenance-synapse.md#compressing-state-with-rust-synapse-compress-state). However, using `synapse_auto_compressor` is better, because:"
  2208. msgstr ""
  2209. #: ../../../CHANGELOG.md:1667
  2210. msgid "it runs on a more up-to-date version of `rust-synapse-compress-state`"
  2211. msgstr ""
  2212. #: ../../../CHANGELOG.md:1668
  2213. msgid "it's a set-it-and-forget-it tool that you can enable and never have to deal with manual compression anymore"
  2214. msgstr ""
  2215. #: ../../../CHANGELOG.md:1670
  2216. msgid "This tool needs to be enabled manually, for now. In the future, we're considering enabling it by default for all Synapse installations."
  2217. msgstr ""
  2218. #: ../../../CHANGELOG.md:1672
  2219. msgid "See our [Setting up synapse-auto-compressor](docs/configuring-playbook-synapse-auto-compressor.md) documentation to get started."
  2220. msgstr ""
  2221. #: ../../../CHANGELOG.md:1675
  2222. msgid "2023-03-07"
  2223. msgstr ""
  2224. #: ../../../CHANGELOG.md:1677
  2225. msgid "Sliding Sync proxy (Element X) support"
  2226. msgstr ""
  2227. #: ../../../CHANGELOG.md:1679
  2228. msgid "Thanks to [Benjamin Kampmann](https://github.com/gnunicorn) for [getting it started](https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2515), [FSG-Cat](https://github.com/FSG-Cat) for fixing it up and me ([Slavi](https://github.com/spantaleev)) for polishing it up, the playbook can now install and configure the [sliding-sync proxy](https://github.com/matrix-org/sliding-sync)."
  2229. msgstr ""
  2230. #: ../../../CHANGELOG.md:1681
  2231. msgid "The upcoming Element X clients ([Element X iOS](https://github.com/vector-im/element-x-ios) and [Element X Android](https://github.com/vector-im/element-x-android)) require the `sliding-sync` proxy to do their job. **These clients are still in beta** (especially Element X Android, which requires manual compilation to get it working with a non-`matrix.org` homeseserver). Playbook users can now easily give these clients a try and help test them thanks to us having `sliding-sync` support."
  2232. msgstr ""
  2233. #: ../../../CHANGELOG.md:1683
  2234. msgid "To get started, see our [Setting up the Sliding Sync proxy](docs/configuring-playbook-sliding-sync-proxy.md) documentation page."
  2235. msgstr ""
  2236. #: ../../../CHANGELOG.md:1686
  2237. msgid "2023-03-02"
  2238. msgstr ""
  2239. #: ../../../CHANGELOG.md:1688
  2240. msgid "The matrix-etherpad role lives independently now"
  2241. msgstr ""
  2242. #: ../../../CHANGELOG.md:1690
  2243. msgid "**TLDR**: the `matrix-etherpad` role is now included from [another repository](https://github.com/mother-of-all-self-hosting/ansible-role-etherpad). Some variables have been renamed. All functionality remains intact."
  2244. msgstr ""
  2245. #: ../../../CHANGELOG.md:1692
  2246. msgid "You need to **update your roles** (`just roles` or `make roles`) regardless of whether you're using Etherpad or not."
  2247. msgstr ""
  2248. #: ../../../CHANGELOG.md:1694
  2249. msgid "If you're making use of Etherpad via this playbook, you will need to update variable references in your `vars.yml` file:"
  2250. msgstr ""
  2251. #: ../../../CHANGELOG.md:1696
  2252. msgid "Rename `matrix_etherpad_public_endpoint` to `etherpad_path_prefix`"
  2253. msgstr ""
  2254. #: ../../../CHANGELOG.md:1698
  2255. msgid "Replace `matrix_etherpad_mode: dimension` with:"
  2256. msgstr ""
  2257. #: ../../../CHANGELOG.md:1699
  2258. msgid "for `matrix-nginx-proxy` users:"
  2259. msgstr ""
  2260. #: ../../../CHANGELOG.md:1700
  2261. msgid "`etherpad_nginx_proxy_dimension_integration_enabled: true`"
  2262. msgstr ""
  2263. #: ../../../CHANGELOG.md:1701
  2264. msgid "`etherpad_hostname: \"{{ matrix_server_fqn_dimension }}\"`"
  2265. msgstr ""
  2266. #: ../../../CHANGELOG.md:1702
  2267. msgid "for Traefik users:"
  2268. msgstr ""
  2269. #: ../../../CHANGELOG.md:1703
  2270. msgid "define your own `etherpad_hostname` and `etherpad_path_prefix` as you see fit"
  2271. msgstr ""
  2272. #: ../../../CHANGELOG.md:1705
  2273. msgid "Rename all other variables:"
  2274. msgstr ""
  2275. #: ../../../CHANGELOG.md:1706
  2276. msgid "`matrix_etherpad_docker_image_` -> `matrix_etherpad_container_image_`"
  2277. msgstr ""
  2278. #: ../../../CHANGELOG.md:1707
  2279. msgid "`matrix_etherpad_` -> `etherpad_`"
  2280. msgstr ""
  2281. #: ../../../CHANGELOG.md:1709
  2282. msgid "Along with this relocation, the new role also:"
  2283. msgstr ""
  2284. #: ../../../CHANGELOG.md:1711
  2285. msgid "supports [self-building](docs/self-building.md), so it should work on `arm32` and `arm64` architectures"
  2286. msgstr ""
  2287. #: ../../../CHANGELOG.md:1712
  2288. msgid "has native Traefik reverse-proxy support (Etherpad requests no longer go through `matrix-nginx-proxy` when using Traefik)"
  2289. msgstr ""
  2290. #: ../../../CHANGELOG.md:1715
  2291. msgid "2023-02-26"
  2292. msgstr ""
  2293. #: ../../../CHANGELOG.md:1717
  2294. msgid "Traefik is the default reverse-proxy now"
  2295. msgstr ""
  2296. #: ../../../CHANGELOG.md:1719
  2297. msgid "**TLDR**: new installations will now default to Traefik as their reverse-proxy. Existing users need to explicitly choose their reverse-proxy type. [Switching to Traefik](#how-do-i-switch-my-existing-setup-to-traefik) is strongly encouraged. `matrix-nginx-proxy` may break over time and will ultimately be removed."
  2298. msgstr ""
  2299. #: ../../../CHANGELOG.md:1721
  2300. msgid "As mentioned 2 weeks ago in [(Backward Compatibility) Reverse-proxy configuration changes and initial Traefik support](#backward-compatibility-reverse-proxy-configuration-changes-and-initial-traefik-support), the playbook is moving to Traefik as its default SSL-terminating reverse-proxy."
  2301. msgstr ""
  2302. #: ../../../CHANGELOG.md:1723
  2303. msgid "Until now, we've been doing the migration gradually and keeping full backward compatibility. New installations were defaulting to `matrix-nginx-proxy` (just like before), while existing installations were allowed to remain on `matrix-nginx-proxy` as well. This makes things very difficult for us, because we need to maintain and think about lots of different setups:"
  2304. msgstr ""
  2305. #: ../../../CHANGELOG.md:1725
  2306. msgid "Traefik managed by the playbook"
  2307. msgstr ""
  2308. #: ../../../CHANGELOG.md:1726
  2309. msgid "Traefik managed by the user in another way"
  2310. msgstr ""
  2311. #: ../../../CHANGELOG.md:1727
  2312. msgid "another reverse-proxy on the same host (`127.0.0.1` port exposure)"
  2313. msgstr ""
  2314. #: ../../../CHANGELOG.md:1728
  2315. msgid "another reverse-proxy on another host (`0.0.0.0` port exposure)"
  2316. msgstr ""
  2317. #: ../../../CHANGELOG.md:1729
  2318. msgid "`matrix-nginx-proxy` — an `nginx` container managed by the playbook"
  2319. msgstr ""
  2320. #: ../../../CHANGELOG.md:1730
  2321. msgid "`nginx` webserver operated by the user, running without a container on the same server"
  2322. msgstr ""
  2323. #: ../../../CHANGELOG.md:1732
  2324. msgid "Each change we do and each new feature that comes in needs to support all these different ways of reverse-proxying. Because `matrix-nginx-proxy` was the default and pretty much everyone was (and still is) using it, means that new PRs also come with `matrix-nginx-proxy` as their main focus and Traefik as an afterthought, which means we need to spend hours fixing up Traefik support."
  2325. msgstr ""
  2326. #: ../../../CHANGELOG.md:1734
  2327. msgid "We can't spend all this time maintaining so many different configurations anymore. Traefik support has been an option for 2 weeks and lots of people have already migrated their server and have tested things out. Traefik is what we use and preferentially test for."
  2328. msgstr ""
  2329. #: ../../../CHANGELOG.md:1736
  2330. msgid "It's time for the **next step in our migration process** to Traefik and elimination of `matrix-nginx-proxy`:"
  2331. msgstr ""
  2332. #: ../../../CHANGELOG.md:1738
  2333. msgid "Traefik is now the default reverse-proxy for new installations"
  2334. msgstr ""
  2335. #: ../../../CHANGELOG.md:1739
  2336. msgid "All existing users need to explicitly choose their reverse-proxy type by defining the `matrix_playbook_reverse_proxy_type` variable in their `vars.yml` configuration file. We strongly encourage existing users to [switch the Traefik](#how-to-switch-an-existing-setup-to-traefik), as the nginx setup is bound to become more and more broken over time until it's ultimately removed"
  2337. msgstr ""
  2338. #: ../../../CHANGELOG.md:1741
  2339. msgid "How do I switch my existing setup to Traefik?"
  2340. msgstr ""
  2341. #: ../../../CHANGELOG.md:1743
  2342. msgid "**For users who are on `matrix-nginx-proxy`** (the default reverse-proxy provided by the playbook), switching to Traefik can happen with a simple configuration change. Follow this section from 2 weeks ago: [How do I explicitly switch to Traefik right now?](#how-do-i-explicitly-switch-to-traefik-right-now)."
  2343. msgstr ""
  2344. #: ../../../CHANGELOG.md:1745
  2345. msgid "If you experience trouble:"
  2346. msgstr ""
  2347. #: ../../../CHANGELOG.md:1747
  2348. msgid "Follow [How do I remain on matrix-nginx-proxy?](#how-do-i-remain-on-matrix-nginx-proxy) to bring your server back online using the old reverse-proxy"
  2349. msgstr ""
  2350. #: ../../../CHANGELOG.md:1748
  2351. msgid "Ask for help in our [support channels](README.md#support)"
  2352. msgstr ""
  2353. #: ../../../CHANGELOG.md:1749
  2354. msgid "Try switching to Traefik again later"
  2355. msgstr ""
  2356. #: ../../../CHANGELOG.md:1751
  2357. msgid "**For users with a more special reverse-proxying setup** (another nginx server, Apache, Caddy, etc.), the migration may not be so smooth. Follow the [Using your own webserver](docs/configuring-playbook-own-webserver.md) guide. Ideally, your custom reverse-proxy will be configured in such a way that it **fronts the Traefik reverse-proxy** provided by the playbook. Other means of reverse-proxying are more fragile and may be deprecated in the future."
  2358. msgstr ""
  2359. #: ../../../CHANGELOG.md:1753
  2360. msgid "I already use my own Traefik server. How do I plug that in?"
  2361. msgstr ""
  2362. #: ../../../CHANGELOG.md:1755
  2363. msgid "See the [Traefik managed by the playbook](docs/configuring-playbook-own-webserver.md#traefik-managed-by-the-playbook) section."
  2364. msgstr ""
  2365. #: ../../../CHANGELOG.md:1757
  2366. msgid "Why is matrix-nginx-proxy used even after switching to Traefik?"
  2367. msgstr ""
  2368. #: ../../../CHANGELOG.md:1759
  2369. msgid "This playbook manages many different services. All these services were initially integrated with `matrix-nginx-proxy`."
  2370. msgstr ""
  2371. #: ../../../CHANGELOG.md:1761
  2372. msgid "While we migrate all these components to have native Traefik support, some still go through nginx internally (Traefik -> local `matrix-nginx-proxy` -> component). As time goes on, internal reliance on `matrix-nginx-proxy` will gradually decrease until it's completely removed."
  2373. msgstr ""
  2374. #: ../../../CHANGELOG.md:1763
  2375. msgid "How do I remain on matrix-nginx-proxy?"
  2376. msgstr ""
  2377. #: ../../../CHANGELOG.md:1765
  2378. msgid "Most new work and testing targets Traefik, so remaining on nginx is **not** \"the good old stable\" option, but rather the \"still available, but largely untested and likely to be broken very soon\" option."
  2379. msgstr ""
  2380. #: ../../../CHANGELOG.md:1767
  2381. msgid "To proceed regardless of this warning, add `matrix_playbook_reverse_proxy_type: playbook-managed-nginx` to your configuration."
  2382. msgstr ""
  2383. #: ../../../CHANGELOG.md:1769
  2384. msgid "At some point in the **near** future (days, or even weeks at most), we hope to completely get rid of `matrix-nginx-proxy` (or break it enough to make it unusable), so you **will soon be forced to migrate** anyway. Plan your migration accordingly."
  2385. msgstr ""
  2386. #: ../../../CHANGELOG.md:1771
  2387. msgid "How do I keep using my own other reverse-proxy?"
  2388. msgstr ""
  2389. #: ../../../CHANGELOG.md:1773
  2390. msgid "We recommend that you follow the guide for [Fronting the integrated reverse-proxy webserver with another reverse-proxy](docs/configuring-playbook-own-webserver.md#fronting-the-integrated-reverse-proxy-webserver-with-another-reverse-proxy)."
  2391. msgstr ""
  2392. #: ../../../CHANGELOG.md:1776
  2393. msgid "2023-02-25"
  2394. msgstr ""
  2395. #: ../../../CHANGELOG.md:1778
  2396. msgid "rageshake support"
  2397. msgstr ""
  2398. #: ../../../CHANGELOG.md:1780
  2399. msgid "Thanks to [Benjamin Kampmann](https://github.com/gnunicorn), the playbook can now install and configure the [rageshake](https://github.com/matrix-org/rageshake) bug report server."
  2400. msgstr ""
  2401. #: ../../../CHANGELOG.md:1782
  2402. msgid "Additional details are available in [Setting up rageshake](docs/configuring-playbook-rageshake.md)."
  2403. msgstr ""
  2404. #: ../../../CHANGELOG.md:1785
  2405. msgid "2023-02-17"
  2406. msgstr ""
  2407. #: ../../../CHANGELOG.md:1787
  2408. msgid "Synapse templates customization support"
  2409. msgstr ""
  2410. #: ../../../CHANGELOG.md:1789
  2411. msgid "The playbook can now help you customize Synapse's templates."
  2412. msgstr ""
  2413. #: ../../../CHANGELOG.md:1791
  2414. msgid "Additional details are available in the [Customizing templates](docs/configuring-playbook-synapse.md#customizing-templates) section of our Synapse documentation."
  2415. msgstr ""
  2416. #: ../../../CHANGELOG.md:1793
  2417. msgid "The matrix-redis role lives independently now"
  2418. msgstr ""
  2419. #: ../../../CHANGELOG.md:1795
  2420. msgid "**TLDR**: the `matrix-redis` role is now included from another repository. Some variables have been renamed. All functionality remains intact."
  2421. msgstr ""
  2422. #: ../../../CHANGELOG.md:1797
  2423. msgid "The `matrix-redis` role (which configures [Redis](https://redis.io/)) has been extracted from the playbook and now lives in its [own repository](https://github.com/mother-of-all-self-hosting/ansible-role-redis). This makes it possible to easily use it in other Ansible playbooks."
  2424. msgstr ""
  2425. #: ../../../CHANGELOG.md:1799
  2426. msgid "You need to **update your roles** (`just roles` or `make roles`) regardless of whether you're enabling Ntfy or not. If you're making use of Ntfy via this playbook, you will need to update variable references in your `vars.yml` file (`matrix_redis_` -> `redis_`)."
  2427. msgstr ""
  2428. #: ../../../CHANGELOG.md:1801
  2429. msgid "The matrix-ntfy role lives independently now"
  2430. msgstr ""
  2431. #: ../../../CHANGELOG.md:1803
  2432. msgid "**TLDR**: the `matrix-ntfy` role is now included from another repository. Some variables have been renamed. All functionality remains intact."
  2433. msgstr ""
  2434. #: ../../../CHANGELOG.md:1805
  2435. msgid "The `matrix-ntfy` role (which configures [Ntfy](https://ntfy.sh/)) has been extracted from the playbook and now lives in its [own repository](https://github.com/mother-of-all-self-hosting/ansible-role-ntfy). This makes it possible to easily use it in other Ansible playbooks."
  2436. msgstr ""
  2437. #: ../../../CHANGELOG.md:1807
  2438. msgid "You need to **update your roles** (`just roles` or `make roles`) regardless of whether you're enabling Ntfy or not. If you're making use of Ntfy via this playbook, you will need to update variable references in your `vars.yml` file (`matrix_ntfy_` -> `ntfy_`)."
  2439. msgstr ""
  2440. #: ../../../CHANGELOG.md:1810
  2441. msgid "2023-02-15"
  2442. msgstr ""
  2443. #: ../../../CHANGELOG.md:1812
  2444. msgid "The matrix-grafana role lives independently now"
  2445. msgstr ""
  2446. #: ../../../CHANGELOG.md:1814
  2447. msgid "**TLDR**: the `matrix-grafana` role is now included from another repository. Some variables have been renamed. All functionality remains intact."
  2448. msgstr ""
  2449. #: ../../../CHANGELOG.md:1816
  2450. msgid "The `matrix-grafana` role (which configures [Grafana](docs/configuring-playbook-prometheus-grafana.md)) has been extracted from the playbook and now lives in its [own repository](https://github.com/mother-of-all-self-hosting/ansible-role-grafana). This makes it possible to easily use it in other Ansible playbooks."
  2451. msgstr ""
  2452. #: ../../../CHANGELOG.md:1818
  2453. msgid "You need to **update your roles** (`just roles` or `make roles`) regardless of whether you're enabling Grafana or not. If you're making use of Grafana via this playbook, you will need to update variable references in your `vars.yml` file (`matrix_grafana_` -> `grafana_`)."
  2454. msgstr ""
  2455. #: ../../../CHANGELOG.md:1821
  2456. msgid "2023-02-13"
  2457. msgstr ""
  2458. #: ../../../CHANGELOG.md:1823
  2459. msgid "The matrix-backup-borg role lives independently now"
  2460. msgstr ""
  2461. #: ../../../CHANGELOG.md:1825
  2462. msgid "**TLDR**: the `matrix-backup-borg` role is now included from another repository. Some variables have been renamed. All functionality remains intact."
  2463. msgstr ""
  2464. #: ../../../CHANGELOG.md:1827
  2465. msgid "Thanks to [moan0s](https://github.com/moan0s), the `matrix-backup-borg` role (which configures [BorgBackup](docs/configuring-playbook-backup-borg.md)) has been extracted from the playbook and now lives in its [own repository](https://github.com/mother-of-all-self-hosting/ansible-role-backup_borg). This makes it possible to easily use it in other Ansible playbooks and will become part of [nextcloud-docker-ansible-deploy](https://github.com/spantaleev/nextcloud-docker-ansible-deploy) soon."
  2466. msgstr ""
  2467. #: ../../../CHANGELOG.md:1829
  2468. msgid "You need to **update your roles** (`just roles` or `make roles`) regardless of whether you're enabling Borg's backup functionality or not. If you're making use of BorgBackup via this playbook, you will need to update variable references in your `vars.yml` file (`matrix_backup_borg_` -> `backup_borg_`)."
  2469. msgstr ""
  2470. #: ../../../CHANGELOG.md:1832
  2471. msgid "2023-02-12"
  2472. msgstr ""
  2473. #: ../../../CHANGELOG.md:1834
  2474. msgid "(Backward Compatibility) Reverse-proxy configuration changes and initial Traefik support"
  2475. msgstr ""
  2476. #: ../../../CHANGELOG.md:1836
  2477. msgid "**TLDR**:"
  2478. msgstr ""
  2479. #: ../../../CHANGELOG.md:1838
  2480. msgid "there's a new `matrix_playbook_reverse_proxy_type` variable (see [roles/custom/matrix-base/defaults/main.yml](roles/custom/matrix-base/defaults/main.yml)), which lets you tell the playbook what reverse-proxy setup you'd like to have. This makes it easier for people who want to do reverse-proxying in other ways."
  2481. msgstr ""
  2482. #: ../../../CHANGELOG.md:1839
  2483. msgid "the default reverse-proxy (`matrix_playbook_reverse_proxy_type`) is still `playbook-managed-nginx` (via `matrix-nginx-proxy`), for now. **Existing `matrix-nginx-proxy` users should not observe any changes** and can stay on this for now."
  2484. msgstr ""
  2485. #: ../../../CHANGELOG.md:1840
  2486. msgid "**Users who use their [own other webserver](docs/configuring-playbook-own-webserver.md) (e.g. Apache, etc.) need to change** `matrix_playbook_reverse_proxy_type` to something like `other-on-same-host`, `other-on-another-host` or `other-nginx-non-container`"
  2487. msgstr ""
  2488. #: ../../../CHANGELOG.md:1841
  2489. msgid "we now have **optional [Traefik](https://traefik.io/) support**, so you could easily host Matrix and other Traefik-native services in containers on the same server. Traefik support is still experimental (albeit, good enough) and will improve over time. It does work, but certain esoteric features may not be there yet."
  2490. msgstr ""
  2491. #: ../../../CHANGELOG.md:1842
  2492. msgid "**Traefik will become the default reverse-proxy in the near future**. `matrix-nginx-proxy` will either remain as an option, or be completely removed to simplify the playbook"
  2493. msgstr ""
  2494. #: ../../../CHANGELOG.md:1844
  2495. msgid "Motivation for redoing our reverse-proxy setup"
  2496. msgstr ""
  2497. #: ../../../CHANGELOG.md:1846
  2498. msgid "The playbook has supported various reverse-proxy setups for a long time. We have various configuration variables (`matrix_nginx_proxy_enabled`, various `_host_bind_port` variables, etc.) which allow the playbook to adapt to these different setups. The whole situation was messy though — hard to figure out and with lots of variables to toggle to make things work as you'd expect — huge **operational complexity**."
  2499. msgstr ""
  2500. #: ../../../CHANGELOG.md:1848
  2501. msgid "We love containers, proven by the fact that **everything** that this playbook manages runs in a container. Yet, we weren't allowing people to easily host other web-exposed containers alongside Matrix services on the same server. We were using `matrix-nginx-proxy` (our integrated [nginx](https://nginx.org/) server), which was handling web-exposure and SSL termination for our own services, but we **weren't helping you with all your other containers**."
  2502. msgstr ""
  2503. #: ../../../CHANGELOG.md:1850
  2504. msgid "People who were **using `matrix-nginx-proxy`** were on the happy path on which everything worked well by default (Matrix-wise), **but** could not easily run other web-exposed services on their Matrix server because `matrix-nginx-proxy` was occupying ports `80` and `443`. Other services which wanted to get web exposure either had to be plugged into `matrix-nginx-proxy` (somewhat difficult) or people had to forgo using `matrix-nginx-proxy` in favor of something else."
  2505. msgstr ""
  2506. #: ../../../CHANGELOG.md:1852
  2507. msgid "Of those that decided to forgo `matrix-nginx-proxy`, many were **using nginx** on the same server without a container. This was likely some ancient nginx version, depending on your choice of distro. The Matrix playbook was trying to be helpful and even with `matrix_nginx_proxy_enabled: false` was still generating nginx configuration in `/matrix/nginx-proxy/conf.d`. Those configuration files were adapted for inclusion into an nginx server running locally. Disabling the `matrix-nginx-proxy` role like this, yet still having it produce files is a bit disgusting, but it's what we've had since the early beginnings of this playbook."
  2508. msgstr ""
  2509. #: ../../../CHANGELOG.md:1854
  2510. msgid "Others still, wanted to run Matrix locally (no SSL certificates), regardless of which web server technology this relied on, and then **reverse-proxy from another machine on the network** which was doing SSL termination. These people were:"
  2511. msgstr ""
  2512. #: ../../../CHANGELOG.md:1856
  2513. msgid "*either* relying on `matrix_nginx_proxy_enabled: false` as well, combined with exposing services manually (setting `_bind_port` variables)"
  2514. msgstr ""
  2515. #: ../../../CHANGELOG.md:1857
  2516. msgid "*or* better yet, they were keeping `matrix-nginx-proxy` enabled, but in `http`-only mode (no SSL certificate retrieval)."
  2517. msgstr ""
  2518. #: ../../../CHANGELOG.md:1859
  2519. msgid "Despite this operational complexity, things worked and were reasonably flexible to adapt to all these situations."
  2520. msgstr ""
  2521. #: ../../../CHANGELOG.md:1861
  2522. msgid "When using `matrix-nginx-proxy` as is, we still had another problem — one of **internal playbook complexity**. Too many services need to be web-exposed (port 80/443, SSL certificates). Because of this, they all had to integrate with the `matrix-nginx-proxy` role. Tens of different roles explicitly integrating with `matrix-nginx-proxy` is not what we call clean. The `matrix-nginx-proxy` role contains variables for many of these roles (yikes). Other roles were more decoupled from it and were injecting configuration into `matrix-nginx-proxy` at runtime — see all the `inject_into_nginx_proxy.yml` task files in this playbook (more decoupled, but still… yikes)."
  2523. msgstr ""
  2524. #: ../../../CHANGELOG.md:1863
  2525. msgid "The next problem is one of **efficiency, interoperability and cost-saving**. We're working on other playbooks:"
  2526. msgstr ""
  2527. #: ../../../CHANGELOG.md:1865
  2528. msgid "[vaultwarden-docker-ansible-deploy](https://github.com/spantaleev/vaultwarden-docker-ansible-deploy) for hosting the [Vaultwarden](https://github.com/dani-garcia/vaultwarden) server — an alternative implementation of the [Bitwarden](https://bitwarden.com/) password manager"
  2529. msgstr ""
  2530. #: ../../../CHANGELOG.md:1866
  2531. msgid "[gitea-docker-ansible-deploy](https://github.com/spantaleev/gitea-docker-ansible-deploy) — for hosting the [Gitea](https://gitea.io/) git source code hosting service"
  2532. msgstr ""
  2533. #: ../../../CHANGELOG.md:1867
  2534. msgid "[nextcloud-docker-ansible-deploy](https://github.com/spantaleev/nextcloud-docker-ansible-deploy) — for hosting the [Nextcloud](https://nextcloud.com/) groupware platform"
  2535. msgstr ""
  2536. #: ../../../CHANGELOG.md:1869
  2537. msgid "We'd love for users to be able to **seamlessly use all these playbooks (and others, even) against a single server**. We don't want `matrix-nginx-proxy` to have a monopoly on port `80`/`443` and make it hard for other services to join in on the party. Such a thing forces people into running multiple servers (one for each service), which does provide nice security benefits, but is costly and ineffiecient. We'd like to make self-hosting these services cheap and easy."
  2538. msgstr ""
  2539. #: ../../../CHANGELOG.md:1871
  2540. msgid "These other playbooks have been using [Traefik](https://traefik.io/) as their default reverse-proxy for a long time. They can all coexist nicely together (as an example, see the [Interoperability](https://github.com/spantaleev/nextcloud-docker-ansible-deploy/blob/master/docs/configuring-playbook-interoperability.md) documentation for the [Nextcloud playbook](https://github.com/spantaleev/nextcloud-docker-ansible-deploy)). Now that this playbook is gaining Traefik support, it will be able to interoperate with them. If you're going this way, make sure to have the Matrix playbook install Traefik and have the others use `*_reverse_proxy_type: other-traefik-container`."
  2541. msgstr ""
  2542. #: ../../../CHANGELOG.md:1873
  2543. msgid "Finally, at [etke.cc — a managed Matrix server hosting service](https://etke.cc) (built on top of this playbook, and coincidentally [turning 2 years old today](https://etke.cc/news/upsyw4ykbtgmwhz8k7ukldx0zbbfq-fh0iqi3llixi0/) 🎉), we're allowing people to host some additional services besides Matrix components. Exposing these services to the web requires ugly hacks and configuration files being dropped into `/matrix/nginx-proxy/conf.d`. We believe that everything should run in independent containers and be exposed to the web via a Traefik server, without a huge Ansible role like `matrix-nginx-proxy` that everything else needs to integrate with."
  2544. msgstr ""
  2545. #: ../../../CHANGELOG.md:1875
  2546. msgid "How do these changes fix all these problems?"
  2547. msgstr ""
  2548. #: ../../../CHANGELOG.md:1877
  2549. msgid "The new `matrix_playbook_reverse_proxy_type` lets you easily specify your preferred reverse-proxy type, including `other-on-same-host`, `other-on-another-host` and `none`, so people who'd like to reverse-proxy with their own web server have more options now."
  2550. msgstr ""
  2551. #: ../../../CHANGELOG.md:1879
  2552. msgid "Using Traefik greatly simplifies things, so going forward we'll have a simpler and easier to maintain playbook, which is also interoperable with other services."
  2553. msgstr ""
  2554. #: ../../../CHANGELOG.md:1881
  2555. msgid "Traefik is a web server, which has been specifically **designed for reverse-proxying to services running in containers**. It's ideal for usage in an Ansible playbook which runs everything in containers."
  2556. msgstr ""
  2557. #: ../../../CHANGELOG.md:1883
  2558. msgid "**Traefik obtains SSL certificates automatically**, so there's no need for plugging additional tools like [Certbot](https://certbot.eff.org/) into your web server (like we were doing in the `matrix-nginx-proxy` role). No more certificate renewal timers, web server reloading timers, etc. It's just simpler."
  2559. msgstr ""
  2560. #: ../../../CHANGELOG.md:1885
  2561. msgid "Traefik is a **modern web server**. [HTTP/3](https://doc.traefik.io/traefik/routing/entrypoints/#http3) is supported already (experimentally) and will move to stable soon, in the upcoming Traefik v3 release."
  2562. msgstr ""
  2563. #: ../../../CHANGELOG.md:1887
  2564. msgid "Traefik does not lock important functionality we'd like to use into [plus packages like nginx does](https://www.nginx.com/products/nginx/), leading us to resolve to configuration workarounds. The default Traefik package is good enough as it is."
  2565. msgstr ""
  2566. #: ../../../CHANGELOG.md:1889
  2567. msgid "Where we're at right now?"
  2568. msgstr ""
  2569. #: ../../../CHANGELOG.md:1891
  2570. msgid "`matrix_playbook_reverse_proxy_type` still defaults to a value of `playbook-managed-nginx`."
  2571. msgstr ""
  2572. #: ../../../CHANGELOG.md:1893
  2573. msgid "Unless we have some regression, **existing `matrix-nginx-proxy` users should be able to update their Matrix server and not observe any changes**. Their setup should still remain on nginx and everything should still work as expected."
  2574. msgstr ""
  2575. #: ../../../CHANGELOG.md:1895
  2576. msgid "**Users using [their own webservers](docs/configuring-playbook-own-webserver.md) will need to change `matrix_playbook_reverse_proxy_type`** to something like `other-on-same-host`, `other-on-another-host` or `other-nginx-non-container`. Previously, they could toggle `matrix_nginx_proxy_enabled` to `false`, and that made the playbook automatically expose services locally. Currently, we only do this if you change the reverse-proxy type to `other-on-same-host`, `other-on-another-host` or `other-nginx-non-container`."
  2577. msgstr ""
  2578. #: ../../../CHANGELOG.md:1897
  2579. msgid "How do I explicitly switch to Traefik right now?"
  2580. msgstr ""
  2581. #: ../../../CHANGELOG.md:1899
  2582. msgid "**Users who wish to migrate to Traefik** today, can do so by **adding** this to their configuration:"
  2583. msgstr ""
  2584. #: ../../../CHANGELOG.md:1905
  2585. msgid "You may still need to keep certain old `matrix_nginx_proxy_*` variables (like `matrix_nginx_proxy_base_domain_serving_enabled`), even when using Traefik. For now, we recommend keeping all `matrix_nginx_proxy_*` variables just in case. In the future, reliance on `matrix-nginx-proxy` will be removed."
  2586. msgstr ""
  2587. #: ../../../CHANGELOG.md:1907
  2588. msgid "Switching to Traefik will obtain new SSL certificates from Let's Encrypt (stored in `/matrix/traefik/ssl/acme.json`). **The switch is reversible**. You can always go back to `playbook-managed-nginx` if Traefik is causing you trouble."
  2589. msgstr ""
  2590. #: ../../../CHANGELOG.md:1909
  2591. msgid "**Note**: toggling `matrix_playbook_reverse_proxy_type` between Traefik and nginx will uninstall the Traefik role and all of its data (under `/matrix/traefik`), so you may run into a Let's Encrypt rate limit if you do it often."
  2592. msgstr ""
  2593. #: ../../../CHANGELOG.md:1911
  2594. msgid "Treafik directly reverse-proxies to **some** services right now, but for most other services it goes through `matrix-nginx-proxy` (e.g. Traefik -> `matrix-nginx-proxy` -> [Ntfy](docs/configuring-playbook-ntfy.md)). So, even if you opt into Traefik, you'll still see `matrix-nginx-proxy` being installed in local-only mode. This will improve with time."
  2595. msgstr ""
  2596. #: ../../../CHANGELOG.md:1913
  2597. msgid "Some services (like [coturn](docs/configuring-playbook-turn.md) and [Postmoogle](docs/configuring-playbook-bridge-postmoogle.md)) cannot be reverse-proxied to directly from Traefik, so they require direct access to SSL certificate files extracted out of Traefik. The playbook does this automatically thanks to a new [com.devture.ansible.role.traefik_certs_dumper](https://github.com/devture/com.devture.ansible.role.traefik_certs_dumper) role utilizing the [traefik-certs-dumper](https://github.com/ldez/traefik-certs-dumper) tool."
  2598. msgstr ""
  2599. #: ../../../CHANGELOG.md:1915
  2600. msgid "Our Traefik setup mostly works, but certain esoteric features may not work. If you have a default setup, we expect you to have a good experience."
  2601. msgstr ""
  2602. #: ../../../CHANGELOG.md:1917
  2603. msgid "Where we're going in the near future?"
  2604. msgstr ""
  2605. #: ../../../CHANGELOG.md:1919
  2606. msgid "The `matrix-nginx-proxy` role is quite messy. It manages both nginx and Certbot and its certificate renewal scripts and timers. It generates configuration even when the role is disabled (weird). Although it doesn't directly reach into variables from other roles, it has explicit awareness of various other services that it reverse-proxies to (`roles/custom/matrix-nginx-proxy/templates/nginx/conf.d/matrix-ntfy.conf.j2`, etc.). We'd like to clean this up. The only way is probably to just get rid of the whole thing at some point."
  2607. msgstr ""
  2608. #: ../../../CHANGELOG.md:1921
  2609. msgid "For now, `matrix-nginx-proxy` will stay around."
  2610. msgstr ""
  2611. #: ../../../CHANGELOG.md:1923
  2612. msgid "As mentioned above, Traefik still reverse-proxies to some (most) services by going through a local-only `matrix-nginx-proxy` server. This has allowed us to add Traefik support to the playbook early on (without having to rework all services), but is not the final goal. We'll **work on making each service support Traefik natively**, so that traffic will not need to go through `matrix-nginx-proxy` anymore. In the end, choosing Traefik should only give you a pure Traefik installation with no `matrix-nginx-proxy` in sight."
  2613. msgstr ""
  2614. #: ../../../CHANGELOG.md:1925
  2615. msgid "As Traefik support becomes complete and proves to be stable for a while, especially as a playbook default, we will **most likely remove `matrix-nginx-proxy` completely**. It will likely be some months before this happens though. Keeping support for both Traefik and nginx in the playbook will be a burden, especially with most of us running Traefik in the future. The Traefik role should do everything nginx does in a better and cleaner way. Users who use their own `nginx` server on the Matrix server will be inconvenienced, as nothing will generate ready-to-include nginx configuration for them. Still, we hope it won't be too hard to migrate their setup to another way of doing things, like:"
  2616. msgstr ""
  2617. #: ../../../CHANGELOG.md:1927
  2618. msgid "not using nginx anymore. A common reason for using nginx until now was that you were running other containers and you need your own nginx to reverse-proxy to all of them. Just switch them to Traefik as well."
  2619. msgstr ""
  2620. #: ../../../CHANGELOG.md:1928
  2621. msgid "running Traefik in local-only mode (`traefik_config_entrypoint_web_secure_enabled: false`) and using some nginx configuration which reverse-proxies to Traefik (we should introduce examples for this in `examples/nginx`)."
  2622. msgstr ""
  2623. #: ../../../CHANGELOG.md:1930
  2624. msgid "How do I help?"
  2625. msgstr ""
  2626. #: ../../../CHANGELOG.md:1932
  2627. msgid "You can help by:"
  2628. msgstr ""
  2629. #: ../../../CHANGELOG.md:1934
  2630. msgid "**explicitly switching your server to Traefik** right now (see example configuration in [How do I explicitly switch to Traefik right now?](#how-do-i-explicitly-switch-to-traefik-right-now) above), testing, reporting troubles"
  2631. msgstr ""
  2632. #: ../../../CHANGELOG.md:1936
  2633. msgid "**adding native Traefik support to a role** (requires adding Traefik labels, etc.) — for inspiration, see these roles ([prometheus_node_exporter](https://github.com/mother-of-all-self-hosting/ansible-role-prometheus-node-exporter), [prometheus_postgres_exporter](https://github.com/mother-of-all-self-hosting/ansible-role-prometheus-postgres-exporter)) and how they're hooked into the playbook via [group_vars/matrix_servers](group_vars/matrix_servers)."
  2634. msgstr ""
  2635. #: ../../../CHANGELOG.md:1938
  2636. msgid "**adding reverse-proxying examples for nginx users** in `examples/nginx`. People who insist on using their own `nginx` server on the same Matrix host, can run Traefik in local-only mode (`traefik_config_entrypoint_web_secure_enabled: false`) and reverse-proxy to the Traefik server"
  2637. msgstr ""
  2638. #: ../../../CHANGELOG.md:1941
  2639. msgid "2023-02-10"
  2640. msgstr ""
  2641. #: ../../../CHANGELOG.md:1943
  2642. msgid "Matrix Authentication Support for Jitsi"
  2643. msgstr ""
  2644. #: ../../../CHANGELOG.md:1945
  2645. msgid "Thanks to [Jakob S.](https://github.com/jakicoll) ([zakk gGmbH](https://github.com/zakk-it)), Jitsi can now use Matrix for authentication (via [Matrix User Verification Service](https://github.com/matrix-org/matrix-user-verification-service))."
  2646. msgstr ""
  2647. #: ../../../CHANGELOG.md:1947
  2648. msgid "Additional details are available in the [Authenticate using Matrix OpenID (Auth-Type 'matrix')](docs/configuring-playbook-jitsi.md#authenticate-using-matrix-openid-auth-type-matrix)."
  2649. msgstr ""
  2650. #: ../../../CHANGELOG.md:1949
  2651. msgid "Draupnir moderation tool (bot) support"
  2652. msgstr ""
  2653. #: ../../../CHANGELOG.md:1951
  2654. msgid "Thanks to [FSG-Cat](https://github.com/FSG-Cat), the playbook can now install and configure the [Draupnir](https://github.com/the-draupnir-project/Draupnir) moderation tool (bot). Draupnir is a fork of [Mjolnir](docs/configuring-playbook-bot-mjolnir.md) (which the playbook has supported for a long time) maintained by Mjolnir's former lead developer."
  2655. msgstr ""
  2656. #: ../../../CHANGELOG.md:1953
  2657. msgid "Additional details are available in [Setting up Draupnir](docs/configuring-playbook-bot-draupnir.md)."
  2658. msgstr ""
  2659. #: ../../../CHANGELOG.md:1956
  2660. msgid "2023-02-05"
  2661. msgstr ""
  2662. #: ../../../CHANGELOG.md:1958
  2663. msgid "The matrix-prometheus-postgres-exporter role lives independently now"
  2664. msgstr ""
  2665. #: ../../../CHANGELOG.md:1960
  2666. msgid "**TLDR**: the `matrix-prometheus-postgres-exporter` role is now included from another repository. Some variables have been renamed. All functionality remains intact."
  2667. msgstr ""
  2668. #: ../../../CHANGELOG.md:1962
  2669. msgid "The `matrix-prometheus-postgres-exporter` role (which configures [Prometheus Postgres Exporter](https://github.com/prometheus-community/postgres_exporter)) has been extracted from the playbook and now lives in its own repository at https://github.com/mother-of-all-self-hosting/ansible-role-prometheus-postgres-exporter"
  2670. msgstr ""
  2671. #: ../../../CHANGELOG.md:1964
  2672. msgid "It's still part of the playbook, but is now installed via `ansible-galaxy` (by running `just roles` / `make roles`). Some variables have been renamed (`matrix_prometheus_postgres_exporter_` -> `prometheus_postgres_exporter_`, etc.). The playbook will report all variables that you need to rename to get upgraded. All functionality remains intact."
  2673. msgstr ""
  2674. #: ../../../CHANGELOG.md:1966
  2675. msgid "The `matrix-prometheus-services-proxy-connect` role has bee adjusted to help integrate the new `prometheus_postgres_exporter` role with our own services (`matrix-nginx-proxy`)"
  2676. msgstr ""
  2677. #: ../../../CHANGELOG.md:1968
  2678. #: ../../../CHANGELOG.md:2010
  2679. msgid "Other roles which aren't strictly related to Matrix are likely to follow this fate of moving to their own repositories. Extracting them out allows other Ansible playbooks to make use of these roles easily."
  2680. msgstr ""
  2681. #: ../../../CHANGELOG.md:1971
  2682. msgid "2023-01-26"
  2683. msgstr ""
  2684. #: ../../../CHANGELOG.md:1973
  2685. msgid "coturn can now use host-networking"
  2686. msgstr ""
  2687. #: ../../../CHANGELOG.md:1975
  2688. msgid "Large coturn deployments (with a huge range of ports specified via `coturn_turn_udp_min_port` and `coturn_turn_udp_max_port`) experience a huge slowdown with how Docker publishes all these ports (setting up firewall forwarding rules), which leads to a very slow coturn service startup and shutdown."
  2689. msgstr ""
  2690. #: ../../../CHANGELOG.md:1977
  2691. msgid "Such deployments don't need to run coturn within a private container network anymore. coturn can now run with host-networking by using configuration like this:"
  2692. msgstr ""
  2693. #: ../../../CHANGELOG.md:1983
  2694. msgid "With such a configuration, **Docker no longer needs to configure thousands of firewall forwarding rules** each time coturn starts and stops. This, however, means that **you will need to ensure these ports are open** in your firewall yourself."
  2695. msgstr ""
  2696. #: ../../../CHANGELOG.md:1985
  2697. msgid "Thanks to us [tightening coturn security](#backward-compatibility-tightening-coturn-security-can-lead-to-connectivity-issues), running coturn with host-networking should be safe and not expose neither other services running on the host, nor other services running on the local network."
  2698. msgstr ""
  2699. #: ../../../CHANGELOG.md:1987
  2700. msgid "(Backward Compatibility) Tightening coturn security can lead to connectivity issues"
  2701. msgstr ""
  2702. #: ../../../CHANGELOG.md:1989
  2703. msgid "**TLDR**: users who run and access their Matrix server on a private network (likely a small minority of users) may experience connectivity issues with our new default coturn blocklists. They may need to override `coturn_denied_peer_ips` and remove some IP ranges from it."
  2704. msgstr ""
  2705. #: ../../../CHANGELOG.md:1991
  2706. msgid "Inspired by [this security article](https://www.rtcsec.com/article/cve-2020-26262-bypass-of-coturns-access-control-protection/), we've decided to make use of coturn's `denied-peer-ip` functionality to prevent relaying network traffic to certain private IP subnets. This ensures that your coturn server won't accidentally try to forward traffic to certain services running on your local networks. We run coturn in a container and in a private container network by default, which should prevent such access anyway, but having additional block layers in place is better."
  2707. msgstr ""
  2708. #: ../../../CHANGELOG.md:1993
  2709. msgid "If you access your Matrix server from a local network and need coturn to relay to private IP addresses, you may observe that relaying is now blocked due to our new default `denied-peer-ip` lists (specified in `coturn_denied_peer_ips`). If you experience such connectivity problems, consider overriding this setting in your `vars.yml` file and removing certain networks from it."
  2710. msgstr ""
  2711. #: ../../../CHANGELOG.md:1995
  2712. msgid "We've also added `no-multicast-peers` to the default coturn configuration, but we don't expect this to cause trouble for most people."
  2713. msgstr ""
  2714. #: ../../../CHANGELOG.md:1998
  2715. msgid "2023-01-21"
  2716. msgstr ""
  2717. #: ../../../CHANGELOG.md:2000
  2718. msgid "The matrix-prometheus-node-exporter role lives independently now"
  2719. msgstr ""
  2720. #: ../../../CHANGELOG.md:2002
  2721. msgid "**TLDR**: the `matrix-prometheus-node-exporter` role is now included from another repository. Some variables have been renamed. All functionality remains intact."
  2722. msgstr ""
  2723. #: ../../../CHANGELOG.md:2004
  2724. msgid "The `matrix-prometheus-node-exporter` role (which configures [Prometheus node exporter](https://github.com/prometheus/node_exporter)) has been extracted from the playbook and now lives in its own repository at https://github.com/mother-of-all-self-hosting/ansible-role-prometheus-node-exporter"
  2725. msgstr ""
  2726. #: ../../../CHANGELOG.md:2006
  2727. msgid "It's still part of the playbook, but is now installed via `ansible-galaxy` (by running `just roles` / `make roles`). Some variables have been renamed (`matrix_prometheus_node_exporter_` -> `prometheus_node_exporter_`, etc.). The playbook will report all variables that you need to rename to get upgraded. All functionality remains intact."
  2728. msgstr ""
  2729. #: ../../../CHANGELOG.md:2008
  2730. msgid "A new `matrix-prometheus-services-proxy-connect` role was added to the playbook to help integrate the new `prometheus_node_exporter` role with our own services (`matrix-nginx-proxy`)"
  2731. msgstr ""
  2732. #: ../../../CHANGELOG.md:2013
  2733. msgid "2023-01-13"
  2734. msgstr ""
  2735. #: ../../../CHANGELOG.md:2015
  2736. msgid "Support for running commands via just"
  2737. msgstr ""
  2738. #: ../../../CHANGELOG.md:2017
  2739. msgid "We've previously used [make](https://www.gnu.org/software/make/) for easily running some playbook commands (e.g. `make roles` which triggers `ansible-galaxy`, see [Makefile](Makefile)). Our `Makefile` is still around and you can still run these commands."
  2740. msgstr ""
  2741. #: ../../../CHANGELOG.md:2019
  2742. msgid "In addition, we've added support for running commands via [just](https://github.com/casey/just) — a more modern command-runner alternative to `make`. Instead of `make roles`, you can now run `just roles` to accomplish the same."
  2743. msgstr ""
  2744. #: ../../../CHANGELOG.md:2021
  2745. msgid "Our [justfile](justfile) already defines some additional helpful **shortcut** commands that weren't part of our `Makefile`. Here are some examples:"
  2746. msgstr ""
  2747. #: ../../../CHANGELOG.md:2023
  2748. msgid "`just install-all` to trigger the much longer `ansible-playbook -i inventory/hosts setup.yml --tags=install-all,ensure-matrix-users-created,start` command"
  2749. msgstr ""
  2750. #: ../../../CHANGELOG.md:2024
  2751. msgid "`just install-all --ask-vault-pass` — commands also support additional arguments (`--ask-vault-pass` will be appended to the above installation command)"
  2752. msgstr ""
  2753. #: ../../../CHANGELOG.md:2025
  2754. msgid "`just run-tags install-mautrix-slack,start` — to run specific playbook tags"
  2755. msgstr ""
  2756. #: ../../../CHANGELOG.md:2026
  2757. msgid "`just start-all` — (re-)starts all services"
  2758. msgstr ""
  2759. #: ../../../CHANGELOG.md:2027
  2760. msgid "`just stop-group postgres` — to stop only the Postgres service"
  2761. msgstr ""
  2762. #: ../../../CHANGELOG.md:2028
  2763. msgid "`just register-user alice secret-password yes` — registers an `alice` user with the `secret-password` password and admin access (admin = `yes`)"
  2764. msgstr ""
  2765. #: ../../../CHANGELOG.md:2030
  2766. msgid "Additional helpful commands and shortcuts may be defined in the future."
  2767. msgstr ""
  2768. #: ../../../CHANGELOG.md:2032
  2769. msgid "This is all completely optional. If you find it difficult to [install `just`](https://github.com/casey/just#installation) or don't find any of this convenient, feel free to run all commands manually."
  2770. msgstr ""
  2771. #: ../../../CHANGELOG.md:2035
  2772. msgid "2023-01-11"
  2773. msgstr ""
  2774. #: ../../../CHANGELOG.md:2037
  2775. msgid "mautrix-slack support"
  2776. msgstr ""
  2777. #: ../../../CHANGELOG.md:2039
  2778. msgid "Thanks to [Cody Neiman](https://github.com/xangelix)'s efforts, the playbook now supports bridging to [Slack](https://slack.com/) via the [mautrix-slack](https://mau.dev/mautrix/slack) bridge. See our [Setting up Mautrix Slack bridging](docs/configuring-playbook-bridge-mautrix-slack.md) documentation page for getting started."
  2779. msgstr ""
  2780. #: ../../../CHANGELOG.md:2041
  2781. msgid "**Note**: this is a new Slack bridge. The playbook still retains Slack bridging via [matrix-appservice-slack](docs/configuring-playbook-bridge-appservice-slack.md) and [mx-puppet-slack](docs/configuring-playbook-bridge-mx-puppet-slack.md). You're free to use the bridge that serves you better, or even all three of them (for different users and use-cases)."
  2782. msgstr ""
  2783. #: ../../../CHANGELOG.md:2044
  2784. msgid "2023-01-10"
  2785. msgstr ""
  2786. #: ../../../CHANGELOG.md:2046
  2787. msgid "ChatGPT support"
  2788. msgstr ""
  2789. #: ../../../CHANGELOG.md:2048
  2790. msgid "Thanks to [@bertybuttface](https://github.com/bertybuttface), the playbook can now help you set up [matrix-chatgpt-bot](https://github.com/matrixgpt/matrix-chatgpt-bot) — a bot through which you can talk to the [ChatGPT](https://openai.com/blog/chatgpt/) model."
  2791. msgstr ""
  2792. #: ../../../CHANGELOG.md:2050
  2793. msgid "See our [Setting up matrix-bot-chatgpt](docs/configuring-playbook-bot-chatgpt.md) documentation to get started."
  2794. msgstr ""
  2795. #: ../../../CHANGELOG.md:2053
  2796. msgid "2022-11-30"
  2797. msgstr ""
  2798. #: ../../../CHANGELOG.md:2055
  2799. msgid "matrix-postgres-backup has been replaced by the ansible-role-postgres-backup external role"
  2800. msgstr ""
  2801. #: ../../../CHANGELOG.md:2057
  2802. msgid "Just like we've [replaced Postgres with an external role](#matrix-postgres-has-been-replaced-by-the-comdevtureansiblerolepostgres-external-role) on 2022-11-28, we're now replacing `matrix-postgres-backup` with an external role — [com.devture.ansible.role.postgres_backup](https://github.com/mother-of-all-self-hosting/ansible-role-postgres_backup)."
  2803. msgstr ""
  2804. #: ../../../CHANGELOG.md:2059
  2805. msgid "You'll need to rename your `matrix_postgres_backup`-prefixed variables such that they use a `postgres_backup` prefix."
  2806. msgstr ""
  2807. #: ../../../CHANGELOG.md:2062
  2808. msgid "2022-11-28"
  2809. msgstr ""
  2810. #: ../../../CHANGELOG.md:2064
  2811. msgid "matrix-postgres has been replaced by the ansible-role-postgres external role"
  2812. msgstr ""
  2813. #: ../../../CHANGELOG.md:2066
  2814. msgid "**TLDR**: the tasks that install the integrated Postgres server now live in an external role — [ansible-role-postgres](https://github.com/mother-of-all-self-hosting/ansible-role-postgres). You'll need to run `make roles` to install it, and to also rename your `matrix_postgres`-prefixed variables to use a `devture_postgres` prefix (e.g. `matrix_postgres_connection_password` -> `postgres_connection_password`). All your data will still be there! Some scripts have moved (`/usr/local/bin/matrix-postgres-cli` -> `/matrix/postgres/bin/cli`)."
  2815. msgstr ""
  2816. #: ../../../CHANGELOG.md:2068
  2817. msgid "The `matrix-postgres` role that has been part of the playbook for a long time has been replaced with the [ansible-role-postgres](https://github.com/mother-of-all-self-hosting/ansible-role-postgres) role. This was done as part of our work to [use external roles for some things](#the-playbook-now-uses-external-roles-for-some-things) for better code re-use and maintainability."
  2818. msgstr ""
  2819. #: ../../../CHANGELOG.md:2070
  2820. msgid "The new role is an upgraded version of the old `matrix-postgres` role with these notable differences:"
  2821. msgstr ""
  2822. #: ../../../CHANGELOG.md:2072
  2823. msgid "it uses different names for its variables (`matrix_postgres` -> `devture_postgres`)"
  2824. msgstr ""
  2825. #: ../../../CHANGELOG.md:2073
  2826. msgid "when [Vacuuming PostgreSQL](docs/maintenance-postgres.md#vacuuming-postgresql), it will vacuum all your databases, not just the Synapse one"
  2827. msgstr ""
  2828. #: ../../../CHANGELOG.md:2075
  2829. msgid "You'll need to run `make roles` to install the new role. You would also need to rename your `matrix_postgres`-prefixed variables to use a `devture_postgres` prefix."
  2830. msgstr ""
  2831. #: ../../../CHANGELOG.md:2077
  2832. msgid "Note: the systemd service still remains the same — `matrix-postgres.service`. Your data will still be in `/matrix/postgres`, etc. Postgres-related scripts will be moved to `/matrix/postgres/bin` (`/usr/local/bin/matrix-postgres-cli` -> `/matrix/postgres/bin/cli`, etc). Also see [The playbook no longer installs scripts in /usr/local/bin](#the-playbook-no-longer-installs-scripts-in-usrlocalbin)."
  2833. msgstr ""
  2834. #: ../../../CHANGELOG.md:2079
  2835. msgid "The playbook no longer installs scripts to /usr/local/bin"
  2836. msgstr ""
  2837. #: ../../../CHANGELOG.md:2081
  2838. msgid "The locations of various scripts installed by the playbook have changed."
  2839. msgstr ""
  2840. #: ../../../CHANGELOG.md:2083
  2841. msgid "The playbook no longer contaminates your `/usr/local/bin` directory. All scripts installed by the playbook now live in `bin/` directories under `/matrix`. Some examples are below:"
  2842. msgstr ""
  2843. #: ../../../CHANGELOG.md:2085
  2844. msgid "`/usr/local/bin/matrix-remove-all` -> `/matrix/bin/remove-all`"
  2845. msgstr ""
  2846. #: ../../../CHANGELOG.md:2086
  2847. msgid "`/usr/local/bin/matrix-postgres-cli` -> `/matrix/postgres/bin/cli`"
  2848. msgstr ""
  2849. #: ../../../CHANGELOG.md:2087
  2850. msgid "`/usr/local/bin/matrix-ssl-lets-encrypt-certificates-renew` -> `/matrix/ssl/bin/lets-encrypt-certificates-renew`"
  2851. msgstr ""
  2852. #: ../../../CHANGELOG.md:2088
  2853. msgid "`/usr/local/bin/matrix-synapse-register-user` -> `/matrix/synapse/bin/register-user`"
  2854. msgstr ""
  2855. #: ../../../CHANGELOG.md:2091
  2856. msgid "2022-11-25"
  2857. msgstr ""
  2858. #: ../../../CHANGELOG.md:2093
  2859. msgid "2x-5x performance improvements in playbook runtime"
  2860. msgstr ""
  2861. #: ../../../CHANGELOG.md:2095
  2862. msgid "**TLDR**: the playbook is 2x faster for running `--tags=setup-all` (and various other tags). It also has new `--tags=install-*` tags (like `--tags=install-all`), which skip uninstallation tasks and bring an additional 2.5x speedup. In total, the playbook can maintain your server 5 times faster."
  2863. msgstr ""
  2864. #: ../../../CHANGELOG.md:2097
  2865. msgid "Our [etke.cc managed Matrix hosting service](https://etke.cc) runs maintenance against hundreds of servers, so the playbook being fast means a lot. The [etke.cc Ansible playbook](https://github.com/etkecc/ansible) (which is an extension of this one) is growing to support more and more services (besides just Matrix), so the Matrix playbook being leaner prevents runtimes from becoming too slow and improves the customer experience."
  2866. msgstr ""
  2867. #: ../../../CHANGELOG.md:2099
  2868. msgid "Even when running `ansible-playbook` manually (as most of us here do), it's beneficial not to waste time and CPU resources."
  2869. msgstr ""
  2870. #: ../../../CHANGELOG.md:2101
  2871. msgid "Recently, a few large optimizations have been done to this playbook and its external roles (see [The playbook now uses external roles for some things](#the-playbook-now-uses-external-roles-for-some-things) and don't forget to run `make roles`):"
  2872. msgstr ""
  2873. #: ../../../CHANGELOG.md:2103
  2874. msgid "Replacing Ansible `import_tasks` calls with `include_tasks`, which decreased runtime in half. Using `import_tasks` is slower and causes Ansible to go through and skip way too many tasks (tasks which could have been skipped altogether by not having Ansible include them in the first place). On an experimental VM, **deployment time was decreased from ~530 seconds to ~250 seconds**."
  2875. msgstr ""
  2876. #: ../../../CHANGELOG.md:2105
  2877. msgid "Introducing new `install-*` tags (`install-all` and `install-COMPONENT`, e.g. `install-synapse`, `install-bot-mjolnir`), which only run Ansible tasks pertaining to installation, while skipping uninstallation tasks. In most cases, people are maintaining the same setup or they're *adding* new components. Removing components is rare. Running thousands of uninstallation tasks each time is wasteful. On an experimental VM, **deployment time was decreased from ~250 seconds (`--tags=setup-all`) to ~100 seconds (`--tags=install-all`)**."
  2878. msgstr ""
  2879. #: ../../../CHANGELOG.md:2107
  2880. msgid "You can still use `--tags=setup-all`. In fact, that's the best way to ensure your server is reconciled with the `vars.yml` configuration."
  2881. msgstr ""
  2882. #: ../../../CHANGELOG.md:2109
  2883. msgid "If you know you haven't uninstalled any services since the last time you ran the playbook, you could run `--tags=install-all` instead and benefit from quicker runtimes. It should be noted that a service may become \"eligible for uninstallation\" even if your `vars.yml` file remains the same. In rare cases, we toggle services from being auto-installed to being optional, like we did on the 17th of March 2022 when we made [ma1sd not get installed by default](https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/CHANGELOG.md#compatibility-break-ma1sd-identity-server-no-longer-installed-by-default). In such rare cases, you'd also need to run `--tags=setup-all`."
  2884. msgstr ""
  2885. #: ../../../CHANGELOG.md:2112
  2886. msgid "2022-11-22"
  2887. msgstr ""
  2888. #: ../../../CHANGELOG.md:2114
  2889. msgid "Automatic `matrix_architecture` determination"
  2890. msgstr ""
  2891. #: ../../../CHANGELOG.md:2116
  2892. msgid "From now on, the playbook automatically determines your server's architecture and sets the `matrix_architecture` variable accordingly. You no longer need to set this variable manually in your `vars.yml` file."
  2893. msgstr ""
  2894. #: ../../../CHANGELOG.md:2118
  2895. msgid "Docker and the Docker SDK for Python are now installed via external roles"
  2896. msgstr ""
  2897. #: ../../../CHANGELOG.md:2122
  2898. msgid "Docker will now be installed on the server via the [geerlingguy.docker](https://github.com/geerlingguy/ansible-role-docker) Ansible role. If you'd like to manage the Docker installation yourself, you can disable the playbook's installation of Docker by setting `matrix_playbook_docker_installation_enabled: false`."
  2899. msgstr ""
  2900. #: ../../../CHANGELOG.md:2124
  2901. msgid "The Docker SDK for Python (named `docker-python`, `python-docker`, etc. on the different platforms) is now also installed by another role ([com.devture.ansible.role.docker_sdk_for_python](https://github.com/devture/com.devture.ansible.role.docker_sdk_for_python)). To disable this role and install the necessary tools yourself, use `devture_docker_sdk_for_python_installation_enabled: false`."
  2902. msgstr ""
  2903. #: ../../../CHANGELOG.md:2126
  2904. msgid "If you're hitting issues with Docker installation or Docker SDK for Python installation, consider reporting bugs or contributing to these other projects."
  2905. msgstr ""
  2906. #: ../../../CHANGELOG.md:2128
  2907. msgid "These additional roles are downloaded into the playbook directory (to `roles/galaxy`) via an `ansible-galaxy …` command. `make roles` is an easy shortcut for invoking the `ansible-galaxy` command to download these roles."
  2908. msgstr ""
  2909. #: ../../../CHANGELOG.md:2131
  2910. msgid "2022-11-20"
  2911. msgstr ""
  2912. #: ../../../CHANGELOG.md:2133
  2913. msgid "(Backward Compatibility Break) Changing how reverse-proxying to Synapse works — now via a `matrix-synapse-reverse-proxy-companion` service"
  2914. msgstr ""
  2915. #: ../../../CHANGELOG.md:2135
  2916. msgid "**TLDR**: There's now a `matrix-synapse-reverse-proxy-companion` nginx service, which helps with reverse-proxying to Synapse and its various worker processes (if workers are enabled), so that `matrix-nginx-proxy` can be relieved of this role. `matrix-nginx-proxy` still remains as the public SSL-terminating reverse-proxy in the playbook. `matrix-synapse-reverse-proxy-companion` is just one more reverse-proxy thrown into the mix for convenience. People with a more custom reverse-proxying configuration may be affected — see [Webserver configuration](#webserver-configuration) below."
  2917. msgstr ""
  2918. #: ../../../CHANGELOG.md:2137
  2919. msgid "Background"
  2920. msgstr ""
  2921. #: ../../../CHANGELOG.md:2139
  2922. msgid "Previously, `matrix-nginx-proxy` forwarded requests to Synapse directly. When Synapse is running in worker mode, the reverse-proxying configuration is more complicated (different requests need to go to different Synapse worker processes). `matrix-nginx-proxy` had configuration for sending each URL endpoint to the correct Synapse worker responsible for handling it. However, sometimes people like to disable `matrix-nginx-proxy` (for whatever reason) as detailed in [Using your own webserver, instead of this playbook's nginx proxy](docs/configuring-playbook-own-webserver.md)."
  2923. msgstr ""
  2924. #: ../../../CHANGELOG.md:2141
  2925. msgid "Because `matrix-nginx-proxy` was so central to request forwarding, when it was disabled and Synapse was running with workers enabled, there was nothing which could forward requests to the correct place anymore… which caused [problems such as this one affecting Dimension](https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2090)."
  2926. msgstr ""
  2927. #: ../../../CHANGELOG.md:2143
  2928. msgid "Solution"
  2929. msgstr ""
  2930. #: ../../../CHANGELOG.md:2145
  2931. msgid "From now on, `matrix-nginx-proxy` is relieved of its function of reverse-proxying to Synapse and its various worker processes. This role is now handled by the new `matrix-synapse-reverse-proxy-companion` nginx service and works even if `matrix-nginx-proxy` is disabled. The purpose of the new `matrix-synapse-reverse-proxy-companion` service is to:"
  2932. msgstr ""
  2933. #: ../../../CHANGELOG.md:2147
  2934. msgid "serve as a companion to Synapse and know how to reverse-proxy to Synapse correctly (no matter if workers are enabled or not)"
  2935. msgstr ""
  2936. #: ../../../CHANGELOG.md:2149
  2937. msgid "provide a unified container address for reaching Synapse (no matter if workers are enabled or not)"
  2938. msgstr ""
  2939. #: ../../../CHANGELOG.md:2150
  2940. msgid "`matrix-synapse-reverse-proxy-companion:8008` for Synapse Client-Server API traffic"
  2941. msgstr ""
  2942. #: ../../../CHANGELOG.md:2151
  2943. msgid "`matrix-synapse-reverse-proxy-companion:8048` for Synapse Server-Server (Federation) API traffic"
  2944. msgstr ""
  2945. #: ../../../CHANGELOG.md:2153
  2946. msgid "simplify `matrix-nginx-proxy` configuration — it now only needs to send requests to `matrix-synapse-reverse-proxy-companion` or `matrix-dendrite`, etc., without having to worry about workers"
  2947. msgstr ""
  2948. #: ../../../CHANGELOG.md:2155
  2949. msgid "allow reverse-proxying to Synapse, even if `matrix-nginx-proxy` is disabled"
  2950. msgstr ""
  2951. #: ../../../CHANGELOG.md:2157
  2952. msgid "`matrix-nginx-proxy` still remains as the public SSL-terminating reverse-proxy in the playbook. All traffic goes through it before reaching any of the services. It's just that now the Synapse traffic is routed through `matrix-synapse-reverse-proxy-companion` like this:"
  2953. msgstr ""
  2954. #: ../../../CHANGELOG.md:2159
  2955. msgid "(`matrix-nginx-proxy` -> `matrix-synapse-reverse-proxy-companion` -> (`matrix-synapse` or some Synapse worker))."
  2956. msgstr ""
  2957. #: ../../../CHANGELOG.md:2161
  2958. msgid "Various services (like Dimension, etc.) still talk to Synapse via `matrix-nginx-proxy` (e.g. `http://matrix-nginx-proxy:12080`) preferentially. They only talk to Synapse via the reverse-proxy companion (e.g. `http://matrix-synapse-reverse-proxy-companion:8008`) if `matrix-nginx-proxy` is disabled. Services should not be talking to Synapse (e.g. `https://matrix-synapse:8008` directly anymore), because when workers are enabled, that's the Synapse `master` process and may not be serving all URL endpoints needed by the service."
  2959. msgstr ""
  2960. #: ../../../CHANGELOG.md:2163
  2961. msgid "Webserver configuration"
  2962. msgstr ""
  2963. #: ../../../CHANGELOG.md:2165
  2964. msgid "if you're using `matrix-nginx-proxy` (`matrix_nginx_proxy_enabled: true`, which is the default for the playbook), you don't need to do anything"
  2965. msgstr ""
  2966. #: ../../../CHANGELOG.md:2167
  2967. msgid "if you're using your own `nginx` webserver running on the server, you shouldn't be affected. The `/matrix/nginx/conf.d` configuration and exposed ports that you're relying on will automatically be updated in a way that should work"
  2968. msgstr ""
  2969. #: ../../../CHANGELOG.md:2169
  2970. msgid "if you're using another local webserver (e.g. Apache, etc.) and haven't changed any ports (`matrix_*_host_bind_port` definitions), you shouldn't be affected. You're likely sending Matrix traffic to `127.0.0.1:8008` and `127.0.0.1:8048`. These ports (`8008` and `8048`) will still be exposed on `127.0.0.1` by default — just not by the `matrix-synapse` container from now on, but by the `matrix-synapse-reverse-proxy-companion` container instead"
  2971. msgstr ""
  2972. #: ../../../CHANGELOG.md:2171
  2973. msgid "if you've been exposing `matrix-synapse` ports (`matrix_synapse_container_client_api_host_bind_port`, etc.) manually, you should consider exposing `matrix-synapse-reverse-proxy-companion` ports instead"
  2974. msgstr ""
  2975. #: ../../../CHANGELOG.md:2173
  2976. msgid "if you're running Traefik and reverse-proxying directly to the `matrix-synapse` container, you should start reverse-proxying to the `matrix-synapse-reverse-proxy-companion` container instead. See [our updated Traefik example configuration](docs/configuring-playbook-own-webserver.md#sample-configuration-for-running-behind-traefik-20). Note: we now recommend calling the federation entry point `federation` (instead of `synapse`) and reverse-proxying the federation traffic via `matrix-nginx-proxy`, instead of sending it directly to Synapse (or `matrix-synapse-reverse-proxy-companion`). This makes the configuration simpler."
  2977. msgstr ""
  2978. #: ../../../CHANGELOG.md:2176
  2979. msgid "2022-11-05"
  2980. msgstr ""
  2981. #: ../../../CHANGELOG.md:2178
  2982. msgid "(Backward Compatibility Break) A new default standalone mode for Etherpad"
  2983. msgstr ""
  2984. #: ../../../CHANGELOG.md:2180
  2985. msgid "Until now, [Etherpad](https://etherpad.org/) (which [the playbook could install for you](docs/configuring-playbook-etherpad.md)) required the [Dimension integration manager](docs/configuring-playbook-dimension.md) to also be installed, because Etherpad was hosted on the Dimension domain (at `dimension.example.com/etherpad`)."
  2986. msgstr ""
  2987. #: ../../../CHANGELOG.md:2182
  2988. msgid "From now on, Etherpad can be installed in `standalone` mode on `etherpad.example.com` and used even without Dimension. This is much more versatile, so the playbook now defaults to this new mode (`etherpad_mode: standalone`)."
  2989. msgstr ""
  2990. #: ../../../CHANGELOG.md:2184
  2991. msgid "If you've already got both Etherpad and Dimension in use you could:"
  2992. msgstr ""
  2993. #: ../../../CHANGELOG.md:2186
  2994. msgid "**either** keep hosting Etherpad under the Dimension domain by adding `etherpad_mode: dimension` to your `vars.yml` file. All your existing room widgets will continue working at the same URLs and no other changes will be necessary."
  2995. msgstr ""
  2996. #: ../../../CHANGELOG.md:2188
  2997. msgid "**or**, you could change to hosting Etherpad separately on `etherpad.example.com`. You will need to [configure a DNS record](docs/configuring-dns.md) for this new domain. You will also need to reconfigure Dimension to use the new pad URLs (`https://etherpad.example.com/…`) going forward (refer to our [configuring Etherpad documentation](docs/configuring-playbook-etherpad.md)). All your existing room widgets (which still use `https://dimension.example.com/etherpad/…`) will break as Etherpad is not hosted there anymore. You will need to re-add them or to consider not using `standalone` mode"
  2998. msgstr ""
  2999. #: ../../../CHANGELOG.md:2191
  3000. msgid "2022-11-04"
  3001. msgstr ""
  3002. #: ../../../CHANGELOG.md:2193
  3003. msgid "The playbook now uses external roles for some things"
  3004. msgstr ""
  3005. #: ../../../CHANGELOG.md:2195
  3006. msgid "**TLDR**: when updating the playbook and before running it, you'll need to run `make roles` to make [ansible-galaxy](https://docs.ansible.com/ansible/latest/cli/ansible-galaxy.html) download dependency roles (see the [`requirements.yml` file](requirements.yml)) to the `roles/galaxy` directory. Without this, the playbook won't work."
  3007. msgstr ""
  3008. #: ../../../CHANGELOG.md:2197
  3009. msgid "We're in the process of trimming the playbook and making it reuse Ansible roles."
  3010. msgstr ""
  3011. #: ../../../CHANGELOG.md:2199
  3012. msgid "Starting now, the playbook is composed of 2 types of Ansible roles:"
  3013. msgstr ""
  3014. #: ../../../CHANGELOG.md:2201
  3015. msgid "those that live within the playbook itself (`roles/custom/*`)"
  3016. msgstr ""
  3017. #: ../../../CHANGELOG.md:2203
  3018. msgid "those downloaded from other sources (using [ansible-galaxy](https://docs.ansible.com/ansible/latest/cli/ansible-galaxy.html) to `roles/galaxy`, based on the [`requirements.yml` file](requirements.yml)). These roles are maintained by us or by other people from the Ansible community."
  3019. msgstr ""
  3020. #: ../../../CHANGELOG.md:2205
  3021. msgid "We're doing this for greater code-reuse (across Ansible playbooks, including our own related playbooks [gitea-docker-ansible-deploy](https://github.com/spantaleev/gitea-docker-ansible-deploy) and [nextcloud-docker-ansible-deploy](https://github.com/spantaleev/nextcloud-docker-ansible-deploy)) and decreased maintenance burden. Until now, certain features were copy-pasted across playbooks or were maintained separately in each one, with improvements often falling behind. We've also tended to do too much by ourselves — installing Docker on the server from our `matrix-base` role, etc. — something that we'd rather not do anymore by switching to the [geerlingguy.docker](https://galaxy.ansible.com/geerlingguy/docker) role."
  3022. msgstr ""
  3023. #: ../../../CHANGELOG.md:2207
  3024. msgid "Some variable names will change during the transition to having more and more external (galaxy) roles. There's a new `custom/matrix_playbook_migration` role added to the playbook which will tell you about these changes each time you run the playbook."
  3025. msgstr ""
  3026. #: ../../../CHANGELOG.md:2209
  3027. msgid "**From now on**, every time you update the playbook (well, every time the `requirements.yml` file changes), it's best to run `make roles` to update the roles downloaded from other sources. `make roles` is a shortcut (a `roles` target defined in [`Makefile`](Makefile) and executed by the [`make`](https://www.gnu.org/software/make/) utility) which ultimately runs [ansible-galaxy](https://docs.ansible.com/ansible/latest/cli/ansible-galaxy.html) to download Ansible roles. If you don't have `make`, you can also manually run the commands seen in the `Makefile`."
  3028. msgstr ""
  3029. #: ../../../CHANGELOG.md:2212
  3030. msgid "2022-10-14"
  3031. msgstr ""
  3032. #: ../../../CHANGELOG.md:2214
  3033. msgid "synapse-s3-storage-provider support"
  3034. msgstr ""
  3035. #: ../../../CHANGELOG.md:2216
  3036. msgid "**`synapse-s3-storage-provider` support is very new and still relatively untested. Using it may cause data loss.**"
  3037. msgstr ""
  3038. #: ../../../CHANGELOG.md:2218
  3039. msgid "You can now store your Synapse media repository files on Amazon S3 (or another S3-compatible object store) using [synapse-s3-storage-provider](https://github.com/matrix-org/synapse-s3-storage-provider) — a media provider for Synapse (Python module), which should work faster and more reliably than our previous [Goofys](docs/configuring-playbook-s3-goofys.md) implementation (Goofys will continue to work)."
  3040. msgstr ""
  3041. #: ../../../CHANGELOG.md:2220
  3042. msgid "This is not just for initial installations. Users with existing files (stored in the local filesystem) can also migrate their files to `synapse-s3-storage-provider`."
  3043. msgstr ""
  3044. #: ../../../CHANGELOG.md:2222
  3045. msgid "To get started, see our [Storing Synapse media files on Amazon S3 with synapse-s3-storage-provider](docs/configuring-playbook-synapse-s3-storage-provider.md) documentation."
  3046. msgstr ""
  3047. #: ../../../CHANGELOG.md:2224
  3048. msgid "Synapse container image customization support"
  3049. msgstr ""
  3050. #: ../../../CHANGELOG.md:2226
  3051. msgid "We now support customizing the Synapse container image by adding additional build steps to its [`Dockerfile`](https://docs.docker.com/engine/reference/builder/)."
  3052. msgstr ""
  3053. #: ../../../CHANGELOG.md:2228
  3054. msgid "Our [synapse-s3-storage-provider support](#synapse-s3-storage-provider-support) is actually built on this. When `s3-storage-provider` is enabled, we automatically add additional build steps to install its Python module into the Synapse image."
  3055. msgstr ""
  3056. #: ../../../CHANGELOG.md:2230
  3057. msgid "Besides this kind of auto-added build steps (for components supported by the playbook), we also let you inject your own custom build steps using configuration like this:"
  3058. msgstr ""
  3059. #: ../../../CHANGELOG.md:2241
  3060. msgid "People who have needed to customize Synapse previously had to fork the git repository, make their changes to the `Dockerfile` there, point the playbook to the new repository (`matrix_synapse_container_image_self_build_repo`) and enable self-building from scratch (`matrix_synapse_container_image_self_build: true`). This is harder and slower."
  3061. msgstr ""
  3062. #: ../../../CHANGELOG.md:2243
  3063. msgid "With the new Synapse-customization feature in the playbook, we use the original upstream (pre-built, if available) Synapse image and only build on top of it, right on the Matrix server. This is much faster than building all of Synapse from scratch."
  3064. msgstr ""
  3065. #: ../../../CHANGELOG.md:2246
  3066. msgid "2022-10-02"
  3067. msgstr ""
  3068. #: ../../../CHANGELOG.md:2248
  3069. msgid "matrix-ldap-registration-proxy support"
  3070. msgstr ""
  3071. #: ../../../CHANGELOG.md:2250
  3072. msgid "Thanks to [@TheOneWithTheBraid](https://github.com/TheOneWithTheBraid), we now support installing [matrix-ldap-registration-proxy](https://gitlab.com/activism.international/matrix_ldap_registration_proxy) — a proxy which handles Matrix registration requests and forwards them to LDAP."
  3073. msgstr ""
  3074. #: ../../../CHANGELOG.md:2252
  3075. msgid "See our [Setting up matrix-ldap-registration-proxy](docs/configuring-playbook-matrix-ldap-registration-proxy.md) documentation to get started."
  3076. msgstr ""
  3077. #: ../../../CHANGELOG.md:2255
  3078. msgid "2022-09-15"
  3079. msgstr ""
  3080. #: ../../../CHANGELOG.md:2257
  3081. msgid "(Potential Backward Compatibility Break) Major improvements to Synapse workers"
  3082. msgstr ""
  3083. #: ../../../CHANGELOG.md:2259
  3084. msgid "People who are interested in running a Synapse worker setup should know that **our Synapse worker implementation is much more powerful now**:"
  3085. msgstr ""
  3086. #: ../../../CHANGELOG.md:2261
  3087. msgid "we've added support for [Stream writers](#stream-writers-support)"
  3088. msgstr ""
  3089. #: ../../../CHANGELOG.md:2262
  3090. msgid "we've added support for [multiple federation sender workers](#multiple-federation-sender-workers-support)"
  3091. msgstr ""
  3092. #: ../../../CHANGELOG.md:2263
  3093. msgid "we've added support for [multiple pusher workers](#multiple-pusher-workers-support)"
  3094. msgstr ""
  3095. #: ../../../CHANGELOG.md:2264
  3096. msgid "we've added support for [running background tasks on a worker](#background-tasks-can-run-on-a-worker)"
  3097. msgstr ""
  3098. #: ../../../CHANGELOG.md:2265
  3099. msgid "we've restored support for [`appservice` workers](#appservice-worker-support-is-back)"
  3100. msgstr ""
  3101. #: ../../../CHANGELOG.md:2266
  3102. msgid "we've restored support for [`user_dir` workers](#user-directory-worker-support-is-back)"
  3103. msgstr ""
  3104. #: ../../../CHANGELOG.md:2267
  3105. msgid "we've made it possible to [reliably use more than 1 `media_repository` worker](#using-more-than-1-media-repository-worker-is-now-more-reliable)"
  3106. msgstr ""
  3107. #: ../../../CHANGELOG.md:2268
  3108. msgid "see the [Potential Backward Incompatibilities after these Synapse worker changes](#potential-backward-incompatibilities-after-these-synapse-worker-changes)"
  3109. msgstr ""
  3110. #: ../../../CHANGELOG.md:2270
  3111. msgid "Stream writers support"
  3112. msgstr ""
  3113. #: ../../../CHANGELOG.md:2272
  3114. msgid "From now on, the playbook lets you easily set up various [stream writer workers](https://matrix-org.github.io/synapse/latest/workers.html#stream-writers) which can handle different streams (`events` stream; `typing` URL endpoints, `to_device` URL endpoints, `account_data` URL endpoints, `receipts` URL endpoints, `presence` URL endpoints). All of this work was previously handled by the main Synapse process, but can now be offloaded to stream writer worker processes."
  3115. msgstr ""
  3116. #: ../../../CHANGELOG.md:2274
  3117. msgid "If you're using `matrix_synapse_workers_preset: one-of-each`, you'll automatically get 6 additional workers (one for each of the above stream types). Our `little-federation-helper` preset (meant to be quite minimal and focusing in improved federation performance) does not include stream writer workers."
  3118. msgstr ""
  3119. #: ../../../CHANGELOG.md:2276
  3120. msgid "If you'd like to customize the number of workers we also make that possible using these variables:"
  3121. msgstr ""
  3122. #: ../../../CHANGELOG.md:2289
  3123. msgid "Multiple federation sender workers support"
  3124. msgstr ""
  3125. #: ../../../CHANGELOG.md:2291
  3126. msgid "Until now, we only supported a single `federation_sender` worker (`matrix_synapse_workers_federation_sender_workers_count` could either be `0` or `1`). From now on, you can have as many as you want to help with your federation traffic."
  3127. msgstr ""
  3128. #: ../../../CHANGELOG.md:2293
  3129. msgid "Multiple pusher workers support"
  3130. msgstr ""
  3131. #: ../../../CHANGELOG.md:2295
  3132. msgid "Until now, we only supported a single `pusher` worker (`matrix_synapse_workers_pusher_workers_count` could either be `0` or `1`). From now on, you can have as many as you want to help with pushing notifications out."
  3133. msgstr ""
  3134. #: ../../../CHANGELOG.md:2297
  3135. msgid "Background tasks can run on a worker"
  3136. msgstr ""
  3137. #: ../../../CHANGELOG.md:2299
  3138. msgid "From now on, you can put [background task processing on a worker](https://matrix-org.github.io/synapse/latest/workers.html#background-tasks)."
  3139. msgstr ""
  3140. #: ../../../CHANGELOG.md:2301
  3141. msgid "With `matrix_synapse_workers_preset: one-of-each`, you'll get one `background` worker automatically. You can also control the `background` workers count with `matrix_synapse_workers_background_workers_count`. Only `0` or `1` workers of this type are supported by Synapse."
  3142. msgstr ""
  3143. #: ../../../CHANGELOG.md:2303
  3144. msgid "Appservice worker support is back"
  3145. msgstr ""
  3146. #: ../../../CHANGELOG.md:2305
  3147. msgid "We previously had an `appservice` worker type, which [Synapse deprecated in v1.59.0](https://github.com/element-hq/synapse/blob/v1.59.0/docs/upgrade.md#deprecation-of-the-synapseappappservice-and-synapseappuser_dir-worker-application-types). So did we, at the time."
  3148. msgstr ""
  3149. #: ../../../CHANGELOG.md:2307
  3150. msgid "The new way to implement such workers is by using a `generic_worker` and dedicating it to the task of talking to Application Services. From now on, we have support for this."
  3151. msgstr ""
  3152. #: ../../../CHANGELOG.md:2309
  3153. msgid "With `matrix_synapse_workers_preset: one-of-each`, you'll get one `appservice` worker automatically. You can also control the `appservice` workers count with `matrix_synapse_workers_appservice_workers_count`. Only `0` or `1` workers of this type are supported by Synapse."
  3154. msgstr ""
  3155. #: ../../../CHANGELOG.md:2311
  3156. msgid "User Directory worker support is back"
  3157. msgstr ""
  3158. #: ../../../CHANGELOG.md:2313
  3159. msgid "We previously had a `user_dir` worker type, which [Synapse deprecated in v1.59.0](https://github.com/element-hq/synapse/blob/v1.59.0/docs/upgrade.md#deprecation-of-the-synapseappappservice-and-synapseappuser_dir-worker-application-types). So did we, at the time."
  3160. msgstr ""
  3161. #: ../../../CHANGELOG.md:2315
  3162. msgid "The new way to implement such workers is by using a `generic_worker` and dedicating it to the task of serving the user directory. From now on, we have support for this."
  3163. msgstr ""
  3164. #: ../../../CHANGELOG.md:2317
  3165. msgid "With `matrix_synapse_workers_preset: one-of-each`, you'll get one `user_dir` worker automatically. You can also control the `user_dir` workers count with `matrix_synapse_workers_user_dir_workers_count`. Only `0` or `1` workers of this type are supported by Synapse."
  3166. msgstr ""
  3167. #: ../../../CHANGELOG.md:2319
  3168. msgid "Using more than 1 media repository worker is now more reliable"
  3169. msgstr ""
  3170. #: ../../../CHANGELOG.md:2321
  3171. msgid "With `matrix_synapse_workers_preset: one-of-each`, we only launch one `media_repository` worker."
  3172. msgstr ""
  3173. #: ../../../CHANGELOG.md:2323
  3174. msgid "If you've been configuring `matrix_synapse_workers_media_repository_workers_count` manually, you may have increased that to more workers. When multiple media repository workers are in use, background tasks related to the media repository must always be configured to run on a single `media_repository` worker via `media_instance_running_background_jobs`. Until now, we weren't doing this correctly, but we now are."
  3175. msgstr ""
  3176. #: ../../../CHANGELOG.md:2325
  3177. msgid "Potential Backward Incompatibilities after these Synapse worker changes"
  3178. msgstr ""
  3179. #: ../../../CHANGELOG.md:2327
  3180. msgid "Below we'll discuss **potential backward incompatibilities**."
  3181. msgstr ""
  3182. #: ../../../CHANGELOG.md:2329
  3183. msgid "**Worker names** (container names, systemd services, worker configuration files) **have changed**. Workers are now labeled sequentially (e.g. `matrix-synapse-worker_generic_worker-18111` -> `matrix-synapse-worker-generic-0`). The playbook will handle these changes automatically."
  3184. msgstr ""
  3185. #: ../../../CHANGELOG.md:2331
  3186. msgid "Due to increased worker types support above, people who use `matrix_synapse_workers_preset: one-of-each` should be aware that with these changes, **the playbook will deploy 9 additional workers** (6 stream writers, 1 `appservice` worker, 1 `user_dir` worker, 1 background task worker). This **may increase RAM/CPU usage**, etc. If you find your server struggling, consider disabling some workers with the appropriate `matrix_synapse_workers_*_workers_count` variables."
  3187. msgstr ""
  3188. #: ../../../CHANGELOG.md:2333
  3189. msgid "**Metric endpoints have also changed** (`/metrics/synapse/worker/generic_worker-18111` -> `/metrics/synapse/worker/generic-worker-0`). If you're [collecting metrics to an external Prometheus server](docs/configuring-playbook-prometheus-grafana.md#collecting-metrics-to-an-external-prometheus-server), consider revisiting our [Collecting Synapse worker metrics to an external Prometheus server](docs/configuring-playbook-prometheus-grafana.md#collecting-synapse-worker-metrics-to-an-external-prometheus-server) docs and updating your Prometheus configuration. **If you're collecting metrics to the integrated Prometheus server** (not enabled by default), **your Prometheus configuration will be updated automatically**. Old data (from before this change) may stick around though."
  3190. msgstr ""
  3191. #: ../../../CHANGELOG.md:2335
  3192. msgid "**the format of `matrix_synapse_workers_enabled_list` has changed**. You were never advised to use this variable for directly creating workers (we advise people to control workers using `matrix_synapse_workers_preset` or by tweaking `matrix_synapse_workers_*_workers_count` variables only), but some people may have started using the `matrix_synapse_workers_enabled_list` variable to gain more control over workers. If you're one of them, you'll need to adjust its value. See `roles/custom/matrix-synapse/defaults/main.yml` for more information on the new format. The playbook will also do basic validation and complain if you got something wrong."
  3193. msgstr ""
  3194. #: ../../../CHANGELOG.md:2338
  3195. msgid "2022-09-09"
  3196. msgstr ""
  3197. #: ../../../CHANGELOG.md:2340
  3198. msgid "Cactus Comments support"
  3199. msgstr ""
  3200. #: ../../../CHANGELOG.md:2342
  3201. msgid "Thanks to [Julian-Samuel Gebühr (@moan0s)](https://github.com/moan0s), the playbook can now set up [Cactus Comments](https://cactus.chat) — federated comment system for the web based on Matrix."
  3202. msgstr ""
  3203. #: ../../../CHANGELOG.md:2344
  3204. msgid "See our [Setting up Cactus Comments](docs/configuring-playbook-cactus-comments.md) documentation to get started."
  3205. msgstr ""
  3206. #: ../../../CHANGELOG.md:2347
  3207. msgid "2022-08-23"
  3208. msgstr ""
  3209. #: ../../../CHANGELOG.md:2349
  3210. msgid "Postmoogle email bridge support"
  3211. msgstr ""
  3212. #: ../../../CHANGELOG.md:2351
  3213. msgid "Thanks to [Aine](https://gitlab.com/etke.cc) of [etke.cc](https://etke.cc/), the playbook can now set up the new [Postmoogle](https://github.com/etkecc/postmoogle) email bridge. Postmoogle is like the [Email2Matrix bridge](https://github.com/devture/email2matrix) (also [already supported by the playbook](docs/configuring-playbook-email2matrix.md)), but more capable and with the intention to soon support *sending* emails, not just receiving."
  3214. msgstr ""
  3215. #: ../../../CHANGELOG.md:2353
  3216. msgid "See our [Setting up Postmoogle email bridging](docs/configuring-playbook-bridge-postmoogle.md) documentation to get started."
  3217. msgstr ""
  3218. #: ../../../CHANGELOG.md:2356
  3219. msgid "2022-08-10"
  3220. msgstr ""
  3221. #: ../../../CHANGELOG.md:2358
  3222. msgid "mautrix-whatsapp default configuration changes"
  3223. msgstr ""
  3224. #: ../../../CHANGELOG.md:2360
  3225. msgid "In [Pull Request #2012](https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2012), we've made some changes to the default configuration used by the `mautrix-whatsapp` bridge."
  3226. msgstr ""
  3227. #: ../../../CHANGELOG.md:2362
  3228. msgid "If you're using this bridge, you should look into this PR and see if the new configuration suits you. If not, you can always change individual preferences in your `vars.yml` file."
  3229. msgstr ""
  3230. #: ../../../CHANGELOG.md:2364
  3231. msgid "Most notably, spaces support has been enabled by default. The bridge will now group rooms into a Matrix space. **If you've already bridged to Whatsapp** prior to this update, you will need to send `!wa sync space` to the bridge bot to make it create the space and put your existing rooms into it."
  3232. msgstr ""
  3233. #: ../../../CHANGELOG.md:2367
  3234. msgid "2022-08-09"
  3235. msgstr ""
  3236. #: ../../../CHANGELOG.md:2369
  3237. msgid "Conduit support"
  3238. msgstr ""
  3239. #: ../../../CHANGELOG.md:2371
  3240. msgid "Thanks to [Charles Wright](https://github.com/cvwright), we now have optional experimental [Conduit](https://conduit.rs) homeserver support for new installations. This comes as a follow-up to the playbook getting [Dendrite support](#dendrite-support) earlier this year."
  3241. msgstr ""
  3242. #: ../../../CHANGELOG.md:2373
  3243. msgid "Existing Synapse or Dendrite installations do **not** need to be updated. **Synapse is still the default homeserver implementation** installed by the playbook."
  3244. msgstr ""
  3245. #: ../../../CHANGELOG.md:2375
  3246. msgid "To try out Conduit, we recommend that you **use a new server** and the following `vars.yml` configuration:"
  3247. msgstr ""
  3248. #: ../../../CHANGELOG.md:2381
  3249. msgid "**The homeserver implementation of an existing server cannot be changed** (e.g. from Synapse or Dendrite to Conduit) without data loss."
  3250. msgstr ""
  3251. #: ../../../CHANGELOG.md:2384
  3252. msgid "2022-07-29"
  3253. msgstr ""
  3254. #: ../../../CHANGELOG.md:2386
  3255. msgid "mautrix-discord support"
  3256. msgstr ""
  3257. #: ../../../CHANGELOG.md:2388
  3258. msgid "Thanks to [MdotAmaan](https://github.com/MdotAmaan)'s efforts, the playbook now supports bridging to [Discord](https://discordapp.com/) via the [mautrix-discord](https://mau.dev/mautrix/discord) bridge. See our [Setting up Mautrix Discord bridging](docs/configuring-playbook-bridge-mautrix-discord.md) documentation page for getting started."
  3259. msgstr ""
  3260. #: ../../../CHANGELOG.md:2390
  3261. msgid "**Note**: this is a new Discord bridge. The playbook still retains Discord bridging via [matrix-appservice-discord](docs/configuring-playbook-bridge-appservice-discord.md) and [mx-puppet-discord](docs/configuring-playbook-bridge-mx-puppet-discord.md). You're free to use the bridge that serves you better, or even all three of them (for different users and use-cases)."
  3262. msgstr ""
  3263. #: ../../../CHANGELOG.md:2393
  3264. msgid "2022-07-27"
  3265. msgstr ""
  3266. #: ../../../CHANGELOG.md:2395
  3267. msgid "matrix-appservice-kakaotalk support"
  3268. msgstr ""
  3269. #: ../../../CHANGELOG.md:2397
  3270. msgid "The playbook now supports bridging to [Kakaotalk](https://www.kakaocorp.com/page/service/service/KakaoTalk?lang=ENG) via [matrix-appservice-kakaotalk](https://src.miscworks.net/fair/matrix-appservice-kakaotalk) — a bridge based on [node-kakao](https://github.com/storycraft/node-kakao) (now unmaintained) and some [mautrix-facebook](https://github.com/mautrix/facebook) code. Thanks to [hnarjis](https://github.com/hnarjis) for helping us add support for this!"
  3271. msgstr ""
  3272. #: ../../../CHANGELOG.md:2399
  3273. msgid "See our [Setting up Appservice Kakaotalk bridging](docs/configuring-playbook-bridge-appservice-kakaotalk.md) documentation to get started."
  3274. msgstr ""
  3275. #: ../../../CHANGELOG.md:2402
  3276. msgid "2022-07-20"
  3277. msgstr ""
  3278. #: ../../../CHANGELOG.md:2404
  3279. msgid "maubot support"
  3280. msgstr ""
  3281. #: ../../../CHANGELOG.md:2406
  3282. msgid "Thanks to [Stuart Mumford (@Cadair)](https://github.com/cadair) for starting ([PR #373](https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/373) and [PR #622](https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/622)) and to [Julian-Samuel Gebühr (@moan0s)](https://github.com/moan0s) for finishing up (in [PR #1894](https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1894)), the playbook can now help you set up [maubot](https://github.com/maubot/maubot) — a plugin-based Matrix bot system."
  3283. msgstr ""
  3284. #: ../../../CHANGELOG.md:2408
  3285. msgid "See our [Setting up maubot](docs/configuring-playbook-bot-maubot.md) documentation to get started."
  3286. msgstr ""
  3287. #: ../../../CHANGELOG.md:2411
  3288. msgid "2022-07-14"
  3289. msgstr ""
  3290. #: ../../../CHANGELOG.md:2413
  3291. msgid "mx-puppet-skype removal"
  3292. msgstr ""
  3293. #: ../../../CHANGELOG.md:2415
  3294. msgid "The playbook no longer includes the [mx-puppet-skype](https://github.com/Sorunome/mx-puppet-skype) bridge, because it has been broken and unmaintained for a long time. Users that have `matrix_mx_puppet_skype_enabled` in their configuration files will encounter an error when running the playbook until they remove references to this bridge from their configuration."
  3295. msgstr ""
  3296. #: ../../../CHANGELOG.md:2417
  3297. msgid "To completely clean up your server from `mx-puppet-skype`'s presence on it:"
  3298. msgstr ""
  3299. #: ../../../CHANGELOG.md:2419
  3300. msgid "ensure your Ansible configuration (`vars.yml` file) no longer contains `matrix_mx_puppet_skype_*` references"
  3301. msgstr ""
  3302. #: ../../../CHANGELOG.md:2420
  3303. msgid "stop and disable the systemd service (run `systemctl disable --now matrix-mx-puppet-skype` on the server)"
  3304. msgstr ""
  3305. #: ../../../CHANGELOG.md:2421
  3306. msgid "delete the systemd service (run `rm /etc/systemd/system/matrix-mx-puppet-skype.service` on the server)"
  3307. msgstr ""
  3308. #: ../../../CHANGELOG.md:2422
  3309. msgid "delete `/matrix/mx-puppet-skype` (run `rm -rf /matrix/mx-puppet-skype` on the server)"
  3310. msgstr ""
  3311. #: ../../../CHANGELOG.md:2423
  3312. msgid "drop the `matrix_mx_puppet_skype` database (run `/usr/local/bin/matrix-postgres-cli` on the server, and execute the `DROP DATABASE matrix_mx_puppet_skype;` query there)"
  3313. msgstr ""
  3314. #: ../../../CHANGELOG.md:2425
  3315. msgid "If you still need bridging to [Skype](https://www.skype.com/), consider switching to [go-skype-bridge](https://github.com/kelaresg/go-skype-bridge) instead. See [Setting up Go Skype Bridge bridging](docs/configuring-playbook-bridge-go-skype-bridge.md)."
  3316. msgstr ""
  3317. #: ../../../CHANGELOG.md:2427
  3318. msgid "If you think this is a mistake and `mx-puppet-skype` works for you (or you get it to work somehow), let us know and we may reconsider this removal."
  3319. msgstr ""
  3320. #: ../../../CHANGELOG.md:2429
  3321. msgid "signald (0.19.0+) upgrade requires data migration"
  3322. msgstr ""
  3323. #: ../../../CHANGELOG.md:2431
  3324. msgid "In [Pull Request #1921](https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1921) we upgraded [signald](https://signald.org/) (used by the mautrix-signal bridge) from `v0.18.5` to `v0.20.0`."
  3325. msgstr ""
  3326. #: ../../../CHANGELOG.md:2433
  3327. msgid "Back in the [`v0.19.0` released of signald](https://gitlab.com/signald/signald/-/blob/main/releases/0.19.0.md) (which we skipped and migrated straight to `v0.20.0`), a new `--migrate-data` command had been added that migrates avatars, group images, attachments, etc., into the database (those were previously stored in the filesystem)."
  3328. msgstr ""
  3329. #: ../../../CHANGELOG.md:2435
  3330. msgid "If you've been using the mautrix-signal bridge for a while, you may have files stored in the local filesystem, which will need to be upgraded."
  3331. msgstr ""
  3332. #: ../../../CHANGELOG.md:2437
  3333. msgid "We attempt to do this data migration automatically every time Signald starts (`matrix-mautrix-signal-daemon.service`) using a `ExecStartPre` systemd unit definition."
  3334. msgstr ""
  3335. #: ../../../CHANGELOG.md:2439
  3336. msgid "Keep an eye on your Signal bridge and let us know (in our [support room](README.md#support) or in [Pull Request #1921](https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1921)) if you experience any trouble!"
  3337. msgstr ""
  3338. #: ../../../CHANGELOG.md:2442
  3339. msgid "2022-07-05"
  3340. msgstr ""
  3341. #: ../../../CHANGELOG.md:2444
  3342. msgid "Ntfy push notifications support"
  3343. msgstr ""
  3344. #: ../../../CHANGELOG.md:2446
  3345. msgid "Thanks to [Julian Foad](https://matrix.to/#/@julian:foad.me.uk), the playbook can now install a [ntfy](https://ntfy.sh/) push notifications server for you."
  3346. msgstr ""
  3347. #: ../../../CHANGELOG.md:2448
  3348. msgid "See our [Setting up the ntfy push notifications server](docs/configuring-playbook-ntfy.md) documentation to get started."
  3349. msgstr ""
  3350. #: ../../../CHANGELOG.md:2451
  3351. msgid "2022-06-23"
  3352. msgstr ""
  3353. #: ../../../CHANGELOG.md:2453
  3354. msgid "(Potential Backward Compatibility Break) Changes around metrics collection"
  3355. msgstr ""
  3356. #: ../../../CHANGELOG.md:2455
  3357. msgid "**TLDR**: we've made extensive **changes to metrics exposure/collection, which concern people using an external Prometheus server**. If you don't know what that is, you don't need to read below."
  3358. msgstr ""
  3359. #: ../../../CHANGELOG.md:2457
  3360. msgid "**Why do major changes to metrics**? Because various services were exposing metrics in different, hacky, ways. Synapse was exposing metrics at `/_synapse/metrics` and `/_synapse-worker-…/metrics` on the `matrix.example.com`. The Hookshot role was **repurposing** the Granana web UI domain (`stats.example.com`) for exposing its metrics on `stats.example.com/hookshot/metrics`, while protecting these routes using Basic Authentication **normally used for Synapse** (`/_synapse/metrics`). Node-exporter and Postgres-exporter roles were advising for more `stats.example.com` usage in manual ways. Each role was doing things differently and mixing variables from other roles. Each metrics endpoint was ending up in a different place, protected by who knows what Basic Authentication credentials (if protected at all)."
  3361. msgstr ""
  3362. #: ../../../CHANGELOG.md:2459
  3363. msgid "**The solution**: a completely revamped way to expose metrics to an external Prometheus server. We are **introducing new `https://matrix.example.com/metrics/*` endpoints**, where various services *can* expose their metrics, for collection by external Prometheus servers. To enable the `/metrics/*` endpoints, use `matrix_nginx_proxy_proxy_matrix_metrics_enabled: true`. There's also a way to protect access using [Basic Authentication](https://en.wikipedia.org/wiki/Basic_access_authentication). See the `matrix-nginx-proxy` role or our [Collecting metrics to an external Prometheus server](docs/configuring-playbook-prometheus-grafana.md#collecting-metrics-to-an-external-prometheus-server) documentation for additional variables around `matrix_nginx_proxy_proxy_matrix_metrics_enabled`."
  3364. msgstr ""
  3365. #: ../../../CHANGELOG.md:2461
  3366. msgid "**If you are using the [Hookshot bridge](docs/configuring-playbook-bridge-hookshot.md)**, you may find that:"
  3367. msgstr ""
  3368. #: ../../../CHANGELOG.md:2462
  3369. msgid "**Metrics may not be enabled by default anymore**:"
  3370. msgstr ""
  3371. #: ../../../CHANGELOG.md:2463
  3372. msgid "If Prometheus is enabled (`prometheus_enabled: true`), then Hookshot metrics will be enabled automatically (`matrix_hookshot_metrics_enabled: true`). These metrics will be collected from the local (in-container) Prometheus over the container network."
  3373. msgstr ""
  3374. #: ../../../CHANGELOG.md:2464
  3375. msgid "**If Prometheus is not enabled** (you are either not using Prometheus or are using an external one), **Hookshot metrics will not be enabled by default anymore**. Feel free to enable them by setting `matrix_hookshot_metrics_enabled: true`. Also, see below."
  3376. msgstr ""
  3377. #: ../../../CHANGELOG.md:2465
  3378. msgid "When metrics are meant to be **consumed by an external Prometheus server**, `matrix_hookshot_metrics_proxying_enabled` needs to be set to `true`, so that metrics would be exposed (proxied) \"publicly\" on `https://matrix.example.com/metrics/hookshot`. To make use of this, you'll also need to enable the new `https://matrix.example.com/metrics/*` endpoints mentioned above, using `matrix_nginx_proxy_proxy_matrix_metrics_enabled`. Learn more in our [Collecting metrics to an external Prometheus server](docs/configuring-playbook-prometheus-grafana.md#collecting-metrics-to-an-external-prometheus-server) documentation."
  3379. msgstr ""
  3380. #: ../../../CHANGELOG.md:2466
  3381. msgid "**We've changed the URL we're exposing Hookshot metrics at** for external Prometheus servers. Until now, you were advised to consume Hookshot metrics from `https://stats.example.com/hookshot/metrics` (working in conjunction with `matrix_nginx_proxy_proxy_synapse_metrics`). From now on, **this no longer works**. As described above, you need to start consuming metrics from `https://matrix.example.com/metrics/hookshot`."
  3382. msgstr ""
  3383. #: ../../../CHANGELOG.md:2468
  3384. msgid "**If you're using node-exporter** (`matrix_prometheus_node_exporter_enabled: true`) and would like to collect its metrics from an external Prometheus server, see `matrix_prometheus_node_exporter_metrics_proxying_enabled` described in our [Collecting metrics to an external Prometheus server](docs/configuring-playbook-prometheus-grafana.md#collecting-metrics-to-an-external-prometheus-server) documentation. You will be able to collect its metrics from `https://matrix.example.com/metrics/node-exporter`."
  3385. msgstr ""
  3386. #: ../../../CHANGELOG.md:2470
  3387. msgid "**If you're using [postgres-exporter](docs/configuring-playbook-prometheus-grafana.md#enable-metrics-and-graphs-for-postgres-optional)** (`prometheus_postgres_exporter_enabled: true`) and would like to collect its metrics from an external Prometheus server, see `matrix_prometheus_services_proxy_connect_prometheus_postgres_exporter_metrics_proxying_enabled` described in our [Collecting metrics to an external Prometheus server](docs/configuring-playbook-prometheus-grafana.md#collecting-metrics-to-an-external-prometheus-server) documentation. You will be able to collect its metrics from `https://matrix.example.com/metrics/postgres-exporter`."
  3388. msgstr ""
  3389. #: ../../../CHANGELOG.md:2472
  3390. msgid "**If you're using Synapse** and would like to collect its metrics from an external Prometheus server, you may find that:"
  3391. msgstr ""
  3392. #: ../../../CHANGELOG.md:2474
  3393. msgid "Exposing metrics is now done using `matrix_synapse_metrics_proxying_enabled`, not `matrix_nginx_proxy_proxy_synapse_metrics: true`. You may still need to enable metrics using `matrix_synapse_metrics_enabled: true` before exposing them."
  3394. msgstr ""
  3395. #: ../../../CHANGELOG.md:2475
  3396. msgid "Protecting metrics endpoints using [Basic Authentication](https://en.wikipedia.org/wiki/Basic_access_authentication) is now done in another way. See our [Collecting metrics to an external Prometheus server](docs/configuring-playbook-prometheus-grafana.md#collecting-metrics-to-an-external-prometheus-server) documentation"
  3397. msgstr ""
  3398. #: ../../../CHANGELOG.md:2476
  3399. msgid "If Synapse metrics are exposed, they will be made available at `https://matrix.example.com/metrics/synapse/main-process` or `https://matrix.example.com/metrics/synapse/worker/TYPE-ID` (when workers are enabled), not at `https://matrix.example.com/_synapse/metrics` and `https://matrix.example.com/_synapse-worker-…/metrics`"
  3400. msgstr ""
  3401. #: ../../../CHANGELOG.md:2477
  3402. msgid "The playbook still generates an `external_prometheus.yml.example` sample file for scraping Synapse from Prometheus as described in [Collecting Synapse worker metrics to an external Prometheus server](docs/configuring-playbook-prometheus-grafana.md#collecting-synapse-worker-metrics-to-an-external-prometheus-server), but it's now saved under `/matrix/synapse` (not `/matrix`)."
  3403. msgstr ""
  3404. #: ../../../CHANGELOG.md:2479
  3405. msgid "**If you where already using a external Prometheus server** before this change, and you gave a hashed version of the password as a variable, the playbook will now take care of hashing the password for you. Thus, you need to provide the non-hashed version now."
  3406. msgstr ""
  3407. #: ../../../CHANGELOG.md:2481
  3408. msgid "2022-06-13"
  3409. msgstr ""
  3410. #: ../../../CHANGELOG.md:2483
  3411. msgid "go-skype-bridge bridging support"
  3412. msgstr ""
  3413. #: ../../../CHANGELOG.md:2485
  3414. msgid "Thanks to [CyberShadow](https://github.com/CyberShadow), the playbook can now install the [go-skype-bridge](https://github.com/kelaresg/go-skype-bridge) bridge for bridging Matrix to [Skype](https://www.skype.com/)."
  3415. msgstr ""
  3416. #: ../../../CHANGELOG.md:2487
  3417. msgid "See our [Setting up Go Skype Bridge bridging](docs/configuring-playbook-bridge-go-skype-bridge.md) documentation to get started."
  3418. msgstr ""
  3419. #: ../../../CHANGELOG.md:2489
  3420. msgid "The playbook has supported [mx-puppet-skype](https://github.com/Sorunome/mx-puppet-skype) bridging (see [Setting up MX Puppet Skype bridging](docs/configuring-playbook-bridge-mx-puppet-skype.md)) since [2020-04-09](#2020-04-09), but `mx-puppet-skype` is reportedly broken."
  3421. msgstr ""
  3422. #: ../../../CHANGELOG.md:2492
  3423. msgid "2022-06-09"
  3424. msgstr ""
  3425. #: ../../../CHANGELOG.md:2494
  3426. msgid "Running Ansible in a container can now happen on the Matrix server itself"
  3427. msgstr ""
  3428. #: ../../../CHANGELOG.md:2496
  3429. msgid "If you're tired of being on an old and problematic Ansible version, you can now run [run Ansible in a container on the Matrix server itself](docs/ansible.md#running-ansible-in-a-container-on-the-matrix-server-itself)."
  3430. msgstr ""
  3431. #: ../../../CHANGELOG.md:2499
  3432. msgid "2022-05-31"
  3433. msgstr ""
  3434. #: ../../../CHANGELOG.md:2501
  3435. msgid "Synapse v1.60 upgrade may cause trouble and require manual intervention"
  3436. msgstr ""
  3437. #: ../../../CHANGELOG.md:2503
  3438. msgid "Synapse v1.60 will try to add a new unique index to `state_group_edges` upon startup and could fail if your database is corrupted."
  3439. msgstr ""
  3440. #: ../../../CHANGELOG.md:2505
  3441. msgid "We haven't observed this problem yet, but [the Synapse v1.60.0 upgrade notes](https://github.com/element-hq/synapse/blob/v1.60.0/docs/upgrade.md#adding-a-new-unique-index-to-state_group_edges-could-fail-if-your-database-is-corrupted) mention it, so we're giving you a heads up here in case you're unlucky."
  3442. msgstr ""
  3443. #: ../../../CHANGELOG.md:2507
  3444. msgid "**If Synapse fails to start** after your next playbook run, you'll need to:"
  3445. msgstr ""
  3446. #: ../../../CHANGELOG.md:2509
  3447. msgid "SSH into the Matrix server"
  3448. msgstr ""
  3449. #: ../../../CHANGELOG.md:2510
  3450. msgid "launch `/usr/local/bin/matrix-postgres-cli`"
  3451. msgstr ""
  3452. #: ../../../CHANGELOG.md:2511
  3453. msgid "switch to the `synapse` database: `\\c synapse`"
  3454. msgstr ""
  3455. #: ../../../CHANGELOG.md:2512
  3456. msgid "run the following SQL query:"
  3457. msgstr ""
  3458. #: ../../../CHANGELOG.md:2531
  3459. msgid "You could then restart services: `ansible-playbook -i inventory/hosts setup.yml --tags=start`"
  3460. msgstr ""
  3461. #: ../../../CHANGELOG.md:2534
  3462. msgid "2022-04-25"
  3463. msgstr ""
  3464. #: ../../../CHANGELOG.md:2536
  3465. msgid "Buscarron bot support"
  3466. msgstr ""
  3467. #: ../../../CHANGELOG.md:2538
  3468. msgid "Thanks to [Aine](https://gitlab.com/etke.cc) of [etke.cc](https://etke.cc/), the playbook can now set up [the Buscarron bot](https://github.com/etkecc/buscarron). It's a bot you can use to send any form (HTTP POST, HTML) to a (encrypted) Matrix room"
  3469. msgstr ""
  3470. #: ../../../CHANGELOG.md:2540
  3471. msgid "See our [Setting up Buscarron](docs/configuring-playbook-bot-buscarron.md) documentation to get started."
  3472. msgstr ""
  3473. #: ../../../CHANGELOG.md:2543
  3474. msgid "2022-04-21"
  3475. msgstr ""
  3476. #: ../../../CHANGELOG.md:2545
  3477. msgid "matrix-registration-bot support"
  3478. msgstr ""
  3479. #: ../../../CHANGELOG.md:2547
  3480. msgid "Thanks to [Julian-Samuel Gebühr (@moan0s)](https://github.com/moan0s), the playbook can now help you set up [matrix-registration-bot](https://github.com/moan0s/matrix-registration-bot) — a bot that is used to create and manage registration tokens for a Matrix server."
  3481. msgstr ""
  3482. #: ../../../CHANGELOG.md:2549
  3483. msgid "See our [Setting up matrix-registration-bot](docs/configuring-playbook-bot-matrix-registration-bot.md) documentation to get started."
  3484. msgstr ""
  3485. #: ../../../CHANGELOG.md:2552
  3486. msgid "2022-04-19"
  3487. msgstr ""
  3488. #: ../../../CHANGELOG.md:2554
  3489. msgid "BorgBackup support"
  3490. msgstr ""
  3491. #: ../../../CHANGELOG.md:2556
  3492. msgid "Thanks to [Aine](https://gitlab.com/etke.cc) of [etke.cc](https://etke.cc/), the playbook can now set up [Borg](https://www.borgbackup.org/) backups with [borgmatic](https://torsion.org/borgmatic/) of your Matrix server."
  3493. msgstr ""
  3494. #: ../../../CHANGELOG.md:2558
  3495. msgid "See our [Setting up BorgBackup](docs/configuring-playbook-backup-borg.md) documentation to get started."
  3496. msgstr ""
  3497. #: ../../../CHANGELOG.md:2560
  3498. msgid "(Compatibility Break) Upgrading to Synapse v1.57 on setups using workers may require manual action"
  3499. msgstr ""
  3500. #: ../../../CHANGELOG.md:2562
  3501. msgid "If you're running a worker setup for Synapse (`matrix_synapse_workers_enabled: true`), the [Synapse v1.57 upgrade notes](https://github.com/element-hq/synapse/blob/v1.57.0rc1/docs/upgrade.md#changes-to-database-schema-for-application-services) say that you may need to take special care when upgrading:"
  3502. msgstr ""
  3503. #: ../../../CHANGELOG.md:2564
  3504. msgid "Synapse v1.57.0 includes a change to the way transaction IDs are managed for application services. If your deployment uses a dedicated worker for application service traffic, **it must be stopped** when the database is upgraded (which normally happens when the main process is upgraded), to ensure the change is made safely without any risk of reusing transaction IDs."
  3505. msgstr ""
  3506. #: ../../../CHANGELOG.md:2566
  3507. msgid "If you're not running an `appservice` worker (`matrix_synapse_workers_preset: little-federation-helper` or `matrix_synapse_workers_appservice_workers_count: 0`), you are probably safe to upgrade as per normal, without taking any special care."
  3508. msgstr ""
  3509. #: ../../../CHANGELOG.md:2568
  3510. msgid "If you are running a setup with an `appservice` worker, or otherwise want to be on the safe side, we recommend the following upgrade path:"
  3511. msgstr ""
  3512. #: ../../../CHANGELOG.md:2570
  3513. msgid "Pull the latest playbook changes"
  3514. msgstr ""
  3515. #: ../../../CHANGELOG.md:2571
  3516. msgid "Stop all services (`ansible-playbook -i inventory/hosts setup.yml --tags=stop`)"
  3517. msgstr ""
  3518. #: ../../../CHANGELOG.md:2572
  3519. msgid "Re-run the playbook (`ansible-playbook -i inventory/hosts setup.yml --tags=setup-all`)"
  3520. msgstr ""
  3521. #: ../../../CHANGELOG.md:2573
  3522. msgid "Start Postgres (`systemctl start matrix-postgres` on the server)"
  3523. msgstr ""
  3524. #: ../../../CHANGELOG.md:2574
  3525. msgid "Start the main Synapse process (`systemctl start matrix-synapse` on the server)"
  3526. msgstr ""
  3527. #: ../../../CHANGELOG.md:2575
  3528. msgid "Wait a while so that Synapse can start and complete the database migrations. You can use `journalctl -fu matrix-synapse` on the server to get a clue. Waiting a few minutes should also be enough."
  3529. msgstr ""
  3530. #: ../../../CHANGELOG.md:2576
  3531. msgid "It should now be safe to start all other services. `ansible-playbook -i inventory/hosts setup.yml --tags=start` will do it for you"
  3532. msgstr ""
  3533. #: ../../../CHANGELOG.md:2579
  3534. msgid "2022-04-14"
  3535. msgstr ""
  3536. #: ../../../CHANGELOG.md:2581
  3537. msgid "(Compatibility Break) Changes to `docker-src` permissions necessitating manual action"
  3538. msgstr ""
  3539. #: ../../../CHANGELOG.md:2583
  3540. msgid "Users who build container images from source will need to manually correct file permissions of some directories on the server."
  3541. msgstr ""
  3542. #: ../../../CHANGELOG.md:2585
  3543. msgid "When self-building, the playbook used to `git clone` repositories (into `/matrix/SERVICE/docker-src`) using the `root` user, but now uses `matrix` instead to work around [the following issue with git 2.35.2](https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1749)."
  3544. msgstr ""
  3545. #: ../../../CHANGELOG.md:2587
  3546. msgid "If you're on a non-`amd64` architecture (that is, you're overriding `matrix_architecture` in your `vars.yml` file) or you have enabled self-building for some service (e.g. `matrix_*_self_build: true`), you're certainly building some container images from source and have `docker-src` directories with mixed permissions lying around in various `/matrix/SERVICE` directories."
  3547. msgstr ""
  3548. #: ../../../CHANGELOG.md:2589
  3549. msgid "The playbook *could* correct these permissions automatically, but that requires additional Ansible tasks in some ~45 different places — something that takes considerable effort. So we ask users observing errors related to `docker-src` directories to correct the problem manually by **running this command on the Matrix server** (which deletes all `/matrix/*/docker-src` directories): `find /matrix -maxdepth 2 -name 'docker-src' | xargs rm -rf`"
  3550. msgstr ""
  3551. #: ../../../CHANGELOG.md:2592
  3552. msgid "2022-03-17"
  3553. msgstr ""
  3554. #: ../../../CHANGELOG.md:2594
  3555. msgid "(Compatibility Break) ma1sd identity server no longer installed by default"
  3556. msgstr ""
  3557. #: ../../../CHANGELOG.md:2596
  3558. msgid "The playbook no longer installs the [ma1sd](https://github.com/ma1uta/ma1sd) identity server by default. The next time you run the playbook, ma1sd will be uninstalled from your server, unless you explicitly enable the ma1sd service (see how below)."
  3559. msgstr ""
  3560. #: ../../../CHANGELOG.md:2598
  3561. msgid "The main reason we used to install ma1sd by default in the past was to prevent Element clients from talking to the `matrix.org` / `vector.im` identity servers, by forcing it to talk to our own self-hosted (but otherwise useless) identity server instead, thus preventing contact list leaks."
  3562. msgstr ""
  3563. #: ../../../CHANGELOG.md:2600
  3564. msgid "Since Element clients no longer default to using a public identity server if another one is not provided, we can stop installing ma1sd."
  3565. msgstr ""
  3566. #: ../../../CHANGELOG.md:2602
  3567. msgid "If you need to install the ma1sd identity server for some reason, you can explicitly enable it by adding this to your `vars.yml` file:"
  3568. msgstr ""
  3569. #: ../../../CHANGELOG.md:2609
  3570. msgid "2022-02-12"
  3571. msgstr ""
  3572. #: ../../../CHANGELOG.md:2611
  3573. msgid "matrix_encryption_disabler support"
  3574. msgstr ""
  3575. #: ../../../CHANGELOG.md:2613
  3576. msgid "We now support installing the [matrix_encryption_disabler](https://github.com/digitalentity/matrix_encryption_disabler) Synapse module, which lets you prevent End-to-End-Encryption from being enabled by users on your homeserver. The popular opinion is that this is dangerous and shouldn't be done, but there are valid use cases for disabling encryption discussed [here](https://github.com/matrix-org/synapse/issues/4401)."
  3577. msgstr ""
  3578. #: ../../../CHANGELOG.md:2615
  3579. msgid "To enable this module (and prevent encryption from being used on your homserver), add `matrix_synapse_ext_encryption_disabler_enabled: true` to your configuration. This module provides further customization. Check its other configuration settings (and defaults) in `roles/custom/matrix-synapse/defaults/main.yml`."
  3580. msgstr ""
  3581. #: ../../../CHANGELOG.md:2618
  3582. msgid "2022-02-01"
  3583. msgstr ""
  3584. #: ../../../CHANGELOG.md:2620
  3585. msgid "matrix-hookshot bridging support"
  3586. msgstr ""
  3587. #: ../../../CHANGELOG.md:2622
  3588. msgid "Thanks to [HarHarLinks](https://github.com/HarHarLinks), the playbook can now install the [matrix-hookshot](https://github.com/matrix-org/matrix-hookshot) bridge for bridging Matrix to multiple project management services, such as GitHub, GitLab and JIRA. See our [Setting up matrix-hookshot](docs/configuring-playbook-bridge-hookshot.md) documentation to get started."
  3589. msgstr ""
  3590. #: ../../../CHANGELOG.md:2625
  3591. msgid "2022-01-31"
  3592. msgstr ""
  3593. #: ../../../CHANGELOG.md:2627
  3594. msgid "ARM support for matrix-corporal"
  3595. msgstr ""
  3596. #: ../../../CHANGELOG.md:2629
  3597. msgid "[matrix-corporal](https://github.com/devture/matrix-corporal) (as of version `2.2.3`) is now published to Docker Hub (see [devture/matrix-corporal](https://hub.docker.com/r/devture/matrix-corporal)) as a multi-arch container image with support for all these platforms: `linux/amd64`, `linux/arm64/v8` and `linux/arm/v7`. The playbook no longer resorts to self-building matrix-corporal on these ARM architectures."
  3598. msgstr ""
  3599. #: ../../../CHANGELOG.md:2632
  3600. msgid "2022-01-07"
  3601. msgstr ""
  3602. #: ../../../CHANGELOG.md:2634
  3603. msgid "Dendrite support"
  3604. msgstr ""
  3605. #: ../../../CHANGELOG.md:2636
  3606. msgid "**TLDR**: We now have optional experimental [Dendrite](https://github.com/matrix-org/dendrite) homeserver support for new installations. **Existing (Synapse) installations need to be updated**, because some internals changed. See [Adapting the configuration for existing Synapse installations](#adapting-the-configuration-for-existing-synapse-installations)."
  3607. msgstr ""
  3608. #: ../../../CHANGELOG.md:2638
  3609. msgid "[Jip J. Dekker](https://github.com/Dekker1) did the [initial work](https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/818) of adding [Dendrite](https://github.com/matrix-org/dendrite) support to the playbook back in January 2021. Lots of work (and time) later, Dendrite support is finally ready for testing."
  3610. msgstr ""
  3611. #: ../../../CHANGELOG.md:2640
  3612. msgid "We believe that 2022 will be the year of the non-Synapse Matrix server!"
  3613. msgstr ""
  3614. #: ../../../CHANGELOG.md:2642
  3615. msgid "The playbook was previously quite [Synapse](https://github.com/element-hq/synapse)-centric, but can now accommodate multiple homeserver implementations. Only one homeserver implementation can be active (installed) at a given time."
  3616. msgstr ""
  3617. #: ../../../CHANGELOG.md:2644
  3618. msgid "**Synapse is still the default homeserver implementation** installed by the playbook. A new variable (`matrix_homeserver_implementation`) controls which server implementation is enabled (`synapse` or `dendrite` at the given moment)."
  3619. msgstr ""
  3620. #: ../../../CHANGELOG.md:2646
  3621. msgid "Adapting the configuration for existing Synapse installations"
  3622. msgstr ""
  3623. #: ../../../CHANGELOG.md:2648
  3624. msgid "Because the playbook is not so Synapse-centric anymore, a small configuration change is necessary for existing installations to bring them up to date."
  3625. msgstr ""
  3626. #: ../../../CHANGELOG.md:2650
  3627. msgid "The `vars.yml` file for **existing installations will need to be updated** by adding this **additional configuration**:"
  3628. msgstr ""
  3629. #: ../../../CHANGELOG.md:2662
  3630. msgid "Trying out Dendrite"
  3631. msgstr ""
  3632. #: ../../../CHANGELOG.md:2664
  3633. msgid "Finally, **to try out Dendrite**, we recommend that you **use a new server** and the following addition to your `vars.yml` configuration:"
  3634. msgstr ""
  3635. #: ../../../CHANGELOG.md:2670
  3636. msgid "**The homeserver implementation of an existing server cannot be changed** (e.g. from Synapse to Dendrite) without data loss."
  3637. msgstr ""
  3638. #: ../../../CHANGELOG.md:2672
  3639. msgid "We're excited to gain support for other homeserver implementations, like [Conduit](https://conduit.rs/), etc!"
  3640. msgstr ""
  3641. #: ../../../CHANGELOG.md:2674
  3642. msgid "Honoroit bot support"
  3643. msgstr ""
  3644. #: ../../../CHANGELOG.md:2676
  3645. msgid "Thanks to [Aine](https://gitlab.com/etke.cc) of [etke.cc](https://etke.cc/), the playbook can now help you set up [Honoroit](https://github.com/etkecc/honoroit) — a helpdesk bot."
  3646. msgstr ""
  3647. #: ../../../CHANGELOG.md:2678
  3648. msgid "See our [Setting up Honoroit](docs/configuring-playbook-bot-honoroit.md) documentation to get started."
  3649. msgstr ""
  3650. #: ../../../CHANGELOG.md:2681
  3651. msgid "2022-01-06"
  3652. msgstr ""
  3653. #: ../../../CHANGELOG.md:2683
  3654. msgid "Cinny support"
  3655. msgstr ""
  3656. #: ../../../CHANGELOG.md:2685
  3657. msgid "Thanks to [Aine](https://gitlab.com/etke.cc) of [etke.cc](https://etke.cc/), the playbook now supports [Cinny](https://cinny.in/) — a new simple, elegant and secure Matrix client."
  3658. msgstr ""
  3659. #: ../../../CHANGELOG.md:2687
  3660. msgid "By default, we still install Element Web. Still, people who'd like to try Cinny out can now install it via the playbook."
  3661. msgstr ""
  3662. #: ../../../CHANGELOG.md:2689
  3663. msgid "Additional details are available in [Setting up Cinny](docs/configuring-playbook-client-cinny.md)."
  3664. msgstr ""
  3665. #: ../../../CHANGELOG.md:2692
  3666. msgid "2021-12-22"
  3667. msgstr ""
  3668. #: ../../../CHANGELOG.md:2694
  3669. msgid "Twitter bridging support via mautrix-twitter"
  3670. msgstr ""
  3671. #: ../../../CHANGELOG.md:2696
  3672. msgid "Thanks to [Matthew Cengia](https://github.com/mattcen) and [Shreyas Ajjarapu](https://github.com/shreyasajj), besides [mx-puppet-twitter](docs/configuring-playbook-bridge-mx-puppet-twitter.md), bridging to [Twitter](https://twitter.com/) can now also happen with [mautrix-twitter](docs/configuring-playbook-bridge-mautrix-twitter.md)."
  3673. msgstr ""
  3674. #: ../../../CHANGELOG.md:2699
  3675. msgid "2021-12-14"
  3676. msgstr ""
  3677. #: ../../../CHANGELOG.md:2701
  3678. msgid "(Security) Users of the Signal bridge may wish to upgrade it to work around log4j vulnerability"
  3679. msgstr ""
  3680. #: ../../../CHANGELOG.md:2703
  3681. msgid "Recently, a security vulnerability affecting the Java logging package `log4j` [has been discovered](https://www.huntress.com/blog/rapid-response-critical-rce-vulnerability-is-affecting-java). Software that uses this Java package is potentially vulnerable."
  3682. msgstr ""
  3683. #: ../../../CHANGELOG.md:2705
  3684. msgid "One such piece of software that is part of the playbook is the [mautrix-signal bridge](./docs/configuring-playbook-bridge-mautrix-signal.md), which [has been patched already](https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1452). If you're running this bridge, you may wish to [upgrade](./docs/maintenance-upgrading-services.md)."
  3685. msgstr ""
  3686. #: ../../../CHANGELOG.md:2708
  3687. msgid "2021-11-11"
  3688. msgstr ""
  3689. #: ../../../CHANGELOG.md:2710
  3690. msgid "Dropped support for Postgres v9.6"
  3691. msgstr ""
  3692. #: ../../../CHANGELOG.md:2712
  3693. msgid "Postgres v9.6 reached its end of life today, so the playbook will refuse to run for you if you're still on that version."
  3694. msgstr ""
  3695. #: ../../../CHANGELOG.md:2714
  3696. msgid "Synapse still supports v9.6 (for now), but we're retiring support for it early, to avoid having to maintain support for so many Postgres versions. Users that are still on Postgres v9.6 can easily [upgrade Postgres](docs/maintenance-postgres.md#upgrading-postgresql) via the playbook."
  3697. msgstr ""
  3698. #: ../../../CHANGELOG.md:2717
  3699. msgid "2021-10-23"
  3700. msgstr ""
  3701. #: ../../../CHANGELOG.md:2719
  3702. msgid "Hangouts bridge no longer updated, superseded by a Googlechat bridge"
  3703. msgstr ""
  3704. #: ../../../CHANGELOG.md:2721
  3705. msgid "The mautrix-hangouts bridge is no longer receiving updates upstream and is likely to stop working in the future. We still retain support for this bridge in the playbook, but you're encouraged to switch away from it."
  3706. msgstr ""
  3707. #: ../../../CHANGELOG.md:2723
  3708. msgid "There's a new [mautrix-googlechat](https://github.com/mautrix/googlechat) bridge that you can [install using the playbook](docs/configuring-playbook-bridge-mautrix-googlechat.md). Your **Hangouts bridge data will not be migrated**, however. You need to start fresh with the new bridge."
  3709. msgstr ""
  3710. #: ../../../CHANGELOG.md:2726
  3711. msgid "2021-08-23"
  3712. msgstr ""
  3713. #: ../../../CHANGELOG.md:2728
  3714. msgid "LinkedIn bridging support via beeper-linkedin"
  3715. msgstr ""
  3716. #: ../../../CHANGELOG.md:2730
  3717. msgid "Thanks to [Alexandar Mechev](https://github.com/apmechev), the playbook can now install the [beeper-linkedin](https://gitlab.com/beeper/linkedin) bridge for bridging to [LinkedIn](https://www.linkedin.com/) Messaging."
  3718. msgstr ""
  3719. #: ../../../CHANGELOG.md:2732
  3720. msgid "This brings the total number of bridges supported by the playbook up to 20. See all supported bridges [here](docs/configuring-playbook.md#bridging-other-networks)."
  3721. msgstr ""
  3722. #: ../../../CHANGELOG.md:2734
  3723. msgid "To get started with bridging to LinkedIn, see [Setting up Beeper LinkedIn bridging](docs/configuring-playbook-bridge-beeper-linkedin.md)."
  3724. msgstr ""
  3725. #: ../../../CHANGELOG.md:2737
  3726. msgid "2021-08-20"
  3727. msgstr ""
  3728. #: ../../../CHANGELOG.md:2739
  3729. msgid "Sygnal upgraded — ARM support and no longer requires a database"
  3730. msgstr ""
  3731. #: ../../../CHANGELOG.md:2741
  3732. msgid "The [Sygnal](docs/configuring-playbook-sygnal.md) push gateway has been upgraded from `v0.9.0` to `v0.10.1`."
  3733. msgstr ""
  3734. #: ../../../CHANGELOG.md:2743
  3735. msgid "This is an optional component for the playbook, so most of our users wouldn't care about this announcement."
  3736. msgstr ""
  3737. #: ../../../CHANGELOG.md:2745
  3738. msgid "Since this feels like a relatively big (and untested, as of yet) Sygnal change, we're putting up this changelog entry."
  3739. msgstr ""
  3740. #: ../../../CHANGELOG.md:2747
  3741. msgid "The new version is also available for the ARM architecture. It also no longer requires a database anymore. If you need to downgrade to the previous version, changing `matrix_sygnal_version` or `matrix_sygnal_docker_image` will not be enough, as we've removed the `database` configuration completely. You'd need to switch to an earlier playbook commit."
  3742. msgstr ""
  3743. #: ../../../CHANGELOG.md:2750
  3744. msgid "2021-05-21"
  3745. msgstr ""
  3746. #: ../../../CHANGELOG.md:2752
  3747. msgid "Hydrogen support"
  3748. msgstr ""
  3749. #: ../../../CHANGELOG.md:2754
  3750. msgid "Thanks to [Aaron Raimist](https://github.com/aaronraimist), the playbook now supports [Hydrogen](https://github.com/vector-im/hydrogen-web) — a new lightweight Matrix client with legacy and mobile browser support."
  3751. msgstr ""
  3752. #: ../../../CHANGELOG.md:2756
  3753. msgid "By default, we still install Element Web, as Hydrogen is still not fully-featured. Still, people who'd like to try Hydrogen out can now install it via the playbook."
  3754. msgstr ""
  3755. #: ../../../CHANGELOG.md:2758
  3756. msgid "Additional details are available in [Setting up Hydrogen](docs/configuring-playbook-client-hydrogen.md)."
  3757. msgstr ""
  3758. #: ../../../CHANGELOG.md:2761
  3759. msgid "2021-05-19"
  3760. msgstr ""
  3761. #: ../../../CHANGELOG.md:2763
  3762. msgid "Heisenbridge support"
  3763. msgstr ""
  3764. #: ../../../CHANGELOG.md:2765
  3765. msgid "Thanks to [Toni Spets (hifi)](https://github.com/hifi), the playbook now supports bridging to [IRC](https://en.wikipedia.org/wiki/Internet_Relay_Chat) using yet another bridge (besides matrix-appservice-irc), called [Heisenbridge](https://github.com/hifi/heisenbridge)."
  3766. msgstr ""
  3767. #: ../../../CHANGELOG.md:2767
  3768. msgid "Additional details are available in [Setting up Heisenbridge bouncer-style IRC bridging](docs/configuring-playbook-bridge-heisenbridge.md)."
  3769. msgstr ""
  3770. #: ../../../CHANGELOG.md:2770
  3771. msgid "2021-04-16"
  3772. msgstr ""
  3773. #: ../../../CHANGELOG.md:2772
  3774. msgid "Disabling TLSv1 and TLSv1.1 for coturn"
  3775. msgstr ""
  3776. #: ../../../CHANGELOG.md:2774
  3777. msgid "To improve security, we've [removed TLSv1 and TLSv1.1 support](https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/999) from our default [coturn](https://github.com/coturn/coturn) configuration."
  3778. msgstr ""
  3779. #: ../../../CHANGELOG.md:2776
  3780. msgid "If you need to support old clients, you can re-enable both (or whichever one you need) with the following configuration:"
  3781. msgstr ""
  3782. #: ../../../CHANGELOG.md:2784
  3783. msgid "2021-04-05"
  3784. msgstr ""
  3785. #: ../../../CHANGELOG.md:2786
  3786. msgid "Automated local Postgres backup support"
  3787. msgstr ""
  3788. #: ../../../CHANGELOG.md:2788
  3789. msgid "Thanks to [foxcris](https://github.com/foxcris), the playbook can now make automated local Postgres backups on a fixed schedule using [docker-postgres-backup-local](https://github.com/prodrigestivill/docker-postgres-backup-local)."
  3790. msgstr ""
  3791. #: ../../../CHANGELOG.md:2790
  3792. msgid "Additional details are available in [Setting up Postgres backup](docs/configuring-playbook-postgres-backup.md)."
  3793. msgstr ""
  3794. #: ../../../CHANGELOG.md:2793
  3795. msgid "2021-04-03"
  3796. msgstr ""
  3797. #: ../../../CHANGELOG.md:2795
  3798. msgid "Mjolnir moderation tool (bot) support"
  3799. msgstr ""
  3800. #: ../../../CHANGELOG.md:2797
  3801. msgid "Thanks to [Aaron Raimist](https://github.com/aaronraimist), the playbook can now install and configure the [Mjolnir](https://github.com/matrix-org/mjolnir) moderation tool (bot)."
  3802. msgstr ""
  3803. #: ../../../CHANGELOG.md:2799
  3804. msgid "Additional details are available in [Setting up Mjolnir](docs/configuring-playbook-bot-mjolnir.md)."
  3805. msgstr ""
  3806. #: ../../../CHANGELOG.md:2802
  3807. msgid "2021-03-20"
  3808. msgstr ""
  3809. #: ../../../CHANGELOG.md:2804
  3810. msgid "Sygnal push gateway support"
  3811. msgstr ""
  3812. #: ../../../CHANGELOG.md:2806
  3813. msgid "The playbook can now install the [Sygnal](https://github.com/matrix-org/sygnal) push gateway for you."
  3814. msgstr ""
  3815. #: ../../../CHANGELOG.md:2808
  3816. msgid "This is only useful to people who develop/build their own Matrix client applications."
  3817. msgstr ""
  3818. #: ../../../CHANGELOG.md:2810
  3819. msgid "Additional details are available in our [Setting up the Sygnal push gateway](docs/configuring-playbook-sygnal.md) docs."
  3820. msgstr ""
  3821. #: ../../../CHANGELOG.md:2813
  3822. msgid "2021-03-16"
  3823. msgstr ""
  3824. #: ../../../CHANGELOG.md:2815
  3825. msgid "Go-NEB support"
  3826. msgstr ""
  3827. #: ../../../CHANGELOG.md:2817
  3828. msgid "Thanks to [Zir0h](https://github.com/Zir0h), the playbook can now install and configure the [Go-NEB](https://github.com/matrix-org/go-neb) bot."
  3829. msgstr ""
  3830. #: ../../../CHANGELOG.md:2819
  3831. msgid "Additional details are available in [Setting up Go-NEB](docs/configuring-playbook-bot-go-neb.md)."
  3832. msgstr ""
  3833. #: ../../../CHANGELOG.md:2822
  3834. msgid "2021-02-19"
  3835. msgstr ""
  3836. #: ../../../CHANGELOG.md:2824
  3837. msgid "GroupMe bridging support via mx-puppet-groupme"
  3838. msgstr ""
  3839. #: ../../../CHANGELOG.md:2826
  3840. msgid "Thanks to [Cody Neiman](https://github.com/xangelix), the playbook can now install the [mx-puppet-groupme](https://gitlab.com/robintown/mx-puppet-groupme) bridge for bridging to [GroupMe](https://groupme.com)."
  3841. msgstr ""
  3842. #: ../../../CHANGELOG.md:2828
  3843. msgid "This brings the total number of bridges supported by the playbook up to 18. See all supported bridges [here](docs/configuring-playbook.md#bridging-other-networks)."
  3844. msgstr ""
  3845. #: ../../../CHANGELOG.md:2830
  3846. msgid "To get started, follow our [Setting up MX Puppet GroupMe](docs/configuring-playbook-bridge-mx-puppet-groupme.md) docs."
  3847. msgstr ""
  3848. #: ../../../CHANGELOG.md:2832
  3849. msgid "Mautrix Instagram bridging support"
  3850. msgstr ""
  3851. #: ../../../CHANGELOG.md:2834
  3852. msgid "The playbook now supports bridging with [Instagram](https://www.instagram.com/) by installing the [mautrix-instagram](https://github.com/tulir/mautrix-instagram) bridge. This playbook functionality is available thanks to [@MarcProe](https://github.com/MarcProe)."
  3853. msgstr ""
  3854. #: ../../../CHANGELOG.md:2836
  3855. msgid "Additional details are available in [Setting up Mautrix Instagram bridging](docs/configuring-playbook-bridge-mautrix-instagram.md)."
  3856. msgstr ""
  3857. #: ../../../CHANGELOG.md:2838
  3858. msgid "Synapse workers support"
  3859. msgstr ""
  3860. #: ../../../CHANGELOG.md:2840
  3861. msgid "After [lots and lots of work](https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/456) (done over many months by [Marcel Partap](https://github.com/eMPee584), [Max Klenk](https://github.com/maxklenk), a few others from the [Technical University of Dresden, Germany](https://tu-dresden.de/) and various other contributors), support for Synapse workers has finally landed."
  3862. msgstr ""
  3863. #: ../../../CHANGELOG.md:2842
  3864. msgid "Having support for workers makes the playbook suitable for larger homeserver deployments."
  3865. msgstr ""
  3866. #: ../../../CHANGELOG.md:2844
  3867. msgid "Our setup is not yet perfect (we don't support all types of workers; scaling some of them (like `pusher`, `federation_sender`) beyond a single instance is not yet supported). Still, it's a great start and can already power homeservers with thousands of users, like the [Matrix deployment at TU Dresden](https://doc.matrix.tu-dresden.de/en/) discussed in [Matrix Live S06E09 — TU Dresden on their Matrix deployment](https://www.youtube.com/watch?v=UHJX2pmT2gk)."
  3868. msgstr ""
  3869. #: ../../../CHANGELOG.md:2846
  3870. msgid "By default, workers are disabled and Synapse runs as a single process (homeservers don't necessarily need the complexity and increased memory requirements of running a worker-based setup)."
  3871. msgstr ""
  3872. #: ../../../CHANGELOG.md:2848
  3873. msgid "To enable Synapse workers, follow our [Load balancing with workers](docs/configuring-playbook-synapse.md#load-balancing-with-workers) documentation."
  3874. msgstr ""
  3875. #: ../../../CHANGELOG.md:2851
  3876. msgid "2021-02-12"
  3877. msgstr ""
  3878. #: ../../../CHANGELOG.md:2853
  3879. msgid "(Potential Breaking Change) Monitoring/metrics support using Prometheus and Grafana"
  3880. msgstr ""
  3881. #: ../../../CHANGELOG.md:2855
  3882. msgid "Thanks to [@Peetz0r](https://github.com/Peetz0r), the playbook can now install a bunch of tools for monitoring your Matrix server: the [Prometheus](https://prometheus.io) time-series database server, the Prometheus [node-exporter](https://prometheus.io/docs/guides/node-exporter/) host metrics exporter, and the [Grafana](https://grafana.com/) web UI."
  3883. msgstr ""
  3884. #: ../../../CHANGELOG.md:2857
  3885. msgid "To get get these installed, follow our [Enabling metrics and graphs (Prometheus, Grafana) for your Matrix server](docs/configuring-playbook-prometheus-grafana.md) docs page."
  3886. msgstr ""
  3887. #: ../../../CHANGELOG.md:2859
  3888. msgid "This update comes with a **potential breaking change** for people who were already exposing Synapse metrics (for consumption via another Prometheus installation). From now on, `matrix_synapse_metrics_enabled: true` no longer exposes metrics publicly via matrix-nginx-proxy (at `https://matrix.example.com/_synapse/metrics`). To do so, you'd need to explicitly set `matrix_nginx_proxy_proxy_synapse_metrics: true`."
  3889. msgstr ""
  3890. #: ../../../CHANGELOG.md:2862
  3891. msgid "2021-01-31"
  3892. msgstr ""
  3893. #: ../../../CHANGELOG.md:2864
  3894. msgid "Etherpad support"
  3895. msgstr ""
  3896. #: ../../../CHANGELOG.md:2866
  3897. msgid "Thanks to [@pushytoxin](https://github.com/pushytoxin), the playbook can now install the [Etherpad](https://etherpad.org) realtime collaborative text editor. It can be used in a [Jitsi](https://jitsi.org/) audio/video call or integrated as a widget into Matrix chat rooms via the [Dimension](https://dimension.t2bot.io) integration manager."
  3898. msgstr ""
  3899. #: ../../../CHANGELOG.md:2868
  3900. msgid "To get it installed, follow [our Etherpad docs page](docs/configuring-playbook-etherpad.md)."
  3901. msgstr ""
  3902. #: ../../../CHANGELOG.md:2871
  3903. msgid "2021-01-22"
  3904. msgstr ""
  3905. #: ../../../CHANGELOG.md:2873
  3906. msgid "(Breaking Change) Postgres changes that require manual intervention"
  3907. msgstr ""
  3908. #: ../../../CHANGELOG.md:2875
  3909. msgid "We've made a lot of changes to our Postgres setup and some manual action is required (described below). Sorry about the hassle."
  3910. msgstr ""
  3911. #: ../../../CHANGELOG.md:2877
  3912. msgid "**TLDR**: people running an [external Postgres server](docs/configuring-playbook-external-postgres.md) don't need to change anything for now. Everyone else (the common/default case) is affected and manual intervention is required."
  3913. msgstr ""
  3914. #: ../../../CHANGELOG.md:2879
  3915. msgid "Why?"
  3916. msgstr ""
  3917. #: ../../../CHANGELOG.md:2881
  3918. msgid "we had a default Postgres password (`matrix_postgres_connection_password: synapse-password`), which we think is **not ideal for security anymore**. We now ask you to generate/provide a strong password yourself. Postgres is normally not exposed outside the container network, making it relatively secure, but still:"
  3919. msgstr ""
  3920. #: ../../../CHANGELOG.md:2882
  3921. msgid "by tweaking the configuration, you may end up intentionally or unintentionally exposing your Postgres server to the local network (or even publicly), while still using the default default credentials (`synapse` + `synapse-password`)"
  3922. msgstr ""
  3923. #: ../../../CHANGELOG.md:2883
  3924. msgid "we can't be sure we trust all these services (bridges, etc). Some of them may try to talk to or attack `matrix-postgres` using the default credentials (`synapse` + `synapse-password`)"
  3925. msgstr ""
  3926. #: ../../../CHANGELOG.md:2884
  3927. msgid "you may have other containers running on the same Docker network, which may try to talk to or attack `matrix-postgres` using the default credentials (`synapse` + `synapse-password`)"
  3928. msgstr ""
  3929. #: ../../../CHANGELOG.md:2885
  3930. msgid "our Postgres usage **was overly-focused on Synapse** (default username of `synapse` and default/main database of `homeserver`). Additional homeserver options are likely coming in the future ([Dendrite](https://matrix.org/docs/projects/server/dendrite), [Conduit](https://matrix.org/docs/projects/server/conduit), [The Construct](https://matrix.org/docs/projects/server/construct)), so being too focused on `matrix-synapse` is not great. From now on, Synapse is just another component of this playbook, which happens to have an *additional database* (called `synapse`) on the Postgres server."
  3931. msgstr ""
  3932. #: ../../../CHANGELOG.md:2886
  3933. msgid "we try to reorganize things a bit, to make the playbook even friendlier to people running an [external Postgres server](docs/configuring-playbook-external-postgres.md). Work on this will proceed in the future."
  3934. msgstr ""
  3935. #: ../../../CHANGELOG.md:2888
  3936. msgid "So, this is some **effort to improve security** and to **prepare for a brighter future of having more homeserver options** than just Synapse."
  3937. msgstr ""
  3938. #: ../../../CHANGELOG.md:2890
  3939. msgid "What has really changed?"
  3940. msgstr ""
  3941. #: ../../../CHANGELOG.md:2892
  3942. msgid "the default superuser Postgres username is now `matrix` (used to be `synapse`)"
  3943. msgstr ""
  3944. #: ../../../CHANGELOG.md:2893
  3945. msgid "the default Postgres database is now `matrix` (used to be `homeserver`)"
  3946. msgstr ""
  3947. #: ../../../CHANGELOG.md:2894
  3948. msgid "Synapse's database is now `synapse` (used to be `homeserver`). This is now just another \"additional database\" that the playbook manages for you"
  3949. msgstr ""
  3950. #: ../../../CHANGELOG.md:2895
  3951. msgid "Synapse's user called `synapse` is just a regular user that can only use the `synapse` database (not a superuser anymore)"
  3952. msgstr ""
  3953. #: ../../../CHANGELOG.md:2897
  3954. msgid "What do I do if I'm using the integrated Postgres server (default)?"
  3955. msgstr ""
  3956. #: ../../../CHANGELOG.md:2899
  3957. msgid "By default, the playbook runs an integrated Postgres server for you in a container (`matrix-postgres`). Unless you've explicitly configured an [external Postgres server](docs/configuring-playbook-external-postgres.md), these steps are meant for you."
  3958. msgstr ""
  3959. #: ../../../CHANGELOG.md:2901
  3960. msgid "To migrate to the new setup, expect a few minutes of downtime, while you follow these steps:"
  3961. msgstr ""
  3962. #: ../../../CHANGELOG.md:2903
  3963. msgid "We believe the steps below are safe and you won't encounter any data loss, but consider [making a Postgres backup](docs/maintenance-postgres.md#backing-up-postgresql) anyway. If you've never backed up Postgres, now would be a good time to try it."
  3964. msgstr ""
  3965. #: ../../../CHANGELOG.md:2905
  3966. msgid "Generate a strong password to be used for your superuser Postgres user (called `matrix`). You can create one with a command like `pwgen -s 64 1`. The **maximum length** for a Postgres password is 100 bytes (characters). Don't go crazy!"
  3967. msgstr ""
  3968. #: ../../../CHANGELOG.md:2907
  3969. msgid "Update your playbook's `inventory/host_vars/matrix.example.com/vars.yml` file, adding a line like this:"
  3970. msgstr ""
  3971. #: ../../../CHANGELOG.md:2912
  3972. #: ../../../CHANGELOG.md:2924
  3973. msgid "… where `YOUR_POSTGRES_PASSWORD_HERE` is to be replaced with the password you generated during step #2."
  3974. msgstr ""
  3975. #: ../../../CHANGELOG.md:2914
  3976. msgid "Stop all services: `ansible-playbook -i inventory/hosts setup.yml --tags=stop`"
  3977. msgstr ""
  3978. #: ../../../CHANGELOG.md:2915
  3979. msgid "Log in to the server via SSH. The next commands will be performed there."
  3980. msgstr ""
  3981. #: ../../../CHANGELOG.md:2916
  3982. msgid "Start the Postgres database server: `systemctl start matrix-postgres`"
  3983. msgstr ""
  3984. #: ../../../CHANGELOG.md:2917
  3985. msgid "Open a Postgres shell: `/usr/local/bin/matrix-postgres-cli`"
  3986. msgstr ""
  3987. #: ../../../CHANGELOG.md:2918
  3988. msgid "Execute the following query, while making sure to **change the password inside** (**don't forget the ending `;`**):"
  3989. msgstr ""
  3990. #: ../../../CHANGELOG.md:2926
  3991. msgid "Execute the following queries as you see them (no modifications necessary, so you can just **paste them all at once**):"
  3992. msgstr ""
  3993. #: ../../../CHANGELOG.md:2944
  3994. msgid "You may need to press *Enter* after pasting the lines above."
  3995. msgstr ""
  3996. #: ../../../CHANGELOG.md:2946
  3997. msgid "Re-run the playbook normally: `ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start`"
  3998. msgstr ""
  3999. #: ../../../CHANGELOG.md:2948
  4000. msgid "What do I do if I'm using an external Postgres server?"
  4001. msgstr ""
  4002. #: ../../../CHANGELOG.md:2950
  4003. msgid "If you've explicitly configured an [external Postgres server](docs/configuring-playbook-external-postgres.md), there are **no changes** that you need to do at this time."
  4004. msgstr ""
  4005. #: ../../../CHANGELOG.md:2952
  4006. msgid "The fact that we've renamed Synapse's database from `homeserver` to `synapse` (in our defaults) should not affect you, as you're already explicitly defining `matrix_synapse_database_database` (if you've followed our guide, that is). If you're not explicitly defining this variable, you may wish to do so (`matrix_synapse_database_database: homeserver`), to avoid the new `synapse` default and keep things as they were."
  4007. msgstr ""
  4008. #: ../../../CHANGELOG.md:2955
  4009. msgid "2021-01-20"
  4010. msgstr ""
  4011. #: ../../../CHANGELOG.md:2957
  4012. msgid "(Breaking Change) The mautrix-facebook bridge now requires a Postgres database"
  4013. msgstr ""
  4014. #: ../../../CHANGELOG.md:2959
  4015. msgid "**Update from 2021-11-15**: SQLite support has been re-added to the mautrix-facebook bridge in [v0.3.2](https://github.com/mautrix/facebook/releases/tag/v0.3.2). You can ignore this changelog entry."
  4016. msgstr ""
  4017. #: ../../../CHANGELOG.md:2961
  4018. msgid "A new version of the [mautrix-facebook](https://github.com/tulir/mautrix-facebook) bridge has been released. It's a full rewrite of its backend and the bridge now requires Postgres. New versions of the bridge can no longer run on SQLite."
  4019. msgstr ""
  4020. #: ../../../CHANGELOG.md:2963
  4021. msgid "**TLDR**: if you're NOT using an [external Postgres server](docs/configuring-playbook-external-postgres.md) and have NOT forcefully kept the bridge on SQLite during [The big move to all-on-Postgres (potentially dangerous)](#the-big-move-to-all-on-postgres-potentially-dangerous), you will be automatically upgraded without manual intervention. All you need to do is send a `login` message to the Facebook bridge bot again."
  4022. msgstr ""
  4023. #: ../../../CHANGELOG.md:2965
  4024. msgid "Whether this change requires your intervention depends mostly on:"
  4025. msgstr ""
  4026. #: ../../../CHANGELOG.md:2966
  4027. msgid "whether you're using an [external Postgres server](docs/configuring-playbook-external-postgres.md). If yes, then [you need to do something](#upgrade-path-for-people-running-an-external-postgres-server)."
  4028. msgstr ""
  4029. #: ../../../CHANGELOG.md:2967
  4030. msgid "or whether you've force-changed the bridge's database engine to SQLite (`matrix_mautrix_facebook_database_engine: 'sqlite'` in your `vars.yml`) some time in the past (likely during [The big move to all-on-Postgres (potentially dangerous)](#the-big-move-to-all-on-postgres-potentially-dangerous))."
  4031. msgstr ""
  4032. #: ../../../CHANGELOG.md:2969
  4033. msgid "As already mentioned above, you most likely don't need to do anything. If you rerun the playbook and don't get an error, you've been automatically upgraded. Just send a `login` message to the Facebook bridge bot again. Otherwise, read below for a solution."
  4034. msgstr ""
  4035. #: ../../../CHANGELOG.md:2971
  4036. msgid "Upgrade path for people NOT running an external Postgres server (default for the playbook)"
  4037. msgstr ""
  4038. #: ../../../CHANGELOG.md:2973
  4039. msgid "If you're **not running an external Postgres server**, then this bridge either already works on Postgres for you, or you've intentionally kept it back on SQLite with custom configuration (`matrix_mautrix_facebook_database_engine: 'sqlite'` in your `vars.yml`) ."
  4040. msgstr ""
  4041. #: ../../../CHANGELOG.md:2975
  4042. msgid "Simply remove that custom configuration from your `vars.yml` file (if it's there) and re-run the playbook. It should upgrade you automatically. You'll need to send a `login` message to the Facebook bridge bot again."
  4043. msgstr ""
  4044. #: ../../../CHANGELOG.md:2977
  4045. msgid "Alternatively, [you can stay on SQLite for a little longer](#staying-on-sqlite-for-a-little-longer-temporary-solution)."
  4046. msgstr ""
  4047. #: ../../../CHANGELOG.md:2979
  4048. msgid "Upgrade path for people running an external Postgres server"
  4049. msgstr ""
  4050. #: ../../../CHANGELOG.md:2981
  4051. msgid "For people using the internal Postgres server (the default for the playbook):"
  4052. msgstr ""
  4053. #: ../../../CHANGELOG.md:2982
  4054. msgid "we automatically create an additional `matrix_mautrix_facebook` Postgres database and credentials to access it"
  4055. msgstr ""
  4056. #: ../../../CHANGELOG.md:2983
  4057. msgid "we automatically adjust the bridge's `matrix_mautrix_facebook_database_*` variables to point the bridge to that Postgres database"
  4058. msgstr ""
  4059. #: ../../../CHANGELOG.md:2984
  4060. msgid "we use [pgloader](https://pgloader.io/) to automatically import the existing SQLite data for the bridge into the `matrix_mautrix_facebook` Postgres database"
  4061. msgstr ""
  4062. #: ../../../CHANGELOG.md:2986
  4063. msgid "If you are using an [external Postgres server](docs/configuring-playbook-external-postgres.md), unfortunately we currently can't do any of that for you."
  4064. msgstr ""
  4065. #: ../../../CHANGELOG.md:2988
  4066. msgid "You have 3 ways to proceed:"
  4067. msgstr ""
  4068. #: ../../../CHANGELOG.md:2990
  4069. msgid "contribute to the playbook to make this possible (difficult)"
  4070. msgstr ""
  4071. #: ../../../CHANGELOG.md:2991
  4072. msgid "or, do the migration \"steps\" manually:"
  4073. msgstr ""
  4074. #: ../../../CHANGELOG.md:2992
  4075. msgid "stop the bridge (`systemctl stop matrix-mautrix-facebook`)"
  4076. msgstr ""
  4077. #: ../../../CHANGELOG.md:2993
  4078. msgid "create a new `matrix_mautrix_facebook` Postgres database for it"
  4079. msgstr ""
  4080. #: ../../../CHANGELOG.md:2994
  4081. msgid "run [pgloader](https://pgloader.io/) manually (we import this bridge's data using default settings and it works well)"
  4082. msgstr ""
  4083. #: ../../../CHANGELOG.md:2995
  4084. msgid "define `matrix_mautrix_facebook_database_*` variables in your `vars.yml` file (credentials, etc.) — you can find their defaults in `roles/custom/matrix-mautrix-facebook/defaults/main.yml`"
  4085. msgstr ""
  4086. #: ../../../CHANGELOG.md:2996
  4087. msgid "switch the bridge to Postgres (`matrix_mautrix_facebook_database_engine: 'postgres'` in your `vars.yml` file)"
  4088. msgstr ""
  4089. #: ../../../CHANGELOG.md:2997
  4090. msgid "re-run the playbook (`--tags=setup-all,start`) and ensure the bridge works (`systemctl status matrix-mautrix-facebook` and `journalctl -fu matrix-mautrix-facebook`)"
  4091. msgstr ""
  4092. #: ../../../CHANGELOG.md:2998
  4093. msgid "send a `login` message to the Facebook bridge bot again"
  4094. msgstr ""
  4095. #: ../../../CHANGELOG.md:2999
  4096. msgid "or, [stay on SQLite for a little longer (temporary solution)](#staying-on-sqlite-for-a-little-longer-temporary-solution)"
  4097. msgstr ""
  4098. #: ../../../CHANGELOG.md:3001
  4099. msgid "Staying on SQLite for a little longer (temporary solution)"
  4100. msgstr ""
  4101. #: ../../../CHANGELOG.md:3003
  4102. msgid "To keep using this bridge with SQLite for a little longer (**not recommended**), use the following configuration in your `vars.yml` file:"
  4103. msgstr ""
  4104. #: ../../../CHANGELOG.md:3013
  4105. msgid "If you do this, keep in mind that **you can't run this forever**. This SQLite-supporting bridge version is not getting any updates and will break sooner or later. The playbook will also drop support for SQLite at some point in the future."
  4106. msgstr ""
  4107. #: ../../../CHANGELOG.md:3016
  4108. msgid "2021-01-17"
  4109. msgstr ""
  4110. #: ../../../CHANGELOG.md:3018
  4111. msgid "matrix-corporal goes 2.0"
  4112. msgstr ""
  4113. #: ../../../CHANGELOG.md:3020
  4114. msgid "[matrix-corporal v2 has been released](https://github.com/devture/matrix-corporal/releases/tag/2.0.0) and the playbook also supports it now."
  4115. msgstr ""
  4116. #: ../../../CHANGELOG.md:3022
  4117. msgid "No manual intervention is required in the common case."
  4118. msgstr ""
  4119. #: ../../../CHANGELOG.md:3024
  4120. msgid "The new [matrix-corporal](https://github.com/devture/matrix-corporal) version is also the first one to support Interactive Authentication. If you wish to enable that (hint: you should), you'll need to set up the [REST auth password provider](docs/configuring-playbook-rest-auth.md). There's more information in [our matrix-corporal docs](docs/configuring-playbook-matrix-corporal.md)."
  4121. msgstr ""
  4122. #: ../../../CHANGELOG.md:3027
  4123. msgid "2021-01-14"
  4124. msgstr ""
  4125. #: ../../../CHANGELOG.md:3029
  4126. msgid "Moving from cronjobs to systemd timers"
  4127. msgstr ""
  4128. #: ../../../CHANGELOG.md:3031
  4129. msgid "We no longer use cronjobs for Let's Encrypt SSL renewal and `matrix-nginx-proxy`/`matrix-coturn` reloading. Instead, we've switched to systemd timers."
  4130. msgstr ""
  4131. #: ../../../CHANGELOG.md:3033
  4132. msgid "The largest benefit of this is that we no longer require you to install a cron daemon, thus simplifying our install procedure."
  4133. msgstr ""
  4134. #: ../../../CHANGELOG.md:3035
  4135. msgid "The playbook will migrate you from cronjobs to systemd timers automatically. This is just a heads up."
  4136. msgstr ""
  4137. #: ../../../CHANGELOG.md:3038
  4138. msgid "2021-01-08"
  4139. msgstr ""
  4140. #: ../../../CHANGELOG.md:3040
  4141. msgid "(Breaking Change) New SSL configuration"
  4142. msgstr ""
  4143. #: ../../../CHANGELOG.md:3042
  4144. msgid "SSL configuration (protocols, ciphers) can now be more easily controlled thanks to us making use of configuration presets."
  4145. msgstr ""
  4146. #: ../../../CHANGELOG.md:3044
  4147. msgid "We define a few presets (old, intermediate, modern), following the [Mozilla SSL Configuration Generator](https://ssl-config.mozilla.org/#server=nginx)."
  4148. msgstr ""
  4149. #: ../../../CHANGELOG.md:3046
  4150. msgid "A new variable `matrix_nginx_proxy_ssl_preset` controls which preset is used (defaults to `\"intermediate\"`)."
  4151. msgstr ""
  4152. #: ../../../CHANGELOG.md:3048
  4153. msgid "Compared to before, this changes nginx's `ssl_prefer_server_ciphers` to `off` (used to default to `on`). It also add some more ciphers to the list, giving better performance on mobile devices, and removes some weak ciphers. More information in the [documentation](docs/configuring-playbook-nginx.md)."
  4154. msgstr ""
  4155. #: ../../../CHANGELOG.md:3050
  4156. msgid "To revert to the old behaviour, set the following variables:"
  4157. msgstr ""
  4158. #: ../../../CHANGELOG.md:3057
  4159. msgid "Just like before, you can still use your own custom protocols by specifying them in `matrix_nginx_proxy_ssl_protocols`. Doing so overrides the values coming from the preset."
  4160. msgstr ""
  4161. #: ../../../CHANGELOG.md:3060
  4162. msgid "2021-01-03"
  4163. msgstr ""
  4164. #: ../../../CHANGELOG.md:3062
  4165. msgid "Signal bridging support via mautrix-signal"
  4166. msgstr ""
  4167. #: ../../../CHANGELOG.md:3064
  4168. msgid "Thanks to [laszabine](https://github.com/laszabine)'s efforts, the playbook now supports bridging to [Signal](https://www.signal.org/) via the [mautrix-signal](https://github.com/tulir/mautrix-signal) bridge. See our [Setting up Mautrix Signal bridging](docs/configuring-playbook-bridge-mautrix-signal.md) documentation page for getting started."
  4169. msgstr ""
  4170. #: ../../../CHANGELOG.md:3066
  4171. msgid "If you had installed the mautrix-signal bridge while its Pull Request was still work-in-progress, you can migrate your data to the new and final setup by referring to [this comment](https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/686#issuecomment-753510789)."
  4172. msgstr ""
  4173. #: ../../../CHANGELOG.md:3069
  4174. msgid "2020-12-23"
  4175. msgstr ""
  4176. #: ../../../CHANGELOG.md:3071
  4177. msgid "The big move to all-on-Postgres (potentially dangerous)"
  4178. msgstr ""
  4179. #: ../../../CHANGELOG.md:3073
  4180. msgid "**TLDR**: all your bridges (and other services) will likely be auto-migrated from SQLite/nedb to Postgres, hopefully without trouble. You can opt-out (see how below), if too worried about breakage."
  4181. msgstr ""
  4182. #: ../../../CHANGELOG.md:3075
  4183. msgid "Until now, we've only used Postgres as a database for Synapse. All other services (bridges, bots, etc.) were kept simple and used a file-based database (SQLite or nedb)."
  4184. msgstr ""
  4185. #: ../../../CHANGELOG.md:3077
  4186. msgid "Since [this huge pull request](https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/740), **all of our services now use Postgres by default**. Thanks to [Johanna Dorothea Reichmann](https://github.com/jdreichmann) for starting the work on it and for providing great input!"
  4187. msgstr ""
  4188. #: ../../../CHANGELOG.md:3079
  4189. msgid "Moving all services to Postgres brings a few **benefits** to us:"
  4190. msgstr ""
  4191. #: ../../../CHANGELOG.md:3081
  4192. msgid "**improved performance**"
  4193. msgstr ""
  4194. #: ../../../CHANGELOG.md:3082
  4195. msgid "**improved compatibility**. Most bridges are deprecating SQLite/nedb support or offer less features when not on Postgres."
  4196. msgstr ""
  4197. #: ../../../CHANGELOG.md:3083
  4198. msgid "**easier backups**. It's still some effort to take a proper backup (Postgres dump + various files, keys), but a Postgres dump now takes you much further."
  4199. msgstr ""
  4200. #: ../../../CHANGELOG.md:3084
  4201. msgid "we're now **more prepared to introduce other services** that need a Postgres database — [Dendrite](https://github.com/matrix-org/dendrite), the [mautrix-signal](https://github.com/tulir/mautrix-signal) bridge (existing [pull request](https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/686)), etc."
  4202. msgstr ""
  4203. #: ../../../CHANGELOG.md:3086
  4204. msgid "Key takeway"
  4205. msgstr ""
  4206. #: ../../../CHANGELOG.md:3088
  4207. msgid "existing installations that use an [external Postgres](https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/configuring-playbook-external-postgres.md) server should be unaffected (they remain on SQLite/nedb for all services, except Synapse)"
  4208. msgstr ""
  4209. #: ../../../CHANGELOG.md:3090
  4210. msgid "for existing installations which use our integrated Postgres database server (`matrix-postgres`, which is the default), **we automatically migrate data** from SQLite/nedb to Postgres and **archive the database files** (`something.db` -> `something.db.backup`), so you can restore them if you need to go back (see how below)."
  4211. msgstr ""
  4212. #: ../../../CHANGELOG.md:3092
  4213. msgid "Opting-out of the Postgres migration"
  4214. msgstr ""
  4215. #: ../../../CHANGELOG.md:3094
  4216. msgid "This is a **very large and somewhat untested change** (potentially dangerous), so **if you're not feeling confident/experimental, opt-out** of it for now. Still, it's the new default and what we (and various bridges) will focus on going forward, so don't stick to old ways for too long."
  4217. msgstr ""
  4218. #: ../../../CHANGELOG.md:3096
  4219. msgid "You can remain on SQLite/nedb (at least for now) by adding a variable like this to your `vars.yml` file for each service you use: `matrix_COMPONENT_database_engine: sqlite` (e.g. `matrix_mautrix_facebook_database_engine: sqlite`)."
  4220. msgstr ""
  4221. #: ../../../CHANGELOG.md:3098
  4222. msgid "Some services (like `appservice-irc` and `appservice-slack`) don't use SQLite, so use `nedb`, instead of `sqlite` for them."
  4223. msgstr ""
  4224. #: ../../../CHANGELOG.md:3100
  4225. msgid "Going back to SQLite/nedb if things went wrong"
  4226. msgstr ""
  4227. #: ../../../CHANGELOG.md:3102
  4228. msgid "If you went with the Postgres migration and it went badly for you (some bridge not working as expected or not working at all), do this:"
  4229. msgstr ""
  4230. #: ../../../CHANGELOG.md:3104
  4231. msgid "stop all services (`ansible-playbook -i inventory/hosts setup.yml --tags=stop`)"
  4232. msgstr ""
  4233. #: ../../../CHANGELOG.md:3105
  4234. msgid "SSH into the server and rename the old database files (`something.db.backup` -> `something.db`). Example: `mv /matrix/mautrix-facebook/data/mautrix-facebook.db.backup /matrix/mautrix-facebook/data/mautrix-facebook.db`"
  4235. msgstr ""
  4236. #: ../../../CHANGELOG.md:3106
  4237. msgid "switch the affected service back to SQLite (e.g. `matrix_mautrix_facebook_database_engine: sqlite`). Some services (like `appservice-irc` and `appservice-slack`) don't use SQLite, so use `nedb`, instead of `sqlite` for them."
  4238. msgstr ""
  4239. #: ../../../CHANGELOG.md:3107
  4240. msgid "re-run the playbook (`ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start`)"
  4241. msgstr ""
  4242. #: ../../../CHANGELOG.md:3108
  4243. msgid "[get in touch](README.md#support) with us"
  4244. msgstr ""
  4245. #: ../../../CHANGELOG.md:3110
  4246. msgid "2020-12-11"
  4247. msgstr ""
  4248. #: ../../../CHANGELOG.md:3112
  4249. msgid "synapse-janitor support removed"
  4250. msgstr ""
  4251. #: ../../../CHANGELOG.md:3114
  4252. msgid "We've removed support for the unmaintained [synapse-janitor](https://github.com/xwiki-labs/synapse_scripts) script. There's been past reports of it corrupting the Synapse database. Since there hasn't been any new development on it and it doesn't seem too useful nowadays, there's no point in including it in the playbook."
  4253. msgstr ""
  4254. #: ../../../CHANGELOG.md:3116
  4255. msgid "If you need to clean up or compact your database, consider using the Synapse Admin APIs directly. See our [Synapse maintenance](docs/maintenance-synapse.md) and [Postgres maintenance](docs/maintenance-postgres.md) documentation pages for more details."
  4256. msgstr ""
  4257. #: ../../../CHANGELOG.md:3118
  4258. msgid "Docker 20.10 is here"
  4259. msgstr ""
  4260. #: ../../../CHANGELOG.md:3120
  4261. msgid "(No need to do anything special in relation to this. Just something to keep in mind)"
  4262. msgstr ""
  4263. #: ../../../CHANGELOG.md:3122
  4264. msgid "Docker 20.10 got released recently and your server will likely get it the next time you update."
  4265. msgstr ""
  4266. #: ../../../CHANGELOG.md:3124
  4267. msgid "This is the first major Docker update in a long time and it packs a lot of changes. Some of them introduced some breakage for us initially (see [here](https://github.com/spantaleev/matrix-docker-ansible-deploy/commit/d08b27784f222effcbce2abf924bf07bbe0893be) and [here](https://github.com/spantaleev/matrix-docker-ansible-deploy/commit/7593d969e316cc0144bce378a5be58c76c2c37ee)), but it should be all good now."
  4268. msgstr ""
  4269. #: ../../../CHANGELOG.md:3127
  4270. msgid "2020-12-08"
  4271. msgstr ""
  4272. #: ../../../CHANGELOG.md:3129
  4273. msgid "openid APIs exposed by default on the federation port when federation disabled"
  4274. msgstr ""
  4275. #: ../../../CHANGELOG.md:3131
  4276. msgid "We've changed some defaults. People running with our default configuration (federation enabled), are not affected at all."
  4277. msgstr ""
  4278. #: ../../../CHANGELOG.md:3133
  4279. msgid "If you are running an unfederated server (`matrix_synapse_federation_enabled: false`), this may be of interest to you."
  4280. msgstr ""
  4281. #: ../../../CHANGELOG.md:3135
  4282. msgid "When federation is disabled, but ma1sd or Dimension are enabled, we'll now expose the `openid` APIs on the federation port. These APIs are necessary for some ma1sd features to work. If you'd like to prevent this, you can: `matrix_synapse_federation_port_openid_resource_required: false`."
  4283. msgstr ""
  4284. #: ../../../CHANGELOG.md:3138
  4285. msgid "2020-11-27"
  4286. msgstr ""
  4287. #: ../../../CHANGELOG.md:3140
  4288. msgid "Recent Jitsi updates may require configuration changes"
  4289. msgstr ""
  4290. #: ../../../CHANGELOG.md:3142
  4291. msgid "We've recently [updated from Jitsi build 4857 to build 5142](https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/719), which brings a lot of configuration changes."
  4292. msgstr ""
  4293. #: ../../../CHANGELOG.md:3144
  4294. msgid "**If you use our default Jitsi settings, you won't have to do anything.**"
  4295. msgstr ""
  4296. #: ../../../CHANGELOG.md:3146
  4297. msgid "People who have [fine-tuned Jitsi](docs/configuring-playbook-jitsi.md#optional-fine-tune-jitsi) may find that some options got renamed now, others are gone and yet others still need to be defined in another way."
  4298. msgstr ""
  4299. #: ../../../CHANGELOG.md:3148
  4300. msgid "The next time you run the playbook [installation](docs/installing.md) command, our validation logic will tell you if you're using some variables like that and will recommend a migration path for each one."
  4301. msgstr ""
  4302. #: ../../../CHANGELOG.md:3150
  4303. msgid "Additionally, we've recently disabled transcriptions (`jitsi_enable_transcriptions: false`) and recording (`jitsi_enable_recording: false`) by default. These features did not work anyway, because we don't install the required dependencies for them (Jigasi and Jibri, respectively). If you've been somehow pointing your Jitsi installation to some manually installed Jigasi/Jibri service, you may need to toggle these flags back to enabled to have transcriptions and recordings working."
  4304. msgstr ""
  4305. #: ../../../CHANGELOG.md:3153
  4306. msgid "2020-11-23"
  4307. msgstr ""
  4308. #: ../../../CHANGELOG.md:3155
  4309. #: ../../../CHANGELOG.md:3163
  4310. msgid "Breaking change matrix-sms-bridge"
  4311. msgstr ""
  4312. #: ../../../CHANGELOG.md:3157
  4313. msgid "Because of many problems using gammu as SMS provider, matrix-sms-bridge now uses (https://github.com/RebekkaMa/android-sms-gateway-server) by default. See (the docs)[./docs/configuring-playbook-bridge-matrix-bridge-sms.md] which new vars you need to add."
  4314. msgstr ""
  4315. #: ../../../CHANGELOG.md:3159
  4316. msgid "If you are using this playbook to deploy matrix-sms-bridge and still really want to use gammu as SMS provider, we could possibly add support for both android-sms-gateway-server and gammu."
  4317. msgstr ""
  4318. #: ../../../CHANGELOG.md:3161
  4319. msgid "2020-11-13"
  4320. msgstr ""
  4321. #: ../../../CHANGELOG.md:3165
  4322. msgid "The new version of [matrix-sms-bridge](https://github.com/benkuly/matrix-sms-bridge) changed its database from neo4j to h2. You need to sync the bridge at the first start. Note that this only will sync rooms where the @smsbot:yourServer is member. For rooms without @smsbot:yourServer you need to kick and invite the telephone number **or** invite @smsbot:yourServer."
  4323. msgstr ""
  4324. #: ../../../CHANGELOG.md:3167
  4325. msgid "Add the following to your `vars.yml` file: `matrix_sms_bridge_container_extra_arguments=['--env SPRING_PROFILES_ACTIVE=initialsync']`"
  4326. msgstr ""
  4327. #: ../../../CHANGELOG.md:3168
  4328. msgid "Login to your host shell and remove old systemd file from your host: `rm /etc/systemd/system/matrix-sms-bridge-database.service`"
  4329. msgstr ""
  4330. #: ../../../CHANGELOG.md:3169
  4331. msgid "Run `ansible-playbook -i inventory/hosts setup.yml --tags=setup-matrix-sms-bridge,start`"
  4332. msgstr ""
  4333. #: ../../../CHANGELOG.md:3170
  4334. msgid "Login to your host shell and check the logs with `journalctl -u matrix-sms-bridge` until the sync finished."
  4335. msgstr ""
  4336. #: ../../../CHANGELOG.md:3171
  4337. msgid "Remove the var from the first step."
  4338. msgstr ""
  4339. #: ../../../CHANGELOG.md:3172
  4340. msgid "Run `ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start`."
  4341. msgstr ""
  4342. #: ../../../CHANGELOG.md:3174
  4343. msgid "2020-11-10"
  4344. msgstr ""
  4345. #: ../../../CHANGELOG.md:3176
  4346. msgid "Dynamic DNS support"
  4347. msgstr ""
  4348. #: ../../../CHANGELOG.md:3178
  4349. msgid "Thanks to [Scott Crossen](https://github.com/scottcrossen), the playbook can now manage Dynamic DNS for you using [ddclient](https://ddclient.net/)."
  4350. msgstr ""
  4351. #: ../../../CHANGELOG.md:3180
  4352. msgid "To learn more, follow our [Dynamic DNS docs page](docs/configuring-playbook-dynamic-dns.md)."
  4353. msgstr ""
  4354. #: ../../../CHANGELOG.md:3183
  4355. msgid "2020-10-28"
  4356. msgstr ""
  4357. #: ../../../CHANGELOG.md:3185
  4358. msgid "(Compatibility Break) https://matrix.example.com/ now redirects to https://element.example.com/"
  4359. msgstr ""
  4360. #: ../../../CHANGELOG.md:3187
  4361. msgid "Until now, we used to serve a static page coming from Synapse at `https://matrix.example.com/`. This page was not very useful to anyone."
  4362. msgstr ""
  4363. #: ../../../CHANGELOG.md:3189
  4364. msgid "Since `matrix.example.com` may be accessed by regular users in certain conditions, it's probably better to redirect them to a better place (e.g. to [Element Web](docs/configuring-playbook-client-element-web.md))."
  4365. msgstr ""
  4366. #: ../../../CHANGELOG.md:3191
  4367. msgid "If Element Web is installed (`matrix_client_element_enabled: true`, which it is by default), we now redirect people to it, instead of showing them a Synapse static page."
  4368. msgstr ""
  4369. #: ../../../CHANGELOG.md:3193
  4370. msgid "If you'd like to control where the redirect goes, use the `matrix_nginx_proxy_proxy_matrix_client_redirect_root_uri_to_domain` variable. To restore the old behavior of not redirecting anywhere and serving the Synapse static page, set it to an empty value (`matrix_nginx_proxy_proxy_matrix_client_redirect_root_uri_to_domain: \"\"`)."
  4371. msgstr ""
  4372. #: ../../../CHANGELOG.md:3196
  4373. msgid "2020-10-26"
  4374. msgstr ""
  4375. #: ../../../CHANGELOG.md:3198
  4376. msgid "(Compatibility Break) /_synapse/admin is no longer publicly exposed by default"
  4377. msgstr ""
  4378. #: ../../../CHANGELOG.md:3200
  4379. msgid "We used to expose the Synapse Admin APIs publicly (at `https://matrix.example.com/_synapse/admin`). These APIs require authentication with a valid access token, so it's not that big a deal to expose them."
  4380. msgstr ""
  4381. #: ../../../CHANGELOG.md:3202
  4382. msgid "However, following [official Synapse's reverse-proxying recommendations](https://github.com/element-hq/synapse/blob/master/docs/reverse_proxy.md#synapse-administration-endpoints), we're no longer exposing `/_synapse/admin` by default."
  4383. msgstr ""
  4384. #: ../../../CHANGELOG.md:3204
  4385. msgid "If you'd like to restore restore the old behavior and expose `/_synapse/admin` publicly, you can use the following configuration (in your `vars.yml`):"
  4386. msgstr ""
  4387. #: ../../../CHANGELOG.md:3211
  4388. msgid "2020-10-02"
  4389. msgstr ""
  4390. #: ../../../CHANGELOG.md:3213
  4391. msgid "Minimum Ansible version raised to v2.7.0"
  4392. msgstr ""
  4393. #: ../../../CHANGELOG.md:3215
  4394. msgid "We were claiming to support [Ansible](https://www.ansible.com/) v2.5.2 and higher, but issues like [#662](https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/662) demonstrate that we need at least v2.7.0."
  4395. msgstr ""
  4396. #: ../../../CHANGELOG.md:3217
  4397. msgid "If you've been using the playbook without getting any errors until now, you're probably on a version higher than that already (or you're not using the `matrix-ma1sd` and `matrix-client-element` roles)."
  4398. msgstr ""
  4399. #: ../../../CHANGELOG.md:3219
  4400. msgid "Our [Ansible docs page](docs/ansible.md) contains information on how to run a more up-to-date version of Ansible."
  4401. msgstr ""
  4402. #: ../../../CHANGELOG.md:3222
  4403. msgid "2020-10-01"
  4404. msgstr ""
  4405. #: ../../../CHANGELOG.md:3224
  4406. msgid "Postgres 13 support"
  4407. msgstr ""
  4408. #: ../../../CHANGELOG.md:3226
  4409. msgid "The playbook now installs [Postgres 13](https://www.postgresql.org/about/news/postgresql-13-released-2077/) by default."
  4410. msgstr ""
  4411. #: ../../../CHANGELOG.md:3228
  4412. msgid "If you have have an existing setup, it's likely running on an older Postgres version (9.x, 10.x, 11.x or 12.x). You can easily upgrade by following the [upgrading PostgreSQL guide](docs/maintenance-postgres.md#upgrading-postgresql)."
  4413. msgstr ""
  4414. #: ../../../CHANGELOG.md:3230
  4415. msgid "2020-09-01"
  4416. msgstr ""
  4417. #: ../../../CHANGELOG.md:3232
  4418. msgid "matrix-registration support"
  4419. msgstr ""
  4420. #: ../../../CHANGELOG.md:3234
  4421. msgid "The playbook can now help you set up [matrix-registration](https://github.com/ZerataX/matrix-registration) — an application that lets you keep your Matrix server's registration private, but still allow certain users (those having a unique registration link) to register by themselves."
  4422. msgstr ""
  4423. #: ../../../CHANGELOG.md:3236
  4424. msgid "See our [Setting up matrix-registration](docs/configuring-playbook-matrix-registration.md) documentation page to get started."
  4425. msgstr ""
  4426. #: ../../../CHANGELOG.md:3239
  4427. msgid "2020-08-21"
  4428. msgstr ""
  4429. #: ../../../CHANGELOG.md:3241
  4430. msgid "rust-synapse-compress-state support"
  4431. msgstr ""
  4432. #: ../../../CHANGELOG.md:3243
  4433. msgid "The playbook can now help you use [rust-synapse-compress-state](https://github.com/matrix-org/rust-synapse-compress-state) to compress the state groups in your Synapse database."
  4434. msgstr ""
  4435. #: ../../../CHANGELOG.md:3245
  4436. msgid "See our [Compressing state with rust-synapse-compress-state](docs/maintenance-synapse.md#compressing-state-with-rust-synapse-compress-state) documentation page to get started."
  4437. msgstr ""
  4438. #: ../../../CHANGELOG.md:3248
  4439. msgid "2020-07-22"
  4440. msgstr ""
  4441. #: ../../../CHANGELOG.md:3250
  4442. msgid "Synapse Admin support"
  4443. msgstr ""
  4444. #: ../../../CHANGELOG.md:3252
  4445. msgid "The playbook can now help you set up [synapse-admin](https://github.com/Awesome-Technologies/synapse-admin)."
  4446. msgstr ""
  4447. #: ../../../CHANGELOG.md:3254
  4448. msgid "See our [Setting up Synapse Admin](docs/configuring-playbook-synapse-admin.md) documentation to get started."
  4449. msgstr ""
  4450. #: ../../../CHANGELOG.md:3257
  4451. msgid "2020-07-20"
  4452. msgstr ""
  4453. #: ../../../CHANGELOG.md:3259
  4454. msgid "matrix-reminder-bot support"
  4455. msgstr ""
  4456. #: ../../../CHANGELOG.md:3261
  4457. msgid "The playbook can now help you set up [matrix-reminder-bot](https://github.com/anoadragon453/matrix-reminder-bot)."
  4458. msgstr ""
  4459. #: ../../../CHANGELOG.md:3263
  4460. msgid "See our [Setting up matrix-reminder-bot](docs/configuring-playbook-bot-matrix-reminder-bot.md) documentation to get started."
  4461. msgstr ""
  4462. #: ../../../CHANGELOG.md:3266
  4463. msgid "2020-07-17"
  4464. msgstr ""
  4465. #: ../../../CHANGELOG.md:3268
  4466. msgid "(Compatibility Break) Riot is now Element"
  4467. msgstr ""
  4468. #: ../../../CHANGELOG.md:3270
  4469. msgid "As per the official announcement, [Riot has been rebraned to Element](https://element.io/blog/welcome-to-element/)."
  4470. msgstr ""
  4471. #: ../../../CHANGELOG.md:3272
  4472. msgid "The playbook follows suit. Existing installations have a few options for how to handle this."
  4473. msgstr ""
  4474. #: ../../../CHANGELOG.md:3274
  4475. msgid "See our [Migrating to Element Web](docs/configuring-playbook-riot-web.md#migrating-to-element) documentation page for more details."
  4476. msgstr ""
  4477. #: ../../../CHANGELOG.md:3277
  4478. msgid "2020-07-03"
  4479. msgstr ""
  4480. #: ../../../CHANGELOG.md:3279
  4481. msgid "Steam bridging support via mx-puppet-steam"
  4482. msgstr ""
  4483. #: ../../../CHANGELOG.md:3281
  4484. msgid "Thanks to [Hugues Morisset](https://github.com/izissise)'s efforts, the playbook now supports bridging to [Steam](https://steamapp.com/) via the [mx-puppet-steam](https://codeberg.org/icewind/mx-puppet-steam) bridge. See our [Setting up MX Puppet Steam bridging](docs/configuring-playbook-bridge-mx-puppet-steam.md) documentation page for getting started."
  4485. msgstr ""
  4486. #: ../../../CHANGELOG.md:3284
  4487. msgid "2020-07-01"
  4488. msgstr ""
  4489. #: ../../../CHANGELOG.md:3286
  4490. msgid "Discord bridging support via mx-puppet-discord"
  4491. msgstr ""
  4492. #: ../../../CHANGELOG.md:3288
  4493. msgid "Thanks to [Hugues Morisset](https://github.com/izissise)'s efforts, the playbook now supports bridging to [Discord](https://discordapp.com/) via the [mx-puppet-discord](https://github.com/Sorunome/mx-puppet-discord) bridge. See our [Setting up MX Puppet Discord bridging](docs/configuring-playbook-bridge-mx-puppet-discord.md) documentation page for getting started."
  4494. msgstr ""
  4495. #: ../../../CHANGELOG.md:3290
  4496. msgid "**Note**: this is a new Discord bridge. The playbook still retains Discord bridging via [matrix-appservice-discord](docs/configuring-playbook-bridge-appservice-discord.md). You're free too use the bridge that serves you better, or even both (for different users and use-cases)."
  4497. msgstr ""
  4498. #: ../../../CHANGELOG.md:3293
  4499. msgid "2020-06-30"
  4500. msgstr ""
  4501. #: ../../../CHANGELOG.md:3295
  4502. msgid "Instagram and Twitter bridging support"
  4503. msgstr ""
  4504. #: ../../../CHANGELOG.md:3297
  4505. msgid "Thanks to [Johanna Dorothea Reichmann](https://github.com/jdreichmann)'s efforts, the playbook now supports bridging to [Instagram](https://www.instagram.com/) via the [mx-puppet-instagram](https://github.com/Sorunome/mx-puppet-instagram) bridge. See our [Setting up MX Puppet Instagram bridging](docs/configuring-playbook-bridge-mx-puppet-instagram.md) documentation page for getting started."
  4506. msgstr ""
  4507. #: ../../../CHANGELOG.md:3299
  4508. msgid "Thanks to [Tulir Asokan](https://github.com/tulir)'s efforts, the playbook now supports bridging to [Twitter](https://twitter.com/) via the [mx-puppet-twitter](https://github.com/Sorunome/mx-puppet-twitter) bridge. See our [Setting up MX Puppet Twitter bridging](docs/configuring-playbook-bridge-mx-puppet-twitter.md) documentation page for getting started."
  4509. msgstr ""
  4510. #: ../../../CHANGELOG.md:3302
  4511. msgid "2020-06-28"
  4512. msgstr ""
  4513. #: ../../../CHANGELOG.md:3304
  4514. msgid "(Post Mortem / fixed Security Issue) Re-enabling User Directory search powered by the ma1sd Identity Server"
  4515. msgstr ""
  4516. #: ../../../CHANGELOG.md:3306
  4517. #: ../../../CHANGELOG.md:3335
  4518. msgid "User Directory search requests used to go to the ma1sd identity server by default, which queried its own stores and the Synapse database."
  4519. msgstr ""
  4520. #: ../../../CHANGELOG.md:3308
  4521. msgid "ma1sd's [security issue](https://github.com/ma1uta/ma1sd/issues/44) has been fixed in version `2.4.0`, with [this commit](ma1uta/ma1sd@2bb5a734d11662b06471113cf3d6b4cee5e33a85). `ma1sd 2.4.0` is now the default version for this playbook. For more information on what happened, please check the mentioned issue."
  4522. msgstr ""
  4523. #: ../../../CHANGELOG.md:3310
  4524. msgid "We are re-enabling user directory search with this update. Those who would like to keep it disabled can use this configuration: `matrix_nginx_proxy_proxy_matrix_user_directory_search_enabled: false`"
  4525. msgstr ""
  4526. #: ../../../CHANGELOG.md:3312
  4527. msgid "As always, re-running the playbook is enough to get the updated bits."
  4528. msgstr ""
  4529. #: ../../../CHANGELOG.md:3314
  4530. msgid "2020-06-11"
  4531. msgstr ""
  4532. #: ../../../CHANGELOG.md:3316
  4533. msgid "SMS bridging requires db reset"
  4534. msgstr ""
  4535. #: ../../../CHANGELOG.md:3318
  4536. msgid "The current version of [matrix-sms-bridge](https://github.com/benkuly/matrix-sms-bridge) needs you to delete the database to work as expected. Just remove `/matrix/matrix-sms-bridge/database/*`. It also adds a new required var `matrix_sms_bridge_default_region`."
  4537. msgstr ""
  4538. #: ../../../CHANGELOG.md:3320
  4539. msgid "To reuse your existing rooms, invite `@smsbot:yourServer` to the room or write a message. You are also able to use automated room creation with telephonenumers by writing `sms send -t 01749292923 \"Hello World\"` in a room with `@smsbot:yourServer`. See [the docs](https://github.com/benkuly/matrix-sms-bridge) for more information."
  4540. msgstr ""
  4541. #: ../../../CHANGELOG.md:3322
  4542. msgid "2020-06-05"
  4543. msgstr ""
  4544. #: ../../../CHANGELOG.md:3324
  4545. msgid "SMS bridging support"
  4546. msgstr ""
  4547. #: ../../../CHANGELOG.md:3326
  4548. msgid "Thanks to [benkuly](https://github.com/benkuly)'s efforts, the playbook now supports bridging to SMS (with one telephone number only) via [matrix-sms-bridge](https://github.com/benkuly/matrix-sms-bridge)."
  4549. msgstr ""
  4550. #: ../../../CHANGELOG.md:3328
  4551. msgid "See our [Setting up Matrix SMS bridging](docs/configuring-playbook-bridge-matrix-bridge-sms.md) documentation page for getting started."
  4552. msgstr ""
  4553. #: ../../../CHANGELOG.md:3331
  4554. msgid "2020-05-19"
  4555. msgstr ""
  4556. #: ../../../CHANGELOG.md:3333
  4557. msgid "(Compatibility Break / Security Issue) Disabling User Directory search powered by the ma1sd Identity Server"
  4558. msgstr ""
  4559. #: ../../../CHANGELOG.md:3337
  4560. msgid "ma1sd current has [a security issue](https://github.com/ma1uta/ma1sd/issues/44), which made it leak information about all users — including users created by bridges, etc."
  4561. msgstr ""
  4562. #: ../../../CHANGELOG.md:3339
  4563. msgid "Until the issue gets fixed, we're making User Directory search not go to ma1sd by default. You **need to re-run the playbook and restart services to apply this workaround**."
  4564. msgstr ""
  4565. #: ../../../CHANGELOG.md:3341
  4566. msgid "*If you insist on restoring the old behavior* (**which has a security issue!**), you *might* use this configuration: `matrix_nginx_proxy_proxy_matrix_user_directory_search_enabled: \"{{ matrix_ma1sd_enabled }}\"`"
  4567. msgstr ""
  4568. #: ../../../CHANGELOG.md:3344
  4569. msgid "2020-04-28"
  4570. msgstr ""
  4571. #: ../../../CHANGELOG.md:3346
  4572. msgid "Newer IRC bridge (with potential breaking change)"
  4573. msgstr ""
  4574. #: ../../../CHANGELOG.md:3348
  4575. msgid "This upgrades matrix-appservice-irc from 0.14.1 to 0.16.0. Upstream made a change to how you define manual mappings. If you added a `mapping` to your configuration, you will need to update it according to the [upstream instructions](https://github.com/matrix-org/matrix-appservice-irc/blob/master/CHANGELOG.md#0150-2020-02-05). If you did not include `mappings` in your configuration for IRC, no change is necessary. `mappings` is not part of the default configuration."
  4576. msgstr ""
  4577. #: ../../../CHANGELOG.md:3357
  4578. msgid "2020-04-23"
  4579. msgstr ""
  4580. #: ../../../CHANGELOG.md:3359
  4581. #: ../../../CHANGELOG.md:3590
  4582. msgid "Slack bridging support"
  4583. msgstr ""
  4584. #: ../../../CHANGELOG.md:3361
  4585. msgid "Thanks to [Rodrigo Belem](https://github.com/rbelem)'s efforts, the playbook now supports bridging to [Slack](https://slack.com) via the [mx-puppet-slack](https://github.com/Sorunome/mx-puppet-slack) bridge."
  4586. msgstr ""
  4587. #: ../../../CHANGELOG.md:3363
  4588. msgid "See our [Setting up MX Puppet Slack bridging](docs/configuring-playbook-bridge-mx-puppet-slack.md) documentation page for getting started."
  4589. msgstr ""
  4590. #: ../../../CHANGELOG.md:3366
  4591. msgid "2020-04-09"
  4592. msgstr ""
  4593. #: ../../../CHANGELOG.md:3368
  4594. msgid "Skype bridging support"
  4595. msgstr ""
  4596. #: ../../../CHANGELOG.md:3370
  4597. msgid "Thanks to [Rodrigo Belem](https://github.com/rbelem)'s efforts, the playbook now supports bridging to [Skype](https://www.skype.com) via the [mx-puppet-skype](https://github.com/Sorunome/mx-puppet-skype) bridge."
  4598. msgstr ""
  4599. #: ../../../CHANGELOG.md:3372
  4600. msgid "See our [Setting up MX Puppet Skype bridging](docs/configuring-playbook-bridge-mx-puppet-skype.md) documentation page for getting started."
  4601. msgstr ""
  4602. #: ../../../CHANGELOG.md:3375
  4603. msgid "2020-04-05"
  4604. msgstr ""
  4605. #: ../../../CHANGELOG.md:3377
  4606. msgid "Private Jitsi support"
  4607. msgstr ""
  4608. #: ../../../CHANGELOG.md:3379
  4609. msgid "The [Jitsi support](#jitsi-support) we had landed a few weeks ago was working well, but it was always open to the whole world."
  4610. msgstr ""
  4611. #: ../../../CHANGELOG.md:3381
  4612. msgid "Running such an open instance is not desirable to most people, so [teutat3s](https://github.com/teutat3s) has contributed support for making Jitsi use authentication."
  4613. msgstr ""
  4614. #: ../../../CHANGELOG.md:3383
  4615. msgid "To make your Jitsi server more private, see the [configure internal Jitsi authentication and guests mode](docs/configuring-playbook-jitsi.md#optional-configure-internal-jitsi-authentication-and-guests-mode) section in our Jitsi documentation."
  4616. msgstr ""
  4617. #: ../../../CHANGELOG.md:3386
  4618. msgid "2020-04-03"
  4619. msgstr ""
  4620. #: ../../../CHANGELOG.md:3388
  4621. msgid "(Potential Backward Compatibility Break) ma1sd replaces mxisd"
  4622. msgstr ""
  4623. #: ../../../CHANGELOG.md:3390
  4624. msgid "Thanks to [Marcel Partap](https://github.com/eMPee584)'s efforts, the [mxisd](https://github.com/kamax-io/mxisd) identity server, which has been deprecated for a long time, has finally been replaced by [ma1sd](https://github.com/ma1uta/ma1sd), a compatible fork."
  4625. msgstr ""
  4626. #: ../../../CHANGELOG.md:3392
  4627. msgid "**If you're using the default playbook configuration**, you don't need to do anything — your mxisd installation will be replaced with ma1sd and all existing data will be migrated automatically the next time you run the playbook."
  4628. msgstr ""
  4629. #: ../../../CHANGELOG.md:3394
  4630. msgid "**If you're doing something more special** (defining custom `matrix_mxisd_*` variables), the playbook will ask you to rename them to `matrix_ma1sd_*`. You're also encouraged to test that ma1sd works well for such a more custom setup."
  4631. msgstr ""
  4632. #: ../../../CHANGELOG.md:3397
  4633. msgid "2020-03-29"
  4634. msgstr ""
  4635. #: ../../../CHANGELOG.md:3399
  4636. msgid "Archlinux support"
  4637. msgstr ""
  4638. #: ../../../CHANGELOG.md:3401
  4639. msgid "Thanks to [Christian Lupus](https://github.com/christianlupus)'s efforts, the playbook now supports installing to an [Archlinux](https://www.archlinux.org/) server."
  4640. msgstr ""
  4641. #: ../../../CHANGELOG.md:3404
  4642. msgid "2020-03-24"
  4643. msgstr ""
  4644. #: ../../../CHANGELOG.md:3406
  4645. msgid "Jitsi support"
  4646. msgstr ""
  4647. #: ../../../CHANGELOG.md:3408
  4648. msgid "The playbook can now (optionally) install the [Jitsi](https://jitsi.org/) video-conferencing platform and integrate it with [Riot](docs/configuring-playbook-riot-web.md)."
  4649. msgstr ""
  4650. #: ../../../CHANGELOG.md:3410
  4651. msgid "See our [Jitsi documentation page](docs/configuring-playbook-jitsi.md) to get started."
  4652. msgstr ""
  4653. #: ../../../CHANGELOG.md:3413
  4654. msgid "2020-03-15"
  4655. msgstr ""
  4656. #: ../../../CHANGELOG.md:3415
  4657. msgid "Raspberry Pi support"
  4658. msgstr ""
  4659. #: ../../../CHANGELOG.md:3417
  4660. msgid "Thanks to [Gergely Horváth](https://github.com/hooger)'s effort, the playbook supports installing to a Raspberry Pi server, for at least some of the services."
  4661. msgstr ""
  4662. #: ../../../CHANGELOG.md:3419
  4663. msgid "Since most ready-made container images do not support that architecture, we achieve this by building images locally on the device itself. See our [Self-building documentation page](docs/self-building.md) for how to get started."
  4664. msgstr ""
  4665. #: ../../../CHANGELOG.md:3422
  4666. msgid "2020-02-26"
  4667. msgstr ""
  4668. #: ../../../CHANGELOG.md:3424
  4669. msgid "Riot-web themes are here"
  4670. msgstr ""
  4671. #: ../../../CHANGELOG.md:3426
  4672. msgid "The playbook now makes it easy to install custom riot-web themes."
  4673. msgstr ""
  4674. #: ../../../CHANGELOG.md:3428
  4675. msgid "To learn more, take a look at our [riot-web documentation on Themes](docs/configuring-playbook-riot-web.md#themes)."
  4676. msgstr ""
  4677. #: ../../../CHANGELOG.md:3431
  4678. msgid "2020-02-24"
  4679. msgstr ""
  4680. #: ../../../CHANGELOG.md:3433
  4681. msgid "Customize the server name in Riot's login page"
  4682. msgstr ""
  4683. #: ../../../CHANGELOG.md:3435
  4684. msgid "You can now customize the server name string that Riot-web displays in its login page."
  4685. msgstr ""
  4686. #: ../../../CHANGELOG.md:3437
  4687. msgid "These playbook variables, with these default values, have been added:"
  4688. msgstr ""
  4689. #: ../../../CHANGELOG.md:3443
  4690. msgid "The login page previously said \"Sign in to your Matrix account on matrix.example.org\" (the homeserver's domain name). It will now say \"Sign in … on example.org\" (the server name) by default, or \"Sign in … on Our Server\" if you set the variable to \"Our Server\"."
  4691. msgstr ""
  4692. #: ../../../CHANGELOG.md:3445
  4693. msgid "To support this, the config.json template is changed to use the configuration key `default_server_config` for setting the default HS/IS, and the new configuration key `server_name` is added in there."
  4694. msgstr ""
  4695. #: ../../../CHANGELOG.md:3448
  4696. msgid "2020-01-30"
  4697. msgstr ""
  4698. #: ../../../CHANGELOG.md:3450
  4699. msgid "Disabling TLSv1.1"
  4700. msgstr ""
  4701. #: ../../../CHANGELOG.md:3452
  4702. msgid "To improve security, we've removed TLSv1.1 support from our default matrix-nginx-proxy configuration."
  4703. msgstr ""
  4704. #: ../../../CHANGELOG.md:3454
  4705. msgid "If you need to support old clients, you can re-enable it with the following configuration: `matrix_nginx_proxy_ssl_protocols: \"TLSv1.1 TLSv1.2 TLSv1.3\"`"
  4706. msgstr ""
  4707. #: ../../../CHANGELOG.md:3457
  4708. msgid "2020-01-21"
  4709. msgstr ""
  4710. #: ../../../CHANGELOG.md:3459
  4711. msgid "Postgres collation changes (action required!)"
  4712. msgstr ""
  4713. #: ../../../CHANGELOG.md:3461
  4714. msgid "By default, we've been using a UTF-8 collation for Postgres. This is known to cause Synapse some troubles (see the [relevant issue](https://github.com/matrix-org/synapse/issues/6722)) on systems that use [glibc](https://www.gnu.org/software/libc/). We run Postgres in an [Alpine Linux](https://alpinelinux.org/) container (which uses [musl](https://www.musl-libc.org/), and not glibc), so our users are likely not affected by the index corruption problem observed by others."
  4715. msgstr ""
  4716. #: ../../../CHANGELOG.md:3463
  4717. msgid "Still, we might become affected in the future. In any case, it's imminent that Synapse will complain about databases which do not use a C collation."
  4718. msgstr ""
  4719. #: ../../../CHANGELOG.md:3465
  4720. msgid "To avoid future problems, we recommend that you run the following command:"
  4721. msgstr ""
  4722. #: ../../../CHANGELOG.md:3471
  4723. msgid "It forces a [Postgres database upgrade](docs/maintenance-postgres.md#upgrading-postgresql), which would recreate your Postgres database using the proper (`C`) collation. If you are low on disk space, or run into trouble, refer to the Postgres database upgrade documentation page."
  4724. msgstr ""
  4725. #: ../../../CHANGELOG.md:3474
  4726. msgid "2020-01-14"
  4727. msgstr ""
  4728. #: ../../../CHANGELOG.md:3476
  4729. msgid "Added support for Appservice Webhooks"
  4730. msgstr ""
  4731. #: ../../../CHANGELOG.md:3478
  4732. msgid "Thanks to a contribution from [Björn Marten](https://github.com/tripleawwy) from [netresearch](https://www.netresearch.de/), the playbook can now install and configure [matrix-appservice-webhooks](https://github.com/turt2live/matrix-appservice-webhooks) for you. This bridge provides support for Slack-compatible webhooks."
  4733. msgstr ""
  4734. #: ../../../CHANGELOG.md:3480
  4735. msgid "Learn more in [Setting up Appservice Webhooks bridging](docs/configuring-playbook-bridge-appservice-webhooks.md)."
  4736. msgstr ""
  4737. #: ../../../CHANGELOG.md:3483
  4738. msgid "2020-01-12"
  4739. msgstr ""
  4740. #: ../../../CHANGELOG.md:3485
  4741. msgid "Added support for automatic Double Puppeting for all Mautrix bridges"
  4742. msgstr ""
  4743. #: ../../../CHANGELOG.md:3487
  4744. msgid "Double Puppeting can now be easily enabled for all Mautrix bridges supported by the playbook (Facebook, Hangouts, Whatsapp, Telegram)."
  4745. msgstr ""
  4746. #: ../../../CHANGELOG.md:3489
  4747. msgid "This is possible due to those bridges' integration with [matrix-synapse-shared-secret-auth](https://github.com/devture/matrix-synapse-shared-secret-auth) — yet another component that this playbook can install for you."
  4748. msgstr ""
  4749. #: ../../../CHANGELOG.md:3491
  4750. msgid "To get started, following the playbook's documentation for the bridge you'd like to configure."
  4751. msgstr ""
  4752. #: ../../../CHANGELOG.md:3494
  4753. msgid "2019-12-06"
  4754. msgstr ""
  4755. #: ../../../CHANGELOG.md:3496
  4756. msgid "Added support for an alternative method for using another webserver"
  4757. msgstr ""
  4758. #: ../../../CHANGELOG.md:3498
  4759. msgid "We have added support for making `matrix-nginx-proxy` not being so invasive, so that it would be easier to [use your own webserver](docs/configuring-playbook-own-webserver.md)."
  4760. msgstr ""
  4761. #: ../../../CHANGELOG.md:3500
  4762. msgid "The documentation has been updated with a **Method 2**, which might make \"own webserver\" setup easier in some cases (such as [reverse-proxying using Traefik](https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/296))."
  4763. msgstr ""
  4764. #: ../../../CHANGELOG.md:3502
  4765. msgid "**Existing users** are not affected by this and **don't need to change anything**. The defaults are still the same (`matrix-nginx-proxy` obtaining SSL certificates and doing everything for you automatically)."
  4766. msgstr ""
  4767. #: ../../../CHANGELOG.md:3505
  4768. msgid "2019-11-10"
  4769. msgstr ""
  4770. #: ../../../CHANGELOG.md:3507
  4771. msgid "Tightened security around room directory publishing"
  4772. msgstr ""
  4773. #: ../../../CHANGELOG.md:3509
  4774. msgid "As per this [advisory blog post](https://matrix.org/blog/2019/11/09/avoiding-unwelcome-visitors-on-private-matrix-servers), we've decided to change the default publishing rules for the Matrix room directory."
  4775. msgstr ""
  4776. #: ../../../CHANGELOG.md:3511
  4777. msgid "Our general goal is to favor privacy and security when running personal (family & friends) and corporate homeservers. Both of these likely benefit from having a more secure default of **not showing the room directory without authentication** and **not publishing the room directory over federation**."
  4778. msgstr ""
  4779. #: ../../../CHANGELOG.md:3513
  4780. msgid "As with anything else, these new defaults can be overridden by changing the `matrix_synapse_allow_public_rooms_without_auth` and `matrix_synapse_allow_public_rooms_over_federation` variables, respectively."
  4781. msgstr ""
  4782. #: ../../../CHANGELOG.md:3516
  4783. msgid "2019-10-05"
  4784. msgstr ""
  4785. #: ../../../CHANGELOG.md:3518
  4786. msgid "Improved Postgres upgrading/importing"
  4787. msgstr ""
  4788. #: ../../../CHANGELOG.md:3520
  4789. msgid "Postgres [upgrading](docs/maintenance-postgres.md#upgrading-postgresql) and [importing](docs/importing-postgres.md) have been improved to add support for multiple databases and roles."
  4790. msgstr ""
  4791. #: ../../../CHANGELOG.md:3522
  4792. msgid "Previously, the playbook would only take care of the `homeserver` database and `synapse` user. We now back up and restore all databases and users on the Postgres server."
  4793. msgstr ""
  4794. #: ../../../CHANGELOG.md:3524
  4795. msgid "For now, the playbook only uses that one database (`homeserver`) and that one single user (`synapse`), so it's all the same. However, in the future, additional components besides Synapse may also make use the Postgres database server. One such example is the [matrix-appservice-slack](https://github.com/matrix-org/matrix-appservice-slack) bridge, which strongly encourages use of Postgres in its v1.0 release. We are yet to upgrade to it."
  4796. msgstr ""
  4797. #: ../../../CHANGELOG.md:3526
  4798. msgid "Additionally, Postgres [upgrading](docs/maintenance-postgres.md#upgrading-postgresql) now uses gzipped dump files by default, to minimize disk space usage."
  4799. msgstr ""
  4800. #: ../../../CHANGELOG.md:3529
  4801. msgid "2019-10-04"
  4802. msgstr ""
  4803. #: ../../../CHANGELOG.md:3531
  4804. msgid "Postgres 12 support"
  4805. msgstr ""
  4806. #: ../../../CHANGELOG.md:3533
  4807. msgid "The playbook now installs [Postgres 12](https://www.postgresql.org/about/news/1976/) by default."
  4808. msgstr ""
  4809. #: ../../../CHANGELOG.md:3535
  4810. msgid "If you have have an existing setup, it's likely running on an older Postgres version (9.x, 10.x or 11.x). You can easily upgrade by following the [upgrading PostgreSQL guide](docs/maintenance-postgres.md#upgrading-postgresql)."
  4811. msgstr ""
  4812. #: ../../../CHANGELOG.md:3538
  4813. msgid "2019-10-03"
  4814. msgstr ""
  4815. #: ../../../CHANGELOG.md:3540
  4816. msgid "Synapse 1.4.0"
  4817. msgstr ""
  4818. #: ../../../CHANGELOG.md:3542
  4819. msgid "Synapse 1.4.0 [is out](https://matrix.org/blog/2019/10/03/synapse-1-4-0-released) with lots of changes related to privacy."
  4820. msgstr ""
  4821. #: ../../../CHANGELOG.md:3544
  4822. msgid "Its new defaults (which we adopt as well) mean that certain old data will automatically get purged after a certain number of days. 1.4.0 automatically garbage collects redacted messages (defaults to 7 days) and removes unused IP and user agent information stored in the user_ips table (defaults to 30 days). If you'd like to preserve this data, we encourage you to look at the `redaction_retention_period` and `user_ips_max_age` options (controllable by the `matrix_synapse_redaction_retention_period` and `matrix_synapse_user_ips_max_age` playbook variables, respectively) before doing the upgrade. If you'd like to keep data indefinitely, set these variables to `null` (e.g. `matrix_synapse_redaction_retention_period: ~`)."
  4823. msgstr ""
  4824. #: ../../../CHANGELOG.md:3546
  4825. msgid "From now on the `trusted_key_servers` setting for Synapse is configurable. It still defaults to `matrix.org` just like it always has, but in a more explicit way now. If you'd like to use another trusted key server, adjust the `matrix_synapse_trusted_key_servers` playbook variable."
  4826. msgstr ""
  4827. #: ../../../CHANGELOG.md:3548
  4828. msgid "Synapse 1.4.0 also changes lots of things related to identity server integration. Because Synapse will now by default be responsible for validating email addresses for user accounts, running without an identity server looks more feasible. We still [have concerns](https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/275/files#r331104117) over disabling the identity server by default, so for now it remains enabled."
  4829. msgstr ""
  4830. #: ../../../CHANGELOG.md:3551
  4831. msgid "2019-09-09"
  4832. msgstr ""
  4833. #: ../../../CHANGELOG.md:3553
  4834. msgid "Synapse Simple Antispam support"
  4835. msgstr ""
  4836. #: ../../../CHANGELOG.md:3555
  4837. msgid "There have been lots of invite-spam attacks lately and [Travis](https://github.com/t2bot) has created a Synapse module ([synapse-simple-antispam](https://github.com/t2bot/synapse-simple-antispam)) to let people protect themselves."
  4838. msgstr ""
  4839. #: ../../../CHANGELOG.md:3557
  4840. msgid "From now on, you can easily install and configure this spam checker module through the playbook."
  4841. msgstr ""
  4842. #: ../../../CHANGELOG.md:3559
  4843. msgid "Learn more in [Setting up Synapse Simple Antispam](docs/configuring-playbook-synapse-simple-antispam.md)."
  4844. msgstr ""
  4845. #: ../../../CHANGELOG.md:3562
  4846. msgid "2019-08-25"
  4847. msgstr ""
  4848. #: ../../../CHANGELOG.md:3564
  4849. msgid "Extensible Riot-web configuration"
  4850. msgstr ""
  4851. #: ../../../CHANGELOG.md:3566
  4852. msgid "Similarly to [Extensible Synapse configuration](#extensible-synapse-configuration) (below), Riot-web configuration is also extensible now."
  4853. msgstr ""
  4854. #: ../../../CHANGELOG.md:3568
  4855. msgid "From now on, you can extend/override Riot-web's configuration by making use of the `matrix_riot_web_configuration_extension_json` variable. This should be enough for most customization needs."
  4856. msgstr ""
  4857. #: ../../../CHANGELOG.md:3570
  4858. msgid "If you need even more power, you can now also take full control and override `matrix_riot_web_configuration_default` (or `matrix_riot_web_configuration`) directly."
  4859. msgstr ""
  4860. #: ../../../CHANGELOG.md:3572
  4861. msgid "Learn more in [Configuring Riot-web](docs/configuring-playbook-riot-web.md)."
  4862. msgstr ""
  4863. #: ../../../CHANGELOG.md:3575
  4864. msgid "2019-08-22"
  4865. msgstr ""
  4866. #: ../../../CHANGELOG.md:3577
  4867. msgid "Extensible Synapse configuration"
  4868. msgstr ""
  4869. #: ../../../CHANGELOG.md:3579
  4870. msgid "Previously, we had to create custom Ansible variables for each and every Synapse setting. This lead to too much effort (and configuration ugliness) to all of Synapse's settings, so naturally, not all features of Synapse could be controlled through the playbook."
  4871. msgstr ""
  4872. #: ../../../CHANGELOG.md:3581
  4873. msgid "From now on, you can extend/override the Synapse server's configuration by making use of the `matrix_synapse_configuration_extension_yaml` variable. This should be enough for most customization needs."
  4874. msgstr ""
  4875. #: ../../../CHANGELOG.md:3583
  4876. msgid "If you need even more power, you can now also take full control and override `matrix_synapse_configuration` (or `matrix_synapse_configuration_yaml`) directly."
  4877. msgstr ""
  4878. #: ../../../CHANGELOG.md:3585
  4879. msgid "Learn more here in [Configuring Synapse](docs/configuring-playbook-synapse.md)."
  4880. msgstr ""
  4881. #: ../../../CHANGELOG.md:3588
  4882. msgid "2019-08-21"
  4883. msgstr ""
  4884. #: ../../../CHANGELOG.md:3592
  4885. msgid "Thanks to the [great work](https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/205) of [kingoftheconnors](https://github.com/kingoftheconnors) and [Stuart Mumford (Cadair)](https://github.com/Cadair), the playbook now supports bridging to [Slack](https://slack.com) via the [appservice-slack](https://github.com/matrix-org/matrix-appservice-slack) bridge."
  4886. msgstr ""
  4887. #: ../../../CHANGELOG.md:3594
  4888. msgid "Additional details are available in [Setting up Appservice Slack bridging](docs/configuring-playbook-bridge-appservice-slack.md)."
  4889. msgstr ""
  4890. #: ../../../CHANGELOG.md:3596
  4891. msgid "Google Hangouts bridging support"
  4892. msgstr ""
  4893. #: ../../../CHANGELOG.md:3598
  4894. msgid "Thanks to the [great work](https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/251) of [Eduardo Beltrame (Munfred)](https://github.com/Munfred) and [Robbie D (microchipster)](https://github.com/microchipster), the playbook now supports bridging to [Google Hangouts](https://hangouts.google.com/) via the [mautrix-hangouts](https://mau.dev/tulir/mautrix-hangouts) bridge."
  4895. msgstr ""
  4896. #: ../../../CHANGELOG.md:3600
  4897. msgid "Additional details are available in [Setting up Mautrix Hangouts bridging](docs/configuring-playbook-bridge-mautrix-hangouts.md)."
  4898. msgstr ""
  4899. #: ../../../CHANGELOG.md:3603
  4900. msgid "2019-08-05"
  4901. msgstr ""
  4902. #: ../../../CHANGELOG.md:3605
  4903. msgid "Email2Matrix support"
  4904. msgstr ""
  4905. #: ../../../CHANGELOG.md:3607
  4906. msgid "Support for [Email2Matrix](https://github.com/devture/email2matrix) has been added."
  4907. msgstr ""
  4908. #: ../../../CHANGELOG.md:3609
  4909. msgid "It's an optional feature that you can enable via the playbook."
  4910. msgstr ""
  4911. #: ../../../CHANGELOG.md:3611
  4912. msgid "To learn more, see the [playbook's documentation on Email2Matrix](./docs/configuring-playbook-email2matrix.md)."
  4913. msgstr ""
  4914. #: ../../../CHANGELOG.md:3614
  4915. msgid "2019-08-03"
  4916. msgstr ""
  4917. #: ../../../CHANGELOG.md:3616
  4918. msgid "Synapse logging level has been reduced to WARNING"
  4919. msgstr ""
  4920. #: ../../../CHANGELOG.md:3618
  4921. msgid "After [some discussion in our support room](https://matrix.to/#/!PukFFdIcHgtaaHZflT:devture.com/$156476852524179TBeKy:matrix.org?via=devture.com&via=matrix.org&via=librem.one), we've decided to change the default logging level for Synapse from `INFO` to `WARNING`."
  4922. msgstr ""
  4923. #: ../../../CHANGELOG.md:3620
  4924. msgid "This greatly reduces the number of log messages that are being logged, leading to:"
  4925. msgstr ""
  4926. #: ../../../CHANGELOG.md:3622
  4927. msgid "much less disk space dedicated to Synapse and thus, logs kept for longer"
  4928. msgstr ""
  4929. #: ../../../CHANGELOG.md:3623
  4930. msgid "easier to find some important `WARNING`, `ERROR` and `CRITICAL` messages, as they're not longer buried in thousands of non-important `INFO` messages"
  4931. msgstr ""
  4932. #: ../../../CHANGELOG.md:3625
  4933. msgid "If you'd like to track down an issue, you [can always increase the logging level as described here](./docs/maintenance-and-troubleshooting.md#increasing-synapse-logging)."
  4934. msgstr ""
  4935. #: ../../../CHANGELOG.md:3628
  4936. msgid "2019-07-08"
  4937. msgstr ""
  4938. #: ../../../CHANGELOG.md:3630
  4939. msgid "Synapse Maintenance docs and synapse-janitor support are available"
  4940. msgstr ""
  4941. #: ../../../CHANGELOG.md:3632
  4942. msgid "The playbook can now help you with Synapse's maintenance."
  4943. msgstr ""
  4944. #: ../../../CHANGELOG.md:3634
  4945. msgid "There's a new documentation page about [Synapse maintenance](./docs/maintenance-synapse.md) and another section on [Postgres vacuuming](./docs/maintenance-postgres.md#vacuuming-postgresql)."
  4946. msgstr ""
  4947. #: ../../../CHANGELOG.md:3636
  4948. msgid "Among other things, if your Postgres database has grown significantly over time, you may wish to [ask the playbook to purge unused data with synapse-janitor](./docs/maintenance-synapse.md#purging-unused-data-with-synapse-janitor) for you."
  4949. msgstr ""
  4950. #: ../../../CHANGELOG.md:3638
  4951. msgid "(BC Break) Rename run control variables"
  4952. msgstr ""
  4953. #: ../../../CHANGELOG.md:3640
  4954. msgid "Some internal playbook control variables have been renamed."
  4955. msgstr ""
  4956. #: ../../../CHANGELOG.md:3642
  4957. msgid "This change **only affects people who run this playbook's roles from another playbook**. If you're using this playbook as-is, you're not affected and don't need to do anything."
  4958. msgstr ""
  4959. #: ../../../CHANGELOG.md:3644
  4960. msgid "The following variables have been renamed:"
  4961. msgstr ""
  4962. #: ../../../CHANGELOG.md:3646
  4963. msgid "from `run_import_postgres` to `run_postgres_import`"
  4964. msgstr ""
  4965. #: ../../../CHANGELOG.md:3647
  4966. msgid "from `run_import_sqlite_db` to `run_postgres_import_sqlite_db`"
  4967. msgstr ""
  4968. #: ../../../CHANGELOG.md:3648
  4969. msgid "from `run_upgrade_postgres` to `run_postgres_upgrade`"
  4970. msgstr ""
  4971. #: ../../../CHANGELOG.md:3649
  4972. msgid "from `run_import_media_store` to `run_synapse_import_media_store`"
  4973. msgstr ""
  4974. #: ../../../CHANGELOG.md:3650
  4975. msgid "from `run_register_user` to `run_synapse_register_user`"
  4976. msgstr ""
  4977. #: ../../../CHANGELOG.md:3651
  4978. msgid "from `run_update_user_password` to `run_synapse_update_user_password`"
  4979. msgstr ""
  4980. #: ../../../CHANGELOG.md:3654
  4981. msgid "2019-07-04"
  4982. msgstr ""
  4983. #: ../../../CHANGELOG.md:3656
  4984. msgid "Synapse no longer logs to text files"
  4985. msgstr ""
  4986. #: ../../../CHANGELOG.md:3658
  4987. msgid "Following what the official Synapse Docker image is doing ([#5565](https://github.com/matrix-org/synapse/pull/5565)) and what we've been doing for mostly everything installed by this playbook, **Synapse no longer logs to text files** (`/matrix/synapse/run/homeserver.log*`)."
  4988. msgstr ""
  4989. #: ../../../CHANGELOG.md:3660
  4990. msgid "From now on, Synapse would only log to console, which goes to systemd's journald. To see Synapse's logs, execute: `journalctl -fu matrix-synapse`"
  4991. msgstr ""
  4992. #: ../../../CHANGELOG.md:3662
  4993. msgid "Because of this, the following variables have become obsolete and were removed:"
  4994. msgstr ""
  4995. #: ../../../CHANGELOG.md:3664
  4996. msgid "`matrix_synapse_max_log_file_size_mb`"
  4997. msgstr ""
  4998. #: ../../../CHANGELOG.md:3665
  4999. msgid "`matrix_synapse_max_log_files_count`"
  5000. msgstr ""
  5001. #: ../../../CHANGELOG.md:3667
  5002. msgid "To prevent confusion, it'd be better if you delete all old files manually after you've upgraded (`rm -f /matrix/synapse/run/homeserver.log*`)."
  5003. msgstr ""
  5004. #: ../../../CHANGELOG.md:3669
  5005. msgid "Because Synapse is incredibly chatty when it comes to logging (here's [one such issue](https://github.com/matrix-org/synapse/issues/4751) describing the problem), if you're running an ancient distribution (like CentOS 7.0), be advised that systemd's journald default logging restrictions may not be high enough to capture all log messages generated by Synapse. This is especially true if you've got a busy (Synapse) server. We advise that you manually add `RateLimitInterval=0` and `RateLimitBurst=0` under `[Storage]` in the `/etc/systemd/journald.conf` file, followed by restarting the logging service (`systemctl restart systemd-journald`)."
  5006. msgstr ""
  5007. #: ../../../CHANGELOG.md:3672
  5008. msgid "2019-06-27"
  5009. msgstr ""
  5010. #: ../../../CHANGELOG.md:3674
  5011. msgid "(BC Break) Discord bridge configuration is now entirely managed by the playbook"
  5012. msgstr ""
  5013. #: ../../../CHANGELOG.md:3676
  5014. msgid "Until now, the `config.yaml` file for the [Discord bridge](docs/configuring-playbook-bridge-appservice-discord.md) was managed by the playbook, but the `registration.yaml` file was not."
  5015. msgstr ""
  5016. #: ../../../CHANGELOG.md:3678
  5017. msgid "From now on, the playbook will keep both configuration files sync for you."
  5018. msgstr ""
  5019. #: ../../../CHANGELOG.md:3680
  5020. msgid "This means that if you were making manual changes to the `/matrix/appservice-discord/discord-registration.yaml` configuration file, those would be lost the next time you run the playbook."
  5021. msgstr ""
  5022. #: ../../../CHANGELOG.md:3682
  5023. msgid "The bridge now stores configuration in a subdirectory (`/matrix/appservice-discord/config`)."
  5024. msgstr ""
  5025. #: ../../../CHANGELOG.md:3684
  5026. msgid "Likewise, data is now also stored in a subdirectory (`/matrix/appservice-discord/data`). When you run the playbook with an existing database file (`/matrix/appservice-discord/discord.db`), the playbook will stop the bridge and relocate the database file to the `./data` directory. There's no data-loss involved. You'll need to restart the bridge manually though (`--tags=start`)."
  5027. msgstr ""
  5028. #: ../../../CHANGELOG.md:3686
  5029. msgid "The main directory (`/matrix/appservice-discord`) may contain some leftover files (`user-store.db`, `room-store.db`, `config.yaml`, `discord-registration.yaml`, `invite_link`). These are no longer necessary and can be deleted manually."
  5030. msgstr ""
  5031. #: ../../../CHANGELOG.md:3688
  5032. msgid "We're now following the default sample configuration for the Discord bridge. If you need to override some values, define them in `matrix_appservice_discord_configuration_extension_yaml`."
  5033. msgstr ""
  5034. #: ../../../CHANGELOG.md:3691
  5035. msgid "2019-06-24"
  5036. msgstr ""
  5037. #: ../../../CHANGELOG.md:3693
  5038. msgid "(BC Break) WhatsApp bridge configuration is now entirely managed by the playbook"
  5039. msgstr ""
  5040. #: ../../../CHANGELOG.md:3695
  5041. msgid "Until now, configuration files for the [WhatsApp bridge](docs/configuring-playbook-bridge-mautrix-whatsapp.md) were created by the playbook initially, but never modified later on."
  5042. msgstr ""
  5043. #: ../../../CHANGELOG.md:3697
  5044. #: ../../../CHANGELOG.md:3714
  5045. #: ../../../CHANGELOG.md:3733
  5046. #: ../../../CHANGELOG.md:3772
  5047. msgid "From now on, the playbook will keep the configuration in sync for you."
  5048. msgstr ""
  5049. #: ../../../CHANGELOG.md:3699
  5050. msgid "This means that if you were making manual changes to the `/matrix/mautrix-whatsapp/config.yaml` or `/matrix/mautrix-whatsapp/registration.yaml` configuration files, those would be lost the next time you run the playbook."
  5051. msgstr ""
  5052. #: ../../../CHANGELOG.md:3701
  5053. msgid "The bridge now stores configuration in a subdirectory (`/matrix/mautrix-whatsapp/config`), so your old configuration remains in the base directory (`/matrix/mautrix-whatsapp`). You need to migrate any manual changes over to the new `matrix_mautrix_whatsapp_configuration_extension_yaml` variable, so that the playbook would apply them for you."
  5054. msgstr ""
  5055. #: ../../../CHANGELOG.md:3703
  5056. msgid "Likewise, data is now also stored in a subdirectory (`/matrix/mautrix-whatsapp/data`). When you run the playbook with an existing database file (`/matrix/mautrix-whatsapp/mautrix-whatsapp.db`), the playbook will stop the bridge and relocate the database file to the `./data` directory. There's no data-loss involved. You'll need to restart the bridge manually though (`--tags=start`)."
  5057. msgstr ""
  5058. #: ../../../CHANGELOG.md:3705
  5059. msgid "We're now following the default configuration for the WhatsApp bridge."
  5060. msgstr ""
  5061. #: ../../../CHANGELOG.md:3708
  5062. msgid "2019-06-20"
  5063. msgstr ""
  5064. #: ../../../CHANGELOG.md:3710
  5065. msgid "(BC Break) IRC bridge configuration is now entirely managed by the playbook"
  5066. msgstr ""
  5067. #: ../../../CHANGELOG.md:3712
  5068. msgid "Until now, configuration files for the [IRC bridge](docs/configuring-playbook-bridge-appservice-irc.md) were created by the playbook initially, but never modified later on."
  5069. msgstr ""
  5070. #: ../../../CHANGELOG.md:3716
  5071. msgid "This means that if you were making manual changes to the `/matrix/appservice-irc/config.yaml` or `/matrix/appservice-irc/registration.yaml` configuration files, those would be lost the next time you run the playbook."
  5072. msgstr ""
  5073. #: ../../../CHANGELOG.md:3718
  5074. msgid "The bridge now stores configuration in a subdirectory (`/matrix/appservice-irc/config`), so your old configuration remains in the base directory (`/matrix/appservice-irc`)."
  5075. msgstr ""
  5076. #: ../../../CHANGELOG.md:3720
  5077. msgid "Previously, we asked people to configure bridged IRC servers by extending the bridge configuration (`matrix_appservice_irc_configuration_extension_yaml`). While this is still possible and will continue working forever, **we now recommend defining IRC servers in the easier to use `matrix_appservice_irc_ircService_servers` variable**. See [our IRC bridge documentation page](docs/configuring-playbook-bridge-appservice-irc.md) for an example."
  5078. msgstr ""
  5079. #: ../../../CHANGELOG.md:3722
  5080. msgid "If you decide to continue using `matrix_appservice_irc_configuration_extension_yaml`, you might be interested to know that `ircService.databaseUri` and a few other keys now have default values in the base configuration (`matrix_appservice_irc_configuration_yaml`). You may wish to stop redefining those keys, unless you really intend to override them. You most likely only need to override `ircService.servers`."
  5081. msgstr ""
  5082. #: ../../../CHANGELOG.md:3724
  5083. msgid "Bridge data (`passkey.pem` and database files) is now also stored in a subdirectory (`/matrix/appservice-irc/data`). When you run the playbook with an existing `/matrix/appservice-irc/passkey.pem` file, the playbook will stop the bridge and relocate the passkey and database files (`rooms.db` and `users.db`) to the `./data` directory. There's no data-loss involved. You'll need to restart the bridge manually though (`--tags=start`)."
  5084. msgstr ""
  5085. #: ../../../CHANGELOG.md:3727
  5086. msgid "2019-06-15"
  5087. msgstr ""
  5088. #: ../../../CHANGELOG.md:3729
  5089. msgid "(BC Break) Telegram bridge configuration is now entirely managed by the playbook"
  5090. msgstr ""
  5091. #: ../../../CHANGELOG.md:3731
  5092. msgid "Until now, configuration files for the [Telegram bridge](docs/configuring-playbook-bridge-mautrix-telegram.md) were created by the playbook initially, but never modified later on."
  5093. msgstr ""
  5094. #: ../../../CHANGELOG.md:3735
  5095. msgid "This means that if you were making manual changes to the `/matrix/mautrix-telegram/config.yaml` or `/matrix/mautrix-telegram/registration.yaml` configuration files, those would be lost the next time you run the playbook."
  5096. msgstr ""
  5097. #: ../../../CHANGELOG.md:3737
  5098. msgid "The bridge now stores configuration in a subdirectory (`/matrix/mautrix-telegram/config`), so your old configuration remains in the base directory (`/matrix/mautrix-telegram`). You need to migrate any manual changes over to the new `matrix_mautrix_telegram_configuration_extension_yaml` variable, so that the playbook would apply them for you."
  5099. msgstr ""
  5100. #: ../../../CHANGELOG.md:3739
  5101. msgid "Likewise, data is now also stored in a subdirectory (`/matrix/mautrix-telegram/data`). When you run the playbook with an existing database file (`/matrix/mautrix-telegram/mautrix-telegram.db`), the playbook will stop the bridge and relocate the database file to the `./data` directory. There's no data-loss involved. You'll need to restart the bridge manually though (`--tags=start`)."
  5102. msgstr ""
  5103. #: ../../../CHANGELOG.md:3741
  5104. msgid "Also, we're now following the default configuration for the Telegram bridge, so some default configuration values are different:"
  5105. msgstr ""
  5106. #: ../../../CHANGELOG.md:3743
  5107. msgid "`edits_as_replies` (used to be `false`, now `true`) — previously replies were not sent over to Matrix at all; ow they are sent over as a reply to the original message"
  5108. msgstr ""
  5109. #: ../../../CHANGELOG.md:3744
  5110. msgid "`inline_images` (used to be `true`, now `false`) — this has to do with captioned images. Inline-image (included caption) are said to exhibit troubles on Riot iOS. When `false`, the caption arrives on the Matrix side as a separate message."
  5111. msgstr ""
  5112. #: ../../../CHANGELOG.md:3745
  5113. msgid "`authless_portals` (used to be `false`, now `true`) — creating portals from the Telegram side is now possible"
  5114. msgstr ""
  5115. #: ../../../CHANGELOG.md:3746
  5116. msgid "`whitelist_group_admins` (used to be `false`, now `true`) — allows Telegram group admins to use the bot commands"
  5117. msgstr ""
  5118. #: ../../../CHANGELOG.md:3748
  5119. msgid "If the new values are not to your liking, use `matrix_mautrix_telegram_configuration_extension_yaml` to specify an override (refer to `matrix_mautrix_telegram_configuration_yaml` to figure out which variable goes where)."
  5120. msgstr ""
  5121. #: ../../../CHANGELOG.md:3751
  5122. msgid "2019-06-12"
  5123. msgstr ""
  5124. #: ../../../CHANGELOG.md:3753
  5125. msgid "Synapse v1.0"
  5126. msgstr ""
  5127. #: ../../../CHANGELOG.md:3755
  5128. msgid "With [Synapse v1.0 now available](https://matrix.org/blog/2019/06/11/introducing-matrix-1-0-and-the-matrix-org-foundation) and most people being on at least Synapse v0.99, it's time to remove the `_matrix._tcp` DNS SRV record that we've been keeping for compatibility with old Synapse versions (<= 0.34)."
  5129. msgstr ""
  5130. #: ../../../CHANGELOG.md:3757
  5131. msgid "According to the [Server Discovery specification](https://matrix.org/docs/spec/server_server/r0.1.2.html#server-discovery), it's no harm to keep the DNS SRV record. But since it's not necessary for federating with the larger Matrix network anymore, you should be safe to get rid of it."
  5132. msgstr ""
  5133. #: ../../../CHANGELOG.md:3759
  5134. msgid "**Note**: don't confuse the `_matrix._tcp` and `_matrix-identity._tcp` DNS SRV records. The latter, **must not** be removed."
  5135. msgstr ""
  5136. #: ../../../CHANGELOG.md:3761
  5137. msgid "For completeness, we must say that using a `_matrix._tcp` [SRV record for Server Delegation](docs/howto-server-delegation.md#server-delegation-via-a-dns-srv-record-advanced) is still valid and useful for certain deployments. It's just that our guide recommends the [`/.well-known/matrix/server` Server Delegation method](docs/howto-server-delegation.md#server-delegation-via-a-well-known-file), due to its easier implementation when using this playbook."
  5138. msgstr ""
  5139. #: ../../../CHANGELOG.md:3763
  5140. msgid "Besides this optional/non-urgent DNS change, assuming you're already on Synapse v0.99, upgrading to Synapse v1.0 should be as simple as [re-running the playbook](docs/maintenance-upgrading-services.md)."
  5141. msgstr ""
  5142. #: ../../../CHANGELOG.md:3766
  5143. msgid "2019-06-07"
  5144. msgstr ""
  5145. #: ../../../CHANGELOG.md:3768
  5146. msgid "(BC Break) Facebook bridge configuration is now entirely managed by the playbook"
  5147. msgstr ""
  5148. #: ../../../CHANGELOG.md:3770
  5149. msgid "Until now, configuration files for the [Facebook bridge](docs/configuring-playbook-bridge-mautrix-facebook.md) were created by the playbook initially, but never modified later on."
  5150. msgstr ""
  5151. #: ../../../CHANGELOG.md:3774
  5152. msgid "This means that if you were making manual changes to the `/matrix/mautrix-facebook/config.yaml` or `/matrix/mautrix-facebook/registration.yaml` configuration files, those would be lost the next time you run the playbook."
  5153. msgstr ""
  5154. #: ../../../CHANGELOG.md:3776
  5155. msgid "The bridge now stores configuration in a subdirectory (`/matrix/mautrix-facebook/config`), so your old configuration remains in the base directory (`/matrix/mautrix-facebook`). You need to migrate any manual changes over to the new `matrix_mautrix_facebook_configuration_extension_yaml` variable, so that the playbook would apply them for you."
  5156. msgstr ""
  5157. #: ../../../CHANGELOG.md:3778
  5158. msgid "Likewise, data is now also stored in a subdirectory (`/matrix/mautrix-facebook/data`). When you run the playbook with an existing database file (`/matrix/mautrix-facebook/mautrix-facebook.db`), the playbook will stop the bridge and relocate the database file to the `./data` directory. There's no data-loss involved. You'll need to restart the bridge manually though (`--tags=start`)."
  5159. msgstr ""
  5160. #: ../../../CHANGELOG.md:3781
  5161. msgid "2019-05-25"
  5162. msgstr ""
  5163. #: ../../../CHANGELOG.md:3783
  5164. msgid "Support for exposing container ports publicly (not just to the host)"
  5165. msgstr ""
  5166. #: ../../../CHANGELOG.md:3785
  5167. msgid "Until now, various roles supported a `matrix_*_expose_port` variable, which would expose their container's port to the host. This was mostly useful for reverse-proxying manually (in case `matrix-nginx-proxy` was disabled). It could also be used for installing some playbook services (e.g. bridges, etc.) and wiring them to a separate (manual) Matrix setup."
  5168. msgstr ""
  5169. #: ../../../CHANGELOG.md:3787
  5170. msgid "`matrix_*_expose_port` variables were not granular enough — sometimes they would expose one port, other times multiple. They also didn't provide control over **where** to expose (to which port number and to which network interface), because they would usually hardcode something like `127.0.0.1:8080`."
  5171. msgstr ""
  5172. #: ../../../CHANGELOG.md:3789
  5173. msgid "All such variables have been superseded by a better (more flexible) way to do it."
  5174. msgstr ""
  5175. #: ../../../CHANGELOG.md:3791
  5176. msgid "**Most** people (including those not using `matrix-nginx-proxy`), **don't need** to bother with this."
  5177. msgstr ""
  5178. #: ../../../CHANGELOG.md:3793
  5179. msgid "Porting examples follow for people having more customized setups:"
  5180. msgstr ""
  5181. #: ../../../CHANGELOG.md:3795
  5182. msgid "**from** `matrix_synapse_container_expose_client_api_port: true` **to** `matrix_synapse_container_client_api_host_bind_port: '127.0.0.1:8008'`"
  5183. msgstr ""
  5184. #: ../../../CHANGELOG.md:3797
  5185. msgid "**from** `matrix_synapse_container_expose_federation_api_port: true` **to** `matrix_synapse_container_federation_api_plain_host_bind_port: '127.0.0.1:8048'` and possibly `matrix_synapse_container_federation_api_tls_host_bind_port: '8448'`"
  5186. msgstr ""
  5187. #: ../../../CHANGELOG.md:3799
  5188. msgid "**from** `matrix_synapse_container_expose_metrics_port: true` **to** `matrix_synapse_container_metrics_api_host_bind_port: '127.0.0.1:9100'`"
  5189. msgstr ""
  5190. #: ../../../CHANGELOG.md:3801
  5191. msgid "**from** `matrix_riot_web_container_expose_port: true` **to** `matrix_riot_web_container_http_host_bind_port: '127.0.0.1:8765'`"
  5192. msgstr ""
  5193. #: ../../../CHANGELOG.md:3803
  5194. msgid "**from** `matrix_mxisd_container_expose_port: true` **to** `matrix_mxisd_container_http_host_bind_port: '127.0.0.1:8090'`"
  5195. msgstr ""
  5196. #: ../../../CHANGELOG.md:3805
  5197. msgid "**from** `matrix_dimension_container_expose_port: true` **to** `matrix_dimension_container_http_host_bind_port: '127.0.0.1:8184'`"
  5198. msgstr ""
  5199. #: ../../../CHANGELOG.md:3807
  5200. msgid "**from** `matrix_corporal_container_expose_ports: true` **to** `matrix_corporal_container_http_gateway_host_bind_port: '127.0.0.1:41080'` and possibly `matrix_corporal_container_http_api_host_bind_port: '127.0.0.1:41081'`"
  5201. msgstr ""
  5202. #: ../../../CHANGELOG.md:3809
  5203. msgid "**from** `matrix_appservice_irc_container_expose_client_server_api_port: true` **to** `matrix_appservice_irc_container_http_host_bind_port: '127.0.0.1:9999'`"
  5204. msgstr ""
  5205. #: ../../../CHANGELOG.md:3811
  5206. msgid "**from** `matrix_appservice_discord_container_expose_client_server_api_port: true` **to** `matrix_appservice_discord_container_http_host_bind_port: '127.0.0.1:9005'`"
  5207. msgstr ""
  5208. #: ../../../CHANGELOG.md:3813
  5209. msgid "As always, if you forget to remove usage of some outdated variable, the playbook will warn you."
  5210. msgstr ""
  5211. #: ../../../CHANGELOG.md:3816
  5212. msgid "2019-05-23"
  5213. msgstr ""
  5214. #: ../../../CHANGELOG.md:3818
  5215. msgid "(BC Break) Ansible 2.8 compatibility"
  5216. msgstr ""
  5217. #: ../../../CHANGELOG.md:3820
  5218. msgid "Thanks to [@danbob](https://github.com/danbob), the playbook now [supports the new Ansible 2.8](https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/187)."
  5219. msgstr ""
  5220. #: ../../../CHANGELOG.md:3822
  5221. msgid "A manual change is required to the `inventory/hosts` file, changing the group name from `matrix-servers` to `matrix_servers` (dash to underscore)."
  5222. msgstr ""
  5223. #: ../../../CHANGELOG.md:3824
  5224. msgid "To avoid doing it manually, run this:"
  5225. msgstr ""
  5226. #: ../../../CHANGELOG.md:3825
  5227. msgid "Linux: `sed -i 's/matrix-servers/matrix_servers/g' inventory/hosts`"
  5228. msgstr ""
  5229. #: ../../../CHANGELOG.md:3826
  5230. msgid "Mac: `sed -i '' 's/matrix-servers/matrix_servers/g' inventory/hosts`"
  5231. msgstr ""
  5232. #: ../../../CHANGELOG.md:3829
  5233. msgid "2019-05-21"
  5234. msgstr ""
  5235. #: ../../../CHANGELOG.md:3831
  5236. msgid "Synapse no longer required"
  5237. msgstr ""
  5238. #: ../../../CHANGELOG.md:3833
  5239. msgid "The playbook no longer insists on installing [Synapse](https://github.com/element-hq/synapse) via the `matrix-synapse` role."
  5240. msgstr ""
  5241. #: ../../../CHANGELOG.md:3835
  5242. msgid "If you would prefer to install Synapse another way and just use the playbook to install other services, it should be possible (`matrix_synapse_enabled: false`)."
  5243. msgstr ""
  5244. #: ../../../CHANGELOG.md:3837
  5245. msgid "Note that it won't necessarily be the best experience, since the playbook wires things to Synapse by default. If you're using your own Synapse instance (especially one not running in a container), you may have to override many variables to point them to the correct place."
  5246. msgstr ""
  5247. #: ../../../CHANGELOG.md:3839
  5248. msgid "Having Synapse not be a required component potentially opens the door for installing alternative Matrix homeservers."
  5249. msgstr ""
  5250. #: ../../../CHANGELOG.md:3841
  5251. msgid "Bridges are now separate from the Synapse role"
  5252. msgstr ""
  5253. #: ../../../CHANGELOG.md:3843
  5254. msgid "Bridges are no longer part of the `matrix-synapse` role. Each bridge now lives in its own separate role (`roles/custom/matrix-bridge-*`)."
  5255. msgstr ""
  5256. #: ../../../CHANGELOG.md:3845
  5257. msgid "These bridge roles are independent of the `matrix-synapse` role, so it should be possible to use them with a Synapse instance installed another way (not through the playbook)."
  5258. msgstr ""
  5259. #: ../../../CHANGELOG.md:3847
  5260. msgid "Renaming inconsistently-named Synapse variables"
  5261. msgstr ""
  5262. #: ../../../CHANGELOG.md:3849
  5263. msgid "For better consistency, the following variables have been renamed:"
  5264. msgstr ""
  5265. #: ../../../CHANGELOG.md:3851
  5266. msgid "`matrix_enable_room_list_search` was renamed to `matrix_synapse_enable_room_list_search`"
  5267. msgstr ""
  5268. #: ../../../CHANGELOG.md:3852
  5269. msgid "`matrix_alias_creation_rules` was renamed to `matrix_synapse_alias_creation_rules`"
  5270. msgstr ""
  5271. #: ../../../CHANGELOG.md:3853
  5272. msgid "`matrix_nginx_proxy_matrix_room_list_publication_rulesdata_path` was renamed to `matrix_synapse_room_list_publication_rules`"
  5273. msgstr ""
  5274. #: ../../../CHANGELOG.md:3856
  5275. msgid "2019-05-09"
  5276. msgstr ""
  5277. #: ../../../CHANGELOG.md:3858
  5278. msgid "Besides a myriad of bug fixes and minor improvements, here are the more notable (bigger) features we can announce today."
  5279. msgstr ""
  5280. #: ../../../CHANGELOG.md:3860
  5281. msgid "Mautrix Facebook/Messenger bridging support"
  5282. msgstr ""
  5283. #: ../../../CHANGELOG.md:3862
  5284. msgid "The playbook now supports bridging with [Facebook](https://www.facebook.com/) by installing the [mautrix-facebook](https://github.com/tulir/mautrix-facebook) bridge. This playbook functionality is available thanks to [@izissise](https://github.com/izissise)."
  5285. msgstr ""
  5286. #: ../../../CHANGELOG.md:3864
  5287. msgid "Additional details are available in [Setting up Mautrix Facebook bridging](docs/configuring-playbook-bridge-mautrix-facebook.md)."
  5288. msgstr ""
  5289. #: ../../../CHANGELOG.md:3866
  5290. msgid "mxisd Registration feature integration"
  5291. msgstr ""
  5292. #: ../../../CHANGELOG.md:3868
  5293. msgid "The playbook can now help you integrate with mxisd's [Registration](https://github.com/kamax-matrix/mxisd/blob/master/docs/features/registration.md) feature."
  5294. msgstr ""
  5295. #: ../../../CHANGELOG.md:3870
  5296. msgid "Learn more in [mxisd-controlled Registration](docs/configuring-playbook-mxisd.md#mxisd-controlled-registration)."
  5297. msgstr ""
  5298. #: ../../../CHANGELOG.md:3873
  5299. msgid "2019-04-16"
  5300. msgstr ""
  5301. #: ../../../CHANGELOG.md:3875
  5302. msgid "Caddy webserver examples"
  5303. msgstr ""
  5304. #: ../../../CHANGELOG.md:3877
  5305. msgid "If you prefer using the [Caddy](https://caddyserver.com/) webserver instead of our own integrated nginx, we now have examples for it in the [`examples/caddy`](examples/caddy) directory"
  5306. msgstr ""
  5307. #: ../../../CHANGELOG.md:3879
  5308. msgid "2019-04-10"
  5309. msgstr ""
  5310. #: ../../../CHANGELOG.md:3881
  5311. msgid "Goofys support for other S3-compatible object stores"
  5312. msgstr ""
  5313. #: ../../../CHANGELOG.md:3883
  5314. msgid "Until now, you could optionally host Synapse's media repository on Amazon S3, but we now also support [using other S3-compatible object stores](docs/configuring-playbook-s3.md),"
  5315. msgstr ""
  5316. #: ../../../CHANGELOG.md:3886
  5317. msgid "2019-04-03"
  5318. msgstr ""
  5319. #: ../../../CHANGELOG.md:3888
  5320. msgid "Ansible >= 2.5 is required"
  5321. msgstr ""
  5322. #: ../../../CHANGELOG.md:3890
  5323. msgid "Due to recent playbook improvements and the fact that the world keeps turning, we're bumping the [version requirement for Ansible](docs/ansible.md#supported-ansible-versions) (2.4 -> 2.5)."
  5324. msgstr ""
  5325. #: ../../../CHANGELOG.md:3892
  5326. msgid "We've also started building our own Docker image of Ansible ([devture/ansible](https://hub.docker.com/r/devture/ansible/)), which is useful for people who can't upgrade their local Ansible installation (see [Using Ansible via Docker](docs/ansible.md#using-ansible-via-docker))."
  5327. msgstr ""
  5328. #: ../../../CHANGELOG.md:3895
  5329. msgid "2019-03-19"
  5330. msgstr ""
  5331. #: ../../../CHANGELOG.md:3897
  5332. msgid "TLS support for coturn"
  5333. msgstr ""
  5334. #: ../../../CHANGELOG.md:3899
  5335. msgid "We've added TLS support to the coturn TURN server installed by the playbook by default. The certificates from the Matrix domain will be used for the coturn server."
  5336. msgstr ""
  5337. #: ../../../CHANGELOG.md:3901
  5338. msgid "This feature is enabled by default for new installations. To make use of TLS support for your existing Matrix server's coturn, make sure to rebuild both coturn and Synapse:"
  5339. msgstr ""
  5340. #: ../../../CHANGELOG.md:3907
  5341. msgid "People who have an extra firewall (besides the iptables firewall, which Docker manages automatically), will need to open these additional firewall ports: `5349/tcp` (TURN over TCP) and `5349/udp` (TURN over UDP)."
  5342. msgstr ""
  5343. #: ../../../CHANGELOG.md:3909
  5344. msgid "People who build their own custom playbook from our roles should be aware that:"
  5345. msgstr ""
  5346. #: ../../../CHANGELOG.md:3911
  5347. msgid "the `matrix-coturn` role and actually starting coturn (e.g. `--tags=start`), requires that certificates are already put in place. For this reason, it's usually a good idea to have the `matrix-coturn` role execute after `matrix-nginx-proxy` (which retrieves the certificates)."
  5348. msgstr ""
  5349. #: ../../../CHANGELOG.md:3913
  5350. msgid "there are a few variables that can help you enable TLS support for coturn. See the `matrix-coturn` section in [group_vars/matrix-servers](./group_vars/matrix-servers)."
  5351. msgstr ""
  5352. #: ../../../CHANGELOG.md:3916
  5353. msgid "2019-03-12"
  5354. msgstr ""
  5355. #: ../../../CHANGELOG.md:3918
  5356. msgid "matrix-nginx-proxy support for serving the base domain"
  5357. msgstr ""
  5358. #: ../../../CHANGELOG.md:3920
  5359. msgid "If you don't have a dedicated server for your base domain and want to set up [Server Delegation via a well-known file](docs/howto-server-delegation.md#server-delegation-via-a-well-known-file), the playbook has got you covered now."
  5360. msgstr ""
  5361. #: ../../../CHANGELOG.md:3922
  5362. msgid "It's now possible for the playbook to obtain an SSL certificate and serve the necessary files for Matrix Server Delegation on your base domain. Take a look at the new [Serving the base domain](docs/configuring-playbook-base-domain-serving.md) documentation page."
  5363. msgstr ""
  5364. #: ../../../CHANGELOG.md:3924
  5365. msgid "(BC break) matrix-nginx-proxy data variable renamed"
  5366. msgstr ""
  5367. #: ../../../CHANGELOG.md:3926
  5368. msgid "`matrix_nginx_proxy_data_path` was renamed to `matrix_nginx_proxy_base_path`."
  5369. msgstr ""
  5370. #: ../../../CHANGELOG.md:3928
  5371. msgid "There's a new `matrix_nginx_proxy_data_path` variable, which has a different use-purpose now (it's a subdirectory of `matrix_nginx_proxy_base_path` and is meant for storing various data files)."
  5372. msgstr ""
  5373. #: ../../../CHANGELOG.md:3931
  5374. msgid "2019-03-10"
  5375. msgstr ""
  5376. #: ../../../CHANGELOG.md:3933
  5377. msgid "Dimension integration manager support"
  5378. msgstr ""
  5379. #: ../../../CHANGELOG.md:3935
  5380. msgid "Thanks to [NullIsNot0](https://github.com/NullIsNot0), the playbook can now (optionally) install the [Dimension](https://dimension.t2bot.io/) integration manager. To learn more, see the [Setting up Dimension](docs/configuring-playbook-dimension.md) documentation page."
  5381. msgstr ""
  5382. #: ../../../CHANGELOG.md:3938
  5383. msgid "2019-03-07"
  5384. msgstr ""
  5385. #: ../../../CHANGELOG.md:3940
  5386. msgid "Ability to customize mxisd's email templates"
  5387. msgstr ""
  5388. #: ../../../CHANGELOG.md:3942
  5389. msgid "Thanks to [Sylvia van Os](https://github.com/TheLastProject), mxisd's email templates can now be customized easily. To learn more, see the [Customizing email templates](docs/configuring-playbook-mxisd.md#customizing-email-templates) documentation page."
  5390. msgstr ""
  5391. #: ../../../CHANGELOG.md:3945
  5392. msgid "2019-03-05"
  5393. msgstr ""
  5394. #: ../../../CHANGELOG.md:3947
  5395. msgid "Discord bridging support"
  5396. msgstr ""
  5397. #: ../../../CHANGELOG.md:3949
  5398. msgid "[@Lionstiger](https://github.com/Lionstiger) has done some great work adding Discord bridging support via [matrix-appservice-discord](https://github.com/matrix-org/matrix-appservice-discord). To learn more, see the [Setting up Appservice Discord bridging](docs/configuring-playbook-bridge-appservice-discord.md) documentation page."
  5399. msgstr ""
  5400. #: ../../../CHANGELOG.md:3952
  5401. msgid "2019-02-19"
  5402. msgstr ""
  5403. #: ../../../CHANGELOG.md:3954
  5404. msgid "Renaming variables"
  5405. msgstr ""
  5406. #: ../../../CHANGELOG.md:3956
  5407. #: ../../../CHANGELOG.md:4273
  5408. #: ../../../CHANGELOG.md:4358
  5409. #: ../../../CHANGELOG.md:4478
  5410. msgid "The following playbook variables were renamed:"
  5411. msgstr ""
  5412. #: ../../../CHANGELOG.md:3958
  5413. msgid "from `host_specific_hostname_identity` to `matrix_domain`"
  5414. msgstr ""
  5415. #: ../../../CHANGELOG.md:3959
  5416. msgid "from `hostname_identity` to `matrix_domain`"
  5417. msgstr ""
  5418. #: ../../../CHANGELOG.md:3960
  5419. msgid "from `hostname_matrix` to `matrix_server_fqn_matrix`"
  5420. msgstr ""
  5421. #: ../../../CHANGELOG.md:3961
  5422. msgid "from `hostname_riot` to `matrix_server_fqn_riot`"
  5423. msgstr ""
  5424. #: ../../../CHANGELOG.md:3962
  5425. msgid "from `host_specific_matrix_ssl_lets_encrypt_support_email` to `matrix_ssl_lets_encrypt_support_email`"
  5426. msgstr ""
  5427. #: ../../../CHANGELOG.md:3964
  5428. msgid "Doing that, we've simplified things, made names less confusing (hopefully) and moved all variable names under the `matrix_` prefix."
  5429. msgstr ""
  5430. #: ../../../CHANGELOG.md:3967
  5431. msgid "2019-02-16"
  5432. msgstr ""
  5433. #: ../../../CHANGELOG.md:3969
  5434. msgid "Riot v1.0.1 support"
  5435. msgstr ""
  5436. #: ../../../CHANGELOG.md:3971
  5437. msgid "You can now use the brand new and redesigned Riot."
  5438. msgstr ""
  5439. #: ../../../CHANGELOG.md:3973
  5440. msgid "The new version no longer has a homepage by default, so we've also removed the custom homepage that we've been installing."
  5441. msgstr ""
  5442. #: ../../../CHANGELOG.md:3975
  5443. msgid "However, we still provide you with hooks to install your own `home.html` file by specifying the `matrix_riot_web_embedded_pages_home_path` variable (used to be called `matrix_riot_web_homepage_template` before)."
  5444. msgstr ""
  5445. #: ../../../CHANGELOG.md:3978
  5446. msgid "2019-02-14"
  5447. msgstr ""
  5448. #: ../../../CHANGELOG.md:3980
  5449. msgid "Synapse v0.99.1"
  5450. msgstr ""
  5451. #: ../../../CHANGELOG.md:3982
  5452. msgid "As we're moving toward Synapse v1.0, things are beginning to stabilize. Upgrading from v0.99.0 to v0.99.1 should be painless."
  5453. msgstr ""
  5454. #: ../../../CHANGELOG.md:3984
  5455. msgid "If you've been overriding the default configuration so that you can terminate TLS at the Synapse side (`matrix_synapse_no_tls: false`), you'll now have to replace this custom configuration with `matrix_synapse_tls_federation_listener_enabled: true`. The `matrix_synapse_no_tls` variable is no more."
  5456. msgstr ""
  5457. #: ../../../CHANGELOG.md:3987
  5458. msgid "2019-02-06"
  5459. msgstr ""
  5460. #: ../../../CHANGELOG.md:3989
  5461. msgid "Synapse v0.99 support and preparation for Synapse v1.0"
  5462. msgstr ""
  5463. #: ../../../CHANGELOG.md:3991
  5464. msgid "Matrix is undergoing a lot of changes as it matures towards Synapse v1.0. The first step is the Synapse v0.99 transitional release, which this playbook now supports."
  5465. msgstr ""
  5466. #: ../../../CHANGELOG.md:3993
  5467. msgid "If you've been using this playbook successfully until now, you'd be aware that we've been doing [Server Delegation](docs/howto-server-delegation.md) using a `_matrix._tcp` DNS SRV record (as per [Configuring DNS](docs/configuring-dns.md))."
  5468. msgstr ""
  5469. #: ../../../CHANGELOG.md:3995
  5470. msgid "Due to changes related to certificate file requirements that will affect us at Synapse v1.0, we'll have to stop using a **`_matrix._tcp` DNS SRV record in the future** (when Synapse goes to v1.0 — around 5th of March 2019). We **still need to keep the SRV record for now**, for backward compatibility with older Synapse versions (lower than v0.99)."
  5471. msgstr ""
  5472. #: ../../../CHANGELOG.md:3997
  5473. msgid "**What you need to do now** is make use of this transitional Synapse v0.99 release to **prepare your federation settings for the future**. You have 2 choices to prepare yourself for compatibility with the future Synapse v1.0:"
  5474. msgstr ""
  5475. #: ../../../CHANGELOG.md:3999
  5476. msgid "(recommended) set up [Server Delegation via a well-known file](docs/howto-server-delegation.md#server-delegation-via-a-well-known-file), unless you are affected by the [Downsides of well-known-based Server Delegation](docs/howto-server-delegation.md#downsides-of-well-known-based-server-delegation). If you had previously set up the well-known `client` file, depending on how you've done it, it may be that there is nothing new required of you (besides [upgrading](docs/maintenance-upgrading-services.md)). After upgrading, you can [run a self-check](docs/maintenance-and-troubleshooting.md#how-to-check-if-services-work), which will tell you if you need to do anything extra with regard to setting up [Server Delegation via a well-known file](docs/howto-server-delegation.md#server-delegation-via-a-well-known-file). After some time, when most people have upgraded to Synapse v0.99 and older releases have disappeared, be prepared to drop your `_matrix._tcp` SRV record."
  5477. msgstr ""
  5478. #: ../../../CHANGELOG.md:4001
  5479. msgid "(more advanced) if the [Downsides of well-known-based Server Delegation](docs/howto-server-delegation.md#downsides-of-well-known-based-server-delegation) are not to your liking, **as an alternative**, you can set up [Server Delegation via a DNS SRV record](docs/howto-server-delegation.md#server-delegation-via-a-dns-srv-record-advanced). In such a case, you get to keep using your existing `_matrix._tcp` DNS SRV record forever and need to NOT set up a `/.well-known/matrix/server` file. Don't forget that you need to do certificate changes though. Follow the guide at [Server Delegation via a DNS SRV record](docs/howto-server-delegation.md#server-delegation-via-a-dns-srv-record-advanced)."
  5480. msgstr ""
  5481. #: ../../../CHANGELOG.md:4004
  5482. msgid "2019-02-01"
  5483. msgstr ""
  5484. #: ../../../CHANGELOG.md:4006
  5485. msgid "TLS v1.3 support"
  5486. msgstr ""
  5487. #: ../../../CHANGELOG.md:4008
  5488. msgid "Now that the [nginx Docker image](https://hub.docker.com/_/nginx) has [added support for TLS v1.3](https://github.com/nginxinc/docker-nginx/issues/190), we have enabled that protocol by default."
  5489. msgstr ""
  5490. #: ../../../CHANGELOG.md:4010
  5491. msgid "When using:"
  5492. msgstr ""
  5493. #: ../../../CHANGELOG.md:4012
  5494. msgid "the **integrated nginx server**: TLS v1.3 support might not kick in immediately, because the nginx version hasn't been bumped and you may have an older build of the nginx Docker image (currently `nginx:1.15.8-alpine`). Typically, we do not re-pull images that you already have. When the nginx version gets bumped in the future, everyone will get the update. Until then, you could manually force-pull the rebuilt Docker image by running this on the server: `docker pull nginx:1.15.8-alpine`."
  5495. msgstr ""
  5496. #: ../../../CHANGELOG.md:4014
  5497. msgid "**your own external nginx server**: if your external nginx server is too old, the new configuration we generate for you in `/matrix/nginx-proxy/conf.d/` might not work anymore, because it mentions `TLSv1.3` and your nginx version might not support that. You can adjust the SSL protocol list by overriding the `matrix_nginx_proxy_ssl_protocols` variable. Learn more in the documentation page for [Using your own webserver, instead of this playbook's nginx proxy](docs/configuring-playbook-own-webserver.md)"
  5498. msgstr ""
  5499. #: ../../../CHANGELOG.md:4016
  5500. msgid "**another web server**: you don't need to do anything to accommodate this change"
  5501. msgstr ""
  5502. #: ../../../CHANGELOG.md:4019
  5503. msgid "2019-01-31"
  5504. msgstr ""
  5505. #: ../../../CHANGELOG.md:4021
  5506. msgid "IRC bridging support"
  5507. msgstr ""
  5508. #: ../../../CHANGELOG.md:4023
  5509. msgid "[Devon Maloney (@Plailect)](https://github.com/Plailect) has done some great work bringing IRC bridging support via [matrix-appservice-irc](https://github.com/TeDomum/matrix-appservice-irc). To learn more, see the [Setting up Appservice IRC bridging](docs/configuring-playbook-bridge-appservice-irc.md) documentation page."
  5510. msgstr ""
  5511. #: ../../../CHANGELOG.md:4026
  5512. msgid "2019-01-29"
  5513. msgstr ""
  5514. #: ../../../CHANGELOG.md:4028
  5515. msgid "Running container processes as non-root, without capabilities and read-only"
  5516. msgstr ""
  5517. #: ../../../CHANGELOG.md:4030
  5518. msgid "To improve security, this playbook no longer starts container processes as the `root` user. Most containers were dropping privileges anyway, but we were trusting them with `root` privileges until they would do that. Not anymore — container processes now start as a non-root user (usually `matrix`) from the get-go."
  5519. msgstr ""
  5520. #: ../../../CHANGELOG.md:4032
  5521. msgid "For additional security, various capabilities are also dropped (see [why it's important](https://github.com/projectatomic/atomic-site/issues/203)) for all containers."
  5522. msgstr ""
  5523. #: ../../../CHANGELOG.md:4034
  5524. msgid "Additionally, most containers now use a read-only filesystem (see [why it's important](https://www.projectatomic.io/blog/2015/12/making-docker-images-write-only-in-production/)). Containers are given write access only to the directories they need to write to."
  5525. msgstr ""
  5526. #: ../../../CHANGELOG.md:4036
  5527. msgid "A minor breaking change is the `matrix_nginx_proxy_proxy_matrix_client_api_client_max_body_size` variable having being renamed to `matrix_nginx_proxy_proxy_matrix_client_api_client_max_body_size_mb` (note the `_mb` suffix). The new variable expects a number value (e.g. `25M` -> `25`). If you weren't customizing this variable, this wouldn't affect you."
  5528. msgstr ""
  5529. #: ../../../CHANGELOG.md:4038
  5530. msgid "matrix-mailer is now based on Exim, not Postfix"
  5531. msgstr ""
  5532. #: ../../../CHANGELOG.md:4040
  5533. msgid "While we would have preferred to stay with [Postfix](http://www.postfix.org/), we found out that it cannot run as a non-root user. We've had to replace it with [Exim](https://www.exim.org/) (via the [devture/exim-relay](https://hub.docker.com/r/devture/exim-relay) container image)."
  5534. msgstr ""
  5535. #: ../../../CHANGELOG.md:4042
  5536. msgid "The internal `matrix-mailer` service (running in a container) now listens on port `8025` (used to be `587` before). The playbook will update your Synapse and mxisd email settings to match (`matrix-mailer:587` -> `matrix-mailer:8025`)."
  5537. msgstr ""
  5538. #: ../../../CHANGELOG.md:4044
  5539. msgid "Using the [devture/exim-relay](https://hub.docker.com/r/devture/exim-relay) container image instead of [panubo/postfix](https://hub.docker.com/r/panubo/postfix/) also gives us a nice disk usage reduction (~200MB -> 8MB)."
  5540. msgstr ""
  5541. #: ../../../CHANGELOG.md:4047
  5542. msgid "2019-01-17"
  5543. msgstr ""
  5544. #: ../../../CHANGELOG.md:4049
  5545. msgid "(BC Break) Making the playbook's roles more independent of one another"
  5546. msgstr ""
  5547. #: ../../../CHANGELOG.md:4051
  5548. msgid "The following change **affects people running a more non-standard setup** — external Postgres or using our roles in their own other playbook. **Most users don't need to do anything**, besides becoming aware of the new glue variables file [`group_vars/matrix-servers`](group_vars/matrix-servers)."
  5549. msgstr ""
  5550. #: ../../../CHANGELOG.md:4054
  5551. msgid "Because people like using the playbook's components independently (outside of this playbook) and because it's much better for maintainability, we've continued working on separating them. Still, we'd like to offer a turnkey solution for running a fully-featured Matrix server, so this playbook remains important for wiring up the various components."
  5552. msgstr ""
  5553. #: ../../../CHANGELOG.md:4056
  5554. msgid "With the new changes, **all roles are now only dependent on the minimal `matrix-base` role**. They are no longer dependent among themselves."
  5555. msgstr ""
  5556. #: ../../../CHANGELOG.md:4058
  5557. msgid "In addition, the following components can now be completely disabled (for those who want/need to):"
  5558. msgstr ""
  5559. #: ../../../CHANGELOG.md:4059
  5560. msgid "`matrix-coturn` by using `coturn_enabled: false`"
  5561. msgstr ""
  5562. #: ../../../CHANGELOG.md:4060
  5563. msgid "`matrix-mailer` by using `matrix_mailer_enabled: false`"
  5564. msgstr ""
  5565. #: ../../../CHANGELOG.md:4061
  5566. msgid "`matrix-postgres` by using `matrix_postgres_enabled: false`"
  5567. msgstr ""
  5568. #: ../../../CHANGELOG.md:4063
  5569. msgid "The following changes had to be done:"
  5570. msgstr ""
  5571. #: ../../../CHANGELOG.md:4065
  5572. msgid "glue variables had to be introduced to the playbook, so it can wire together the various components. Those glue vars are stored in the [`group_vars/matrix-servers`](group_vars/matrix-servers) file. When overriding variables for a given component (role), you need to be aware of both the role defaults (`role/ROLE/defaults/main.yml`) and the role's corresponding section in the [`group_vars/matrix-servers`](group_vars/matrix-servers) file."
  5573. msgstr ""
  5574. #: ../../../CHANGELOG.md:4067
  5575. msgid "`matrix_postgres_use_external` has been superseded by the more consistently named `matrix_postgres_enabled` variable and a few other `matrix_synapse_database_` variables. See the [Using an external PostgreSQL server (optional)](docs/configuring-playbook-external-postgres.md) documentation page for an up-to-date replacement."
  5576. msgstr ""
  5577. #: ../../../CHANGELOG.md:4069
  5578. msgid "Postgres tools (`matrix-postgres-cli` and `matrix-make-user-admin`) are no longer installed if you're not enabling the `matrix-postgres` role (`matrix_postgres_enabled: false`)"
  5579. msgstr ""
  5580. #: ../../../CHANGELOG.md:4071
  5581. msgid "roles, being more independent now, are more minimal and do not do so much magic for you. People that are building their own playbook using our roles will definitely need to take a look at the [`group_vars/matrix-servers`](group_vars/matrix-servers) file and adapt their playbooks with the same (or similar) wiring logic."
  5582. msgstr ""
  5583. #: ../../../CHANGELOG.md:4074
  5584. msgid "2019-01-16"
  5585. msgstr ""
  5586. #: ../../../CHANGELOG.md:4076
  5587. msgid "Splitting the playbook into multiple roles"
  5588. msgstr ""
  5589. #: ../../../CHANGELOG.md:4078
  5590. msgid "For better maintainability, the playbook logic (which all used to reside in a single `matrix-server` role) has been split out into a number of different roles: `matrix-synapse`, `matrix-postgres`, `matrix-riot-web`, `matrix-mxisd`, etc. (see the `roles/` directory)."
  5591. msgstr ""
  5592. #: ../../../CHANGELOG.md:4081
  5593. msgid "To keep the filesystem more consistent with this separation, the **Postgres data had to be relocated**."
  5594. msgstr ""
  5595. #: ../../../CHANGELOG.md:4083
  5596. msgid "The default value of `matrix_postgres_data_path` was changed from `/matrix/postgres` to `/matrix/postgres/data`. The `/matrix/postgres` directory is what we consider a base path now (new variable `matrix_postgres_base_path`). **Your Postgres data files will automatically be relocated by the playbook** (`/matrix/postgres/*` -> `/matrix/postgres/data/`) when you run with `--tags=setup-all` (or `--tags=setup-postgres`). While this shouldn't cause data-loss, **it's better if you do a Postgres backup just in case**. You'd need to restart all services after this migration (`--tags=start`)."
  5597. msgstr ""
  5598. #: ../../../CHANGELOG.md:4086
  5599. msgid "2019-01-11"
  5600. msgstr ""
  5601. #: ../../../CHANGELOG.md:4088
  5602. msgid "(BC Break) mxisd configuration changes"
  5603. msgstr ""
  5604. #: ../../../CHANGELOG.md:4090
  5605. msgid "To be more flexible and to support the upcoming [mxisd](https://github.com/kamax-io/mxisd) 1.3.0 (when it gets released), we've had to redo how mxisd gets configured."
  5606. msgstr ""
  5607. #: ../../../CHANGELOG.md:4093
  5608. msgid "The following variables are no longer supported by this playbook:"
  5609. msgstr ""
  5610. #: ../../../CHANGELOG.md:4095
  5611. msgid "`matrix_mxisd_ldap_enabled`"
  5612. msgstr ""
  5613. #: ../../../CHANGELOG.md:4096
  5614. msgid "`matrix_mxisd_ldap_connection_host`"
  5615. msgstr ""
  5616. #: ../../../CHANGELOG.md:4097
  5617. msgid "`matrix_mxisd_ldap_connection_tls`"
  5618. msgstr ""
  5619. #: ../../../CHANGELOG.md:4098
  5620. msgid "`matrix_mxisd_ldap_connection_port`"
  5621. msgstr ""
  5622. #: ../../../CHANGELOG.md:4099
  5623. msgid "`matrix_mxisd_ldap_connection_baseDn`"
  5624. msgstr ""
  5625. #: ../../../CHANGELOG.md:4100
  5626. msgid "`matrix_mxisd_ldap_connection_baseDns`"
  5627. msgstr ""
  5628. #: ../../../CHANGELOG.md:4101
  5629. #: ../../../CHANGELOG.md:4102
  5630. msgid "`matrix_mxisd_ldap_connection_bindDn`"
  5631. msgstr ""
  5632. #: ../../../CHANGELOG.md:4103
  5633. #: ../../../CHANGELOG.md:4107
  5634. msgid "`matrix_mxisd_ldap_connection_bindPassword`"
  5635. msgstr ""
  5636. #: ../../../CHANGELOG.md:4104
  5637. msgid "`matrix_mxisd_ldap_filter`"
  5638. msgstr ""
  5639. #: ../../../CHANGELOG.md:4105
  5640. msgid "`matrix_mxisd_ldap_attribute_uid_type`"
  5641. msgstr ""
  5642. #: ../../../CHANGELOG.md:4106
  5643. msgid "`matrix_mxisd_ldap_attribute_uid_value`"
  5644. msgstr ""
  5645. #: ../../../CHANGELOG.md:4108
  5646. msgid "`matrix_mxisd_ldap_attribute_name`"
  5647. msgstr ""
  5648. #: ../../../CHANGELOG.md:4109
  5649. msgid "`matrix_mxisd_ldap_attribute_threepid_email`"
  5650. msgstr ""
  5651. #: ../../../CHANGELOG.md:4110
  5652. msgid "`matrix_mxisd_ldap_attribute_threepid_msisdn`"
  5653. msgstr ""
  5654. #: ../../../CHANGELOG.md:4111
  5655. msgid "`matrix_mxisd_ldap_identity_filter`"
  5656. msgstr ""
  5657. #: ../../../CHANGELOG.md:4112
  5658. msgid "`matrix_mxisd_ldap_identity_medium`"
  5659. msgstr ""
  5660. #: ../../../CHANGELOG.md:4113
  5661. msgid "`matrix_mxisd_ldap_auth_filter`"
  5662. msgstr ""
  5663. #: ../../../CHANGELOG.md:4114
  5664. msgid "`matrix_mxisd_ldap_directory_filter`"
  5665. msgstr ""
  5666. #: ../../../CHANGELOG.md:4115
  5667. msgid "`matrix_mxisd_template_config`"
  5668. msgstr ""
  5669. #: ../../../CHANGELOG.md:4117
  5670. msgid "You are encouraged to use the `matrix_mxisd_configuration_extension_yaml` variable to define your own mxisd configuration additions and overrides. Refer to the [default variables file](roles/custom/matrix-mxisd/defaults/main.yml) for more information."
  5671. msgstr ""
  5672. #: ../../../CHANGELOG.md:4119
  5673. msgid "This new way of configuring mxisd is beneficial because:"
  5674. msgstr ""
  5675. #: ../../../CHANGELOG.md:4121
  5676. msgid "it lets us support all mxisd configuration options, as the playbook simply forwards them to mxisd without needing to care or understand them"
  5677. msgstr ""
  5678. #: ../../../CHANGELOG.md:4122
  5679. msgid "it lets you upgrade to newer mxisd versions and make use of their features, without us having to add support for them explicitly"
  5680. msgstr ""
  5681. #: ../../../CHANGELOG.md:4125
  5682. msgid "2019-01-08"
  5683. msgstr ""
  5684. #: ../../../CHANGELOG.md:4127
  5685. msgid "(BC Break) Cronjob schedule no longer configurable"
  5686. msgstr ""
  5687. #: ../../../CHANGELOG.md:4129
  5688. msgid "Due to the way we manage cronjobs now, you can no longer configure the schedule they're invoked at."
  5689. msgstr ""
  5690. #: ../../../CHANGELOG.md:4131
  5691. msgid "If you were previously using `matrix_ssl_lets_encrypt_renew_cron_time_definition` or `matrix_nginx_proxy_reload_cron_time_definition` to set a custom schedule, you should note that these variables don't affect anything anymore."
  5692. msgstr ""
  5693. #: ../../../CHANGELOG.md:4134
  5694. msgid "If you miss this functionality, please [open an Issue](https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/new) and let us know about your use case!"
  5695. msgstr ""
  5696. #: ../../../CHANGELOG.md:4137
  5697. msgid "2018-12-23"
  5698. msgstr ""
  5699. #: ../../../CHANGELOG.md:4139
  5700. msgid "(BC Break) More SSL certificate retrieval methods"
  5701. msgstr ""
  5702. #: ../../../CHANGELOG.md:4141
  5703. msgid "The playbook now lets you decide between 3 different SSL certificate retrieval methods:"
  5704. msgstr ""
  5705. #: ../../../CHANGELOG.md:4142
  5706. msgid "(default) obtaining free SSL certificates from Let's Encrypt"
  5707. msgstr ""
  5708. #: ../../../CHANGELOG.md:4143
  5709. msgid "generating self-signed SSL certificates"
  5710. msgstr ""
  5711. #: ../../../CHANGELOG.md:4144
  5712. msgid "managing SSL certificates manually"
  5713. msgstr ""
  5714. #: ../../../CHANGELOG.md:4146
  5715. msgid "Learn more in [Adjusting SSL certificate retrieval](docs/configuring-playbook-ssl-certificates.md)."
  5716. msgstr ""
  5717. #: ../../../CHANGELOG.md:4148
  5718. msgid "For people who use Let's Encrypt (mostly everyone, since it's the default), you'll also have to rename a variable in your configuration:"
  5719. msgstr ""
  5720. #: ../../../CHANGELOG.md:4150
  5721. msgid "before: `host_specific_matrix_ssl_support_email`"
  5722. msgstr ""
  5723. #: ../../../CHANGELOG.md:4151
  5724. msgid "after: `host_specific_matrix_ssl_lets_encrypt_support_email`"
  5725. msgstr ""
  5726. #: ../../../CHANGELOG.md:4153
  5727. msgid "(BC Break) mxisd upgrade with multiple base DN support"
  5728. msgstr ""
  5729. #: ../../../CHANGELOG.md:4155
  5730. msgid "mxisd has bee upgraded to [version 1.2.2](https://github.com/kamax-matrix/mxisd/releases/tag/v1.2.2), which supports [multiple base DNs](https://github.com/kamax-matrix/mxisd/blob/v1.2.2/docs/stores/ldap.md#base)."
  5731. msgstr ""
  5732. #: ../../../CHANGELOG.md:4157
  5733. msgid "If you were configuring this playbook's `matrix_mxisd_ldap_connection_baseDn` variable until now (a string containing a single base DN), you'll need to change to configuring the `matrix_mxisd_ldap_connection_baseDns` variable (an array containing multiple base DNs)."
  5734. msgstr ""
  5735. #: ../../../CHANGELOG.md:4159
  5736. msgid "Example change:"
  5737. msgstr ""
  5738. #: ../../../CHANGELOG.md:4161
  5739. msgid "before: `matrix_mxisd_ldap_connection_baseDn: OU=Users,DC=example,DC=org`"
  5740. msgstr ""
  5741. #: ../../../CHANGELOG.md:4162
  5742. msgid "after: `matrix_mxisd_ldap_connection_baseDns: ['OU=Users,DC=example,DC=org']`"
  5743. msgstr ""
  5744. #: ../../../CHANGELOG.md:4165
  5745. msgid "2018-12-21"
  5746. msgstr ""
  5747. #: ../../../CHANGELOG.md:4167
  5748. msgid "Synapse 0.34.0 and Python 3"
  5749. msgstr ""
  5750. #: ../../../CHANGELOG.md:4169
  5751. msgid "Synapse has been upgraded to 0.34.0 and now uses Python 3. Based on feedback from others, running Synapse on Python 3 is supposed to decrease memory usage significantly (~2x)."
  5752. msgstr ""
  5753. #: ../../../CHANGELOG.md:4172
  5754. msgid "2018-12-12"
  5755. msgstr ""
  5756. #: ../../../CHANGELOG.md:4174
  5757. msgid "Riot homepage customization"
  5758. msgstr ""
  5759. #: ../../../CHANGELOG.md:4176
  5760. msgid "You can now customize some parts of the Riot homepage (or even completely replace it with your own custom page). See the `matrix_riot_web_homepage_` variables in `roles/custom/matrix-riot-web/defaults/main.yml`."
  5761. msgstr ""
  5762. #: ../../../CHANGELOG.md:4179
  5763. msgid "2018-12-04"
  5764. msgstr ""
  5765. #: ../../../CHANGELOG.md:4181
  5766. msgid "mxisd extensibility"
  5767. msgstr ""
  5768. #: ../../../CHANGELOG.md:4183
  5769. msgid "The [LDAP identity store for mxisd](https://github.com/kamax-matrix/mxisd/blob/master/docs/stores/ldap.md) can now be configured easily using playbook variables (see the `matrix_mxisd_ldap_` variables in `roles/custom/matrix-server/defaults/main.yml`)."
  5770. msgstr ""
  5771. #: ../../../CHANGELOG.md:4186
  5772. msgid "2018-11-28"
  5773. msgstr ""
  5774. #: ../../../CHANGELOG.md:4188
  5775. msgid "More scripts"
  5776. msgstr ""
  5777. #: ../../../CHANGELOG.md:4190
  5778. msgid "matrix-remove-all allows to uninstall everything with a single command"
  5779. msgstr ""
  5780. #: ../../../CHANGELOG.md:4191
  5781. msgid "matrix-make-user-admin allows to upgrade a user's privileges"
  5782. msgstr ""
  5783. #: ../../../CHANGELOG.md:4193
  5784. msgid "LDAP auth support via matrix-synapse-ldap3"
  5785. msgstr ""
  5786. #: ../../../CHANGELOG.md:4195
  5787. msgid "The playbook can now install and configure [LDAP auth support](https://github.com/matrix-org/matrix-synapse-ldap3) for you."
  5788. msgstr ""
  5789. #: ../../../CHANGELOG.md:4197
  5790. msgid "Additional details are available in [Setting up the LDAP authentication password provider module](docs/configuring-playbook-ldap-auth.md)."
  5791. msgstr ""
  5792. #: ../../../CHANGELOG.md:4200
  5793. msgid "2018-11-23"
  5794. msgstr ""
  5795. #: ../../../CHANGELOG.md:4202
  5796. msgid "Support for controlling public registration and room auto-join"
  5797. msgstr ""
  5798. #: ../../../CHANGELOG.md:4204
  5799. msgid "The playbook now lets you enable public registration for users (controlled via `matrix_synapse_enable_registration`). By default, public registration is forbidden."
  5800. msgstr ""
  5801. #: ../../../CHANGELOG.md:4206
  5802. msgid "You can also make people automatically get auto-joined to rooms (controlled via `matrix_synapse_auto_join_rooms`)."
  5803. msgstr ""
  5804. #: ../../../CHANGELOG.md:4208
  5805. msgid "Support for changing the welcome user ID (welcome bot)"
  5806. msgstr ""
  5807. #: ../../../CHANGELOG.md:4210
  5808. msgid "By default, `@riot-bot:matrix.org` is used to welcome newly registered users. This can be changed to something else (or disabled) via the new `matrix_riot_web_welcome_user_id` variable."
  5809. msgstr ""
  5810. #: ../../../CHANGELOG.md:4213
  5811. msgid "2018-11-14"
  5812. msgstr ""
  5813. #: ../../../CHANGELOG.md:4215
  5814. msgid "Ability to set Synapse log levels"
  5815. msgstr ""
  5816. #: ../../../CHANGELOG.md:4217
  5817. msgid "The playbook now allows you to set the log levels used by Synapse. The default logging levels remain the same."
  5818. msgstr ""
  5819. #: ../../../CHANGELOG.md:4219
  5820. msgid "You can now override following variables with any of the supported log levels listed here: https://docs.python.org/3/library/logging.html#logging-levels"
  5821. msgstr ""
  5822. #: ../../../CHANGELOG.md:4228
  5823. msgid "2018-11-03"
  5824. msgstr ""
  5825. #: ../../../CHANGELOG.md:4230
  5826. msgid "Customize parts of Riot's config"
  5827. msgstr ""
  5828. #: ../../../CHANGELOG.md:4232
  5829. msgid "You can now customize some parts of Riot's `config.json`. These playbook variables, with these default values, have been added:"
  5830. msgstr ""
  5831. #: ../../../CHANGELOG.md:4243
  5832. msgid "This now allows you use a custom integration manager like [Dimension](https://dimension.t2bot.io). For example, if you wish to use the Dimension instance hosted at dimension.t2bot.io, you can set the following in your vars.yml file:"
  5833. msgstr ""
  5834. #: ../../../CHANGELOG.md:4252
  5835. msgid "SSL protocols used to serve Riot and Synapse"
  5836. msgstr ""
  5837. #: ../../../CHANGELOG.md:4254
  5838. msgid "There's now a new `matrix_nginx_proxy_ssl_protocols` playbook variable, which controls the SSL protocols used to serve Riot and Synapse. Its default value is `TLSv1.1 TLSv1.2`. This playbook previously used `TLSv1 TLSv1.1 TLSv1.2` to serve Riot and Synapse."
  5839. msgstr ""
  5840. #: ../../../CHANGELOG.md:4256
  5841. msgid "You may wish to re-enable TLSv1 if you need to access Riot in older browsers."
  5842. msgstr ""
  5843. #: ../../../CHANGELOG.md:4258
  5844. msgid "Note: Currently the dockerized nginx doesn't support TLSv1.3. See https://github.com/nginxinc/docker-nginx/issues/190 for more details."
  5845. msgstr ""
  5846. #: ../../../CHANGELOG.md:4261
  5847. msgid "2018-11-01"
  5848. msgstr ""
  5849. #: ../../../CHANGELOG.md:4263
  5850. msgid "Postgres 11 support"
  5851. msgstr ""
  5852. #: ../../../CHANGELOG.md:4265
  5853. msgid "The playbook now installs [Postgres 11](https://www.postgresql.org/about/news/1894/) by default."
  5854. msgstr ""
  5855. #: ../../../CHANGELOG.md:4267
  5856. msgid "If you have have an existing setup, it's likely running on an older Postgres version (9.x or 10.x). You can easily upgrade by following the [upgrading PostgreSQL guide](docs/maintenance-postgres.md#upgrading-postgresql)."
  5857. msgstr ""
  5858. #: ../../../CHANGELOG.md:4269
  5859. #: ../../../CHANGELOG.md:4356
  5860. #: ../../../CHANGELOG.md:4476
  5861. msgid "(BC Break) Renaming playbook variables"
  5862. msgstr ""
  5863. #: ../../../CHANGELOG.md:4271
  5864. msgid "Due to the large amount of features added to this playbook lately, to keep things manageable we've had to reorganize its configuration variables a bit."
  5865. msgstr ""
  5866. #: ../../../CHANGELOG.md:4275
  5867. msgid "from `matrix_docker_image_mxisd` to `matrix_mxisd_docker_image`"
  5868. msgstr ""
  5869. #: ../../../CHANGELOG.md:4276
  5870. msgid "from `matrix_docker_image_mautrix_telegram` to `matrix_mautrix_telegram_docker_image`"
  5871. msgstr ""
  5872. #: ../../../CHANGELOG.md:4277
  5873. msgid "from `matrix_docker_image_mautrix_whatsapp` to `matrix_mautrix_whatsapp_docker_image`"
  5874. msgstr ""
  5875. #: ../../../CHANGELOG.md:4278
  5876. msgid "from `matrix_docker_image_mailer` to `matrix_mailer_docker_image`"
  5877. msgstr ""
  5878. #: ../../../CHANGELOG.md:4279
  5879. msgid "from `matrix_docker_image_coturn` to `coturn_container_image`"
  5880. msgstr ""
  5881. #: ../../../CHANGELOG.md:4280
  5882. msgid "from `matrix_docker_image_goofys` to `matrix_s3_goofys_docker_image`"
  5883. msgstr ""
  5884. #: ../../../CHANGELOG.md:4281
  5885. msgid "from `matrix_docker_image_riot` to `matrix_riot_web_docker_image`"
  5886. msgstr ""
  5887. #: ../../../CHANGELOG.md:4282
  5888. msgid "from `matrix_docker_image_nginx` to `matrix_nginx_proxy_docker_image`"
  5889. msgstr ""
  5890. #: ../../../CHANGELOG.md:4283
  5891. msgid "from `matrix_docker_image_synapse` to `matrix_synapse_docker_image`"
  5892. msgstr ""
  5893. #: ../../../CHANGELOG.md:4284
  5894. msgid "from `matrix_docker_image_postgres_v9` to `matrix_postgres_docker_image_v9`"
  5895. msgstr ""
  5896. #: ../../../CHANGELOG.md:4285
  5897. msgid "from `matrix_docker_image_postgres_v10` to `matrix_postgres_docker_image_v10`"
  5898. msgstr ""
  5899. #: ../../../CHANGELOG.md:4286
  5900. msgid "from `matrix_docker_image_postgres_latest` to `matrix_postgres_docker_image_latest`"
  5901. msgstr ""
  5902. #: ../../../CHANGELOG.md:4289
  5903. msgid "2018-10-26"
  5904. msgstr ""
  5905. #: ../../../CHANGELOG.md:4291
  5906. msgid "Mautrix Whatsapp bridging support"
  5907. msgstr ""
  5908. #: ../../../CHANGELOG.md:4293
  5909. msgid "The playbook now supports bridging with [Whatsapp](https://www.whatsapp.com/) by installing the [mautrix-whatsapp](https://github.com/tulir/mautrix-whatsapp) bridge. This playbook functionality is available thanks to [@izissise](https://github.com/izissise)."
  5910. msgstr ""
  5911. #: ../../../CHANGELOG.md:4295
  5912. msgid "Additional details are available in [Setting up Mautrix Whatsapp bridging](docs/configuring-playbook-bridge-mautrix-whatsapp.md)."
  5913. msgstr ""
  5914. #: ../../../CHANGELOG.md:4298
  5915. msgid "2018-10-25"
  5916. msgstr ""
  5917. #: ../../../CHANGELOG.md:4300
  5918. msgid "Support for controlling Matrix federation"
  5919. msgstr ""
  5920. #: ../../../CHANGELOG.md:4302
  5921. msgid "The playbook can now help you with [Controlling Matrix federation](docs/configuring-playbook-federation), should you wish to run a more private (isolated) server."
  5922. msgstr ""
  5923. #: ../../../CHANGELOG.md:4305
  5924. msgid "2018-10-24"
  5925. msgstr ""
  5926. #: ../../../CHANGELOG.md:4307
  5927. msgid "Disabling riot-web guests"
  5928. msgstr ""
  5929. #: ../../../CHANGELOG.md:4309
  5930. msgid "From now on, Riot's configuration setting `disable_guests` would be set to `true`. The homeserver was rejecting guests anyway, so this is just a cosmetic change affecting Riot's UI."
  5931. msgstr ""
  5932. #: ../../../CHANGELOG.md:4312
  5933. msgid "2018-10-21"
  5934. msgstr ""
  5935. #: ../../../CHANGELOG.md:4314
  5936. msgid "Self-check maintenance command"
  5937. msgstr ""
  5938. #: ../../../CHANGELOG.md:4316
  5939. msgid "The playbook can now [check if services are configured correctly](docs/maintenance-and-troubleshooting.md#how-to-check-if-services-work)."
  5940. msgstr ""
  5941. #: ../../../CHANGELOG.md:4319
  5942. msgid "2018-10-05"
  5943. msgstr ""
  5944. #: ../../../CHANGELOG.md:4321
  5945. msgid "Presence tracking made configurable"
  5946. msgstr ""
  5947. #: ../../../CHANGELOG.md:4323
  5948. msgid "The playbook can now enable/disable user presence-status tracking in Synapse, through the playbook's `matrix_synapse_use_presence` variable (having a default value of `true` — enabled)."
  5949. msgstr ""
  5950. #: ../../../CHANGELOG.md:4325
  5951. msgid "If users participate in large rooms with many other servers, disabling presence will decrease server load significantly."
  5952. msgstr ""
  5953. #: ../../../CHANGELOG.md:4328
  5954. msgid "2018-09-27"
  5955. msgstr ""
  5956. #: ../../../CHANGELOG.md:4330
  5957. msgid "Synapse Cache Factor made configurable"
  5958. msgstr ""
  5959. #: ../../../CHANGELOG.md:4332
  5960. msgid "The playbook now makes the Synapse cache factor configurable, through the playbook's `matrix_synapse_cache_factor` variable (having a default value of `0.5`)."
  5961. msgstr ""
  5962. #: ../../../CHANGELOG.md:4334
  5963. msgid "Changing that value allows you to potentially decrease RAM usage or to increase performance by caching more stuff. Some information on it is available here: https://github.com/element-hq/synapse#help-synapse-eats-all-my-ram"
  5964. msgstr ""
  5965. #: ../../../CHANGELOG.md:4337
  5966. msgid "2018-09-26"
  5967. msgstr ""
  5968. #: ../../../CHANGELOG.md:4339
  5969. msgid "Disabling Docker container logging"
  5970. msgstr ""
  5971. #: ../../../CHANGELOG.md:4341
  5972. msgid "`--log-driver=none` is used for all Docker containers now."
  5973. msgstr ""
  5974. #: ../../../CHANGELOG.md:4343
  5975. msgid "All these containers are started through systemd anyway and get logged in journald, so there's no need for Docker to be logging the same thing using the default `json-file` driver. Doing that was growing `/var/lib/docker/containers/…` infinitely until service/container restart."
  5976. msgstr ""
  5977. #: ../../../CHANGELOG.md:4345
  5978. msgid "As a result of this, things like `docker logs matrix-synapse` won't work anymore. `journalctl -u matrix-synapse` is how one can see the logs."
  5979. msgstr ""
  5980. #: ../../../CHANGELOG.md:4348
  5981. msgid "2018-09-17"
  5982. msgstr ""
  5983. #: ../../../CHANGELOG.md:4350
  5984. msgid "Service discovery support"
  5985. msgstr ""
  5986. #: ../../../CHANGELOG.md:4352
  5987. msgid "The playbook now helps you set up [service discovery](https://matrix.org/docs/spec/client_server/r0.4.0.html#server-discovery) using a `/.well-known/matrix/client` file."
  5988. msgstr ""
  5989. #: ../../../CHANGELOG.md:4354
  5990. msgid "Additional details are available in [Configuring service discovery via .well-known](docs/configuring-well-known.md)."
  5991. msgstr ""
  5992. #: ../../../CHANGELOG.md:4360
  5993. msgid "from `matrix_nginx_riot_web_data_path` to `matrix_riot_web_data_path`"
  5994. msgstr ""
  5995. #: ../../../CHANGELOG.md:4361
  5996. msgid "from `matrix_riot_web_default_identity_server_url` to `matrix_identity_server_url`"
  5997. msgstr ""
  5998. #: ../../../CHANGELOG.md:4364
  5999. msgid "2018-09-07"
  6000. msgstr ""
  6001. #: ../../../CHANGELOG.md:4366
  6002. msgid "Mautrix Telegram bridging support"
  6003. msgstr ""
  6004. #: ../../../CHANGELOG.md:4368
  6005. msgid "The playbook now supports bridging with [Telegram](https://telegram.org/) by installing the [mautrix-telegram](https://github.com/tulir/mautrix-telegram) bridge. This playbook functionality is available thanks to [@izissise](https://github.com/izissise)."
  6006. msgstr ""
  6007. #: ../../../CHANGELOG.md:4370
  6008. msgid "Additional details are available in [Setting up Mautrix Telegram bridging](docs/configuring-playbook-bridge-mautrix-telegram.md)."
  6009. msgstr ""
  6010. #: ../../../CHANGELOG.md:4372
  6011. msgid "Events cache size increase and configurability for Matrix Synapse"
  6012. msgstr ""
  6013. #: ../../../CHANGELOG.md:4374
  6014. msgid "The playbook now lets you configure Matrix Synapse's `event_cache_size` configuration via the `matrix_synapse_event_cache_size` playbook variable."
  6015. msgstr ""
  6016. #: ../../../CHANGELOG.md:4376
  6017. msgid "Previously, this value was hardcoded to `\"10K\"`. From now on, a more reasonable default of `\"100K\"` is used."
  6018. msgstr ""
  6019. #: ../../../CHANGELOG.md:4378
  6020. msgid "Password-peppering support for Matrix Synapse"
  6021. msgstr ""
  6022. #: ../../../CHANGELOG.md:4380
  6023. msgid "The playbook now supports enabling password-peppering for increased security in Matrix Synapse via the `matrix_synapse_password_config_pepper` playbook variable. Using a password pepper is disabled by default (just like it used to be before this playbook variable got introduced) and is not to be enabled/disabled after initial setup, as that would invalidate all existing passwords."
  6024. msgstr ""
  6025. #: ../../../CHANGELOG.md:4382
  6026. msgid "Statistics-reporting support for Matrix Synapse"
  6027. msgstr ""
  6028. #: ../../../CHANGELOG.md:4384
  6029. msgid "There's now a new `matrix_synapse_report_stats` playbook variable, which controls the `report_stats` configuration option for Matrix Synapse. It defaults to `false`, so no change is required to retain your privacy."
  6030. msgstr ""
  6031. #: ../../../CHANGELOG.md:4386
  6032. msgid "If you'd like to start reporting statistics about your homeserver (things like number of users, number of messages sent, uptime, load, etc.) to matrix.org, you can turn on stats reporting."
  6033. msgstr ""
  6034. #: ../../../CHANGELOG.md:4389
  6035. msgid "2018-08-29"
  6036. msgstr ""
  6037. #: ../../../CHANGELOG.md:4391
  6038. msgid "Changing the way SSL certificates are retrieved"
  6039. msgstr ""
  6040. #: ../../../CHANGELOG.md:4393
  6041. msgid "We've been using [acmetool](https://github.com/hlandau/acme) (with the [willwill/acme-docker](https://hub.docker.com/r/willwill/acme-docker/) Docker image) until now."
  6042. msgstr ""
  6043. #: ../../../CHANGELOG.md:4395
  6044. msgid "Due to the Docker image being deprecated, and things looking bleak for acmetool's support of the newer ACME v2 API endpoint, we've switched to using [certbot](https://certbot.eff.org/) (with the [certbot/certbot](https://hub.docker.com/r/certbot/certbot/) Docker image)."
  6045. msgstr ""
  6046. #: ../../../CHANGELOG.md:4397
  6047. msgid "Simply re-running the playbook will retrieve new certificates (via certbot) for you. To ensure you don't leave any old files behind, though, you'd better do this:"
  6048. msgstr ""
  6049. #: ../../../CHANGELOG.md:4399
  6050. msgid "`systemctl stop 'matrix*'`"
  6051. msgstr ""
  6052. #: ../../../CHANGELOG.md:4400
  6053. msgid "stop your custom webserver, if you're running one (only affects you if you've installed with `matrix_nginx_proxy_enabled: false`)"
  6054. msgstr ""
  6055. #: ../../../CHANGELOG.md:4401
  6056. msgid "`mv /matrix/ssl /matrix/ssl-acmetool-delete-later`"
  6057. msgstr ""
  6058. #: ../../../CHANGELOG.md:4402
  6059. msgid "re-run the playbook's [installation](docs/installing.md)"
  6060. msgstr ""
  6061. #: ../../../CHANGELOG.md:4403
  6062. msgid "possibly delete `/matrix/ssl-acmetool-delete-later`"
  6063. msgstr ""
  6064. #: ../../../CHANGELOG.md:4406
  6065. msgid "2018-08-21"
  6066. msgstr ""
  6067. #: ../../../CHANGELOG.md:4408
  6068. msgid "Matrix Corporal support"
  6069. msgstr ""
  6070. #: ../../../CHANGELOG.md:4410
  6071. msgid "The playbook can now install and configure [matrix-corporal](https://github.com/devture/matrix-corporal) for you."
  6072. msgstr ""
  6073. #: ../../../CHANGELOG.md:4412
  6074. msgid "Additional details are available in [Setting up Matrix Corporal](docs/configuring-playbook-matrix-corporal.md)."
  6075. msgstr ""
  6076. #: ../../../CHANGELOG.md:4415
  6077. msgid "2018-08-20"
  6078. msgstr ""
  6079. #: ../../../CHANGELOG.md:4417
  6080. msgid "Matrix Synapse rate limit control variables"
  6081. msgstr ""
  6082. #: ../../../CHANGELOG.md:4419
  6083. msgid "The following new variables can now be configured to control Matrix Synapse's rate-limiting (default values are shown below)."
  6084. msgstr ""
  6085. #: ../../../CHANGELOG.md:4426
  6086. msgid "Shared Secret Auth support via matrix-synapse-shared-secret-auth"
  6087. msgstr ""
  6088. #: ../../../CHANGELOG.md:4428
  6089. msgid "The playbook can now install and configure [matrix-synapse-shared-secret-auth](https://github.com/devture/matrix-synapse-shared-secret-auth) for you."
  6090. msgstr ""
  6091. #: ../../../CHANGELOG.md:4430
  6092. msgid "Additional details are available in [Setting up the Shared Secret Auth password provider module](docs/configuring-playbook-shared-secret-auth.md)."
  6093. msgstr ""
  6094. #: ../../../CHANGELOG.md:4433
  6095. msgid "2018-08-17"
  6096. msgstr ""
  6097. #: ../../../CHANGELOG.md:4435
  6098. msgid "REST auth support via matrix-synapse-rest-auth"
  6099. msgstr ""
  6100. #: ../../../CHANGELOG.md:4437
  6101. msgid "The playbook can now install and configure [matrix-synapse-rest-auth](https://github.com/kamax-io/matrix-synapse-rest-auth) for you."
  6102. msgstr ""
  6103. #: ../../../CHANGELOG.md:4439
  6104. msgid "Additional details are available in [Setting up the REST authentication password provider module](docs/configuring-playbook-rest-auth.md)."
  6105. msgstr ""
  6106. #: ../../../CHANGELOG.md:4441
  6107. msgid "Compression improvements"
  6108. msgstr ""
  6109. #: ../../../CHANGELOG.md:4443
  6110. msgid "Shifted Matrix Synapse compression from happening in the Matrix Synapse, to happening in the nginx proxy that's in front of it."
  6111. msgstr ""
  6112. #: ../../../CHANGELOG.md:4446
  6113. msgid "Additionally, `riot-web` also gets compressed now (in the nginx proxy), which drops the initial page load's size from 5.31MB to 1.86MB."
  6114. msgstr ""
  6115. #: ../../../CHANGELOG.md:4449
  6116. msgid "Disabling some unnecessary Synapse services"
  6117. msgstr ""
  6118. #: ../../../CHANGELOG.md:4451
  6119. msgid "The following services are not necessary, so they have been disabled:"
  6120. msgstr ""
  6121. #: ../../../CHANGELOG.md:4452
  6122. msgid "on the federation port (8448): the `client` service"
  6123. msgstr ""
  6124. #: ../../../CHANGELOG.md:4453
  6125. msgid "on the http port (8008, exposed over 443): the old Angular `webclient` and the `federation` service"
  6126. msgstr ""
  6127. #: ../../../CHANGELOG.md:4455
  6128. msgid "Federation runs only on the federation port (8448) now. The Client APIs run only on the http port (8008) now."
  6129. msgstr ""
  6130. #: ../../../CHANGELOG.md:4458
  6131. msgid "2018-08-15"
  6132. msgstr ""
  6133. #: ../../../CHANGELOG.md:4460
  6134. msgid "mxisd Identity Server support"
  6135. msgstr ""
  6136. #: ../../../CHANGELOG.md:4462
  6137. msgid "The playbook now sets up an [mxisd](https://github.com/kamax-io/mxisd) Identity Server for you by default. Additional details are available in [Setting up ma1sd Identity Server](docs/configuring-playbook-mxisd.md)."
  6138. msgstr ""
  6139. #: ../../../CHANGELOG.md:4465
  6140. msgid "2018-08-14"
  6141. msgstr ""
  6142. #: ../../../CHANGELOG.md:4467
  6143. msgid "Email-sending support"
  6144. msgstr ""
  6145. #: ../../../CHANGELOG.md:4469
  6146. msgid "The playbook now configures an email-sending service (postfix) by default. Additional details are available in [Adjusting email-sending settings](docs/configuring-playbook-email.md)."
  6147. msgstr ""
  6148. #: ../../../CHANGELOG.md:4471
  6149. msgid "With this, Matrix Synapse is able to send email notifications for missed messages, etc."
  6150. msgstr ""
  6151. #: ../../../CHANGELOG.md:4474
  6152. msgid "2018-08-08"
  6153. msgstr ""
  6154. #: ../../../CHANGELOG.md:4480
  6155. msgid "from `matrix_max_upload_size_mb` to `matrix_synapse_max_upload_size_mb`"
  6156. msgstr ""
  6157. #: ../../../CHANGELOG.md:4481
  6158. msgid "from `matrix_max_log_file_size_mb` to `matrix_synapse_max_log_file_size_mb`"
  6159. msgstr ""
  6160. #: ../../../CHANGELOG.md:4482
  6161. msgid "from `matrix_max_log_files_count` to `matrix_synapse_max_log_files_count`"
  6162. msgstr ""
  6163. #: ../../../CHANGELOG.md:4483
  6164. msgid "from `docker_matrix_image` to `matrix_docker_image_synapse`"
  6165. msgstr ""
  6166. #: ../../../CHANGELOG.md:4484
  6167. msgid "from `docker_nginx_image` to `matrix_docker_image_nginx`"
  6168. msgstr ""
  6169. #: ../../../CHANGELOG.md:4485
  6170. msgid "from `docker_riot_image` to `matrix_docker_image_riot`"
  6171. msgstr ""
  6172. #: ../../../CHANGELOG.md:4486
  6173. msgid "from `docker_goofys_image` to `matrix_docker_image_goofys`"
  6174. msgstr ""
  6175. #: ../../../CHANGELOG.md:4487
  6176. msgid "from `docker_coturn_image` to `matrix_docker_image_coturn`"
  6177. msgstr ""
  6178. #: ../../../CHANGELOG.md:4489
  6179. msgid "If you're overriding any of them in your `vars.yml` file, you'd need to change to the new names."
  6180. msgstr ""
  6181. #: ../../../CHANGELOG.md:4491
  6182. msgid "Renaming Ansible playbook tag"
  6183. msgstr ""
  6184. #: ../../../CHANGELOG.md:4493
  6185. msgid "The command for executing the whole playbook has changed. The `setup-main` tag got renamed to `setup-all`."
  6186. msgstr ""
  6187. #: ../../../CHANGELOG.md:4495
  6188. msgid "Docker container linking"
  6189. msgstr ""
  6190. #: ../../../CHANGELOG.md:4497
  6191. msgid "Changed the way the Docker containers are linked together. The ones that need to communicate with others operate in a `matrix` network now and not in the default bridge network."
  6192. msgstr ""