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

7071 líneas
356 KiB

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) 2018-2024, Slavi Pantaleev, Aine Etke, MDAD community
  3. # members
  4. # This file is distributed under the same license as the
  5. # matrix-docker-ansible-deploy package.
  6. # FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
  7. #
  8. #, fuzzy
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: matrix-docker-ansible-deploy \n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2025-01-27 09:54+0200\n"
  14. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  15. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  16. "Language: bg\n"
  17. "Language-Team: bg <LL@li.org>\n"
  18. "Plural-Forms: nplurals=2; plural=(n != 1);\n"
  19. "MIME-Version: 1.0\n"
  20. "Content-Type: text/plain; charset=utf-8\n"
  21. "Content-Transfer-Encoding: 8bit\n"
  22. "Generated-By: Babel 2.16.0\n"
  23. #: ../../../CHANGELOG.md:1
  24. msgid "2025-01-27"
  25. msgstr ""
  26. #: ../../../CHANGELOG.md:3
  27. msgid "Redis and KeyDB are no longer part of the playbook"
  28. msgstr ""
  29. #: ../../../CHANGELOG.md:5
  30. 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 definining `redis_*` or `keydb_*` variables will need to update their configuration to use `valkey_*` variables instead."
  31. msgstr ""
  32. #: ../../../CHANGELOG.md:7
  33. msgid "The playbook has gone through several iterations of memorystore implementations:"
  34. msgstr ""
  35. #: ../../../CHANGELOG.md:9
  36. msgid "It initially used Redis, auto-installing it when needed by features/services"
  37. msgstr ""
  38. #: ../../../CHANGELOG.md:10
  39. 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"
  40. msgstr ""
  41. #: ../../../CHANGELOG.md:11
  42. 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"
  43. msgstr ""
  44. #: ../../../CHANGELOG.md:13
  45. msgid "To reduce configuration complexity and maintenance overhead, we are now:"
  46. msgstr ""
  47. #: ../../../CHANGELOG.md:15
  48. msgid "removing Redis and KeyDB support entirely"
  49. msgstr ""
  50. #: ../../../CHANGELOG.md:16
  51. msgid "using Valkey as the sole Redis-compatible memorystore implementation"
  52. msgstr ""
  53. #: ../../../CHANGELOG.md:18
  54. msgid "To update your configuration:"
  55. msgstr ""
  56. #: ../../../CHANGELOG.md:20
  57. msgid "**Most users** don't need to do anything"
  58. msgstr ""
  59. #: ../../../CHANGELOG.md:21
  60. msgid "**Users that were explicitly sticking to Redis/KeyDB** need to update their `vars.yml` to use `valkey_*` variables instead"
  61. msgstr ""
  62. #: ../../../CHANGELOG.md:24
  63. msgid "2025-01-19"
  64. msgstr ""
  65. #: ../../../CHANGELOG.md:26
  66. msgid "conduwuit support"
  67. msgstr ""
  68. #: ../../../CHANGELOG.md:28
  69. msgid "Thanks to [Virkkunen](https://github.com/Virkkunen), we now have optional experimental [conduwuit](https://conduwuit.puppyirl.gay/) homeserver support for new installations."
  70. msgstr ""
  71. #: ../../../CHANGELOG.md:30
  72. 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)."
  73. msgstr ""
  74. #: ../../../CHANGELOG.md:32
  75. msgid "Existing installations do **not** need to be updated. **Synapse is still the default homeserver implementation** installed by the playbook."
  76. msgstr ""
  77. #: ../../../CHANGELOG.md:34
  78. 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."
  79. msgstr ""
  80. #: ../../../CHANGELOG.md:36
  81. msgid "**The homeserver implementation of an existing server cannot be changed** (e.g. from Synapse/Conduit/Dendrite to conduwuit) without data loss."
  82. msgstr ""
  83. #: ../../../CHANGELOG.md:39
  84. msgid "2025-01-14"
  85. msgstr ""
  86. #: ../../../CHANGELOG.md:41
  87. msgid "(Backward Compatibility Break) Synapse v1.122.0 requires Postgres v13"
  88. msgstr ""
  89. #: ../../../CHANGELOG.md:43
  90. msgid "The Synapse homeserver [requires Postgres v13 or newer](https://github.com/element-hq/synapse/issues/18034)."
  91. msgstr ""
  92. #: ../../../CHANGELOG.md:45
  93. 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."
  94. msgstr ""
  95. #: ../../../CHANGELOG.md:47
  96. 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."
  97. msgstr ""
  98. #: ../../../CHANGELOG.md:49
  99. 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."
  100. msgstr ""
  101. #: ../../../CHANGELOG.md:51
  102. 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:"
  103. msgstr ""
  104. #: ../../../CHANGELOG.md:59
  105. msgid "2024-11-26"
  106. msgstr ""
  107. #: ../../../CHANGELOG.md:61
  108. msgid "(Backward Compatibility Break) Synapse now defaults to enabling authenticated media"
  109. msgstr ""
  110. #: ../../../CHANGELOG.md:63
  111. 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)."
  112. msgstr ""
  113. #: ../../../CHANGELOG.md:65
  114. 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)."
  115. msgstr ""
  116. #: ../../../CHANGELOG.md:67
  117. msgid "Servers like `matrix.org` have already [sunset unauthenticated media](https://matrix.org/blog/2024/06/26/sunsetting-unauthenticated-media/) months ago."
  118. msgstr ""
  119. #: ../../../CHANGELOG.md:69
  120. 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."
  121. msgstr ""
  122. #: ../../../CHANGELOG.md:71
  123. msgid "We're changing the playbook configuration for authenticated media to keep up with upstream defaults changing."
  124. msgstr ""
  125. #: ../../../CHANGELOG.md:73
  126. 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."
  127. msgstr ""
  128. #: ../../../CHANGELOG.md:75
  129. 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."
  130. msgstr ""
  131. #: ../../../CHANGELOG.md:78
  132. msgid "2024-11-23"
  133. msgstr ""
  134. #: ../../../CHANGELOG.md:80
  135. msgid "(Backward Compatibility Break) The playbook now defaults to Valkey, instead of KeyDB"
  136. msgstr ""
  137. #: ../../../CHANGELOG.md:82
  138. 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."
  139. msgstr ""
  140. #: ../../../CHANGELOG.md:84
  141. 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.)."
  142. msgstr ""
  143. #: ../../../CHANGELOG.md:86
  144. 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)."
  145. msgstr ""
  146. #: ../../../CHANGELOG.md:88
  147. 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."
  148. msgstr ""
  149. #: ../../../CHANGELOG.md:90
  150. 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."
  151. msgstr ""
  152. #: ../../../CHANGELOG.md:92
  153. 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."
  154. msgstr ""
  155. #: ../../../CHANGELOG.md:94
  156. 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)."
  157. msgstr ""
  158. #: ../../../CHANGELOG.md:96 ../../../CHANGELOG.md:436
  159. 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:"
  160. msgstr ""
  161. #: ../../../CHANGELOG.md:107
  162. 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:"
  163. msgstr ""
  164. #: ../../../CHANGELOG.md:117
  165. 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."
  166. msgstr ""
  167. #: ../../../CHANGELOG.md:120
  168. msgid "2024-11-14"
  169. msgstr ""
  170. #: ../../../CHANGELOG.md:122
  171. msgid "HTTP-compression support for Traefik-based setups"
  172. msgstr ""
  173. #: ../../../CHANGELOG.md:124
  174. 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`)."
  175. msgstr ""
  176. #: ../../../CHANGELOG.md:126
  177. 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."
  178. msgstr ""
  179. #: ../../../CHANGELOG.md:128
  180. 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."
  181. msgstr ""
  182. #: ../../../CHANGELOG.md:130
  183. 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`)."
  184. msgstr ""
  185. #: ../../../CHANGELOG.md:132
  186. 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:"
  187. msgstr ""
  188. #: ../../../CHANGELOG.md:134
  189. 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)"
  190. msgstr ""
  191. #: ../../../CHANGELOG.md:135
  192. msgid "setting `matrix_playbook_reverse_proxy_traefik_middleware_compression_enabled` to `true`"
  193. msgstr ""
  194. #: ../../../CHANGELOG.md:136
  195. 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`)"
  196. msgstr ""
  197. #: ../../../CHANGELOG.md:138
  198. msgid "Timeout adjustments for Traefik-based setups"
  199. msgstr ""
  200. #: ../../../CHANGELOG.md:140
  201. 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."
  202. msgstr ""
  203. #: ../../../CHANGELOG.md:142
  204. 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."
  205. msgstr ""
  206. #: ../../../CHANGELOG.md:144
  207. 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."
  208. msgstr ""
  209. #: ../../../CHANGELOG.md:146
  210. 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."
  211. msgstr ""
  212. #: ../../../CHANGELOG.md:148
  213. msgid "Example of the default timeout values used by the playbook:"
  214. msgstr ""
  215. #: ../../../CHANGELOG.md:159
  216. 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`)."
  217. msgstr ""
  218. #: ../../../CHANGELOG.md:162
  219. msgid "2024-11-08"
  220. msgstr ""
  221. #: ../../../CHANGELOG.md:164
  222. msgid "Support for synapse-admin auto-configuration via /.well-known/matrix/client"
  223. msgstr ""
  224. #: ../../../CHANGELOG.md:166
  225. 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)."
  226. msgstr ""
  227. #: ../../../CHANGELOG.md:168
  228. 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."
  229. msgstr ""
  230. #: ../../../CHANGELOG.md:170
  231. 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`"
  232. msgstr ""
  233. #: ../../../CHANGELOG.md:173
  234. msgid "2024-10-28"
  235. msgstr ""
  236. #: ../../../CHANGELOG.md:175
  237. msgid "(BC Break) Postmoogle's variable names need adjustments"
  238. msgstr ""
  239. #: ../../../CHANGELOG.md:177
  240. 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."
  241. msgstr ""
  242. #: ../../../CHANGELOG.md:179
  243. msgid "2024-10-19"
  244. msgstr ""
  245. #: ../../../CHANGELOG.md:181
  246. msgid "Support for Matrix Authentication Service"
  247. msgstr ""
  248. #: ../../../CHANGELOG.md:183
  249. msgid "The playbook now supports installing and configuring [Matrix Authentication Service](./docs/configuring-playbook-matrix-authentication-service.md) (MAS)."
  250. msgstr ""
  251. #: ../../../CHANGELOG.md:185
  252. 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."
  253. msgstr ""
  254. #: ../../../CHANGELOG.md:187
  255. 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."
  256. msgstr ""
  257. #: ../../../CHANGELOG.md:189
  258. 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."
  259. msgstr ""
  260. #: ../../../CHANGELOG.md:192
  261. msgid "2024-09-27"
  262. msgstr ""
  263. #: ../../../CHANGELOG.md:194
  264. msgid "(BC Break) Postgres & Traefik roles have been relocated and variable names need adjustments"
  265. msgstr ""
  266. #: ../../../CHANGELOG.md:196
  267. 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."
  268. msgstr ""
  269. #: ../../../CHANGELOG.md:198
  270. msgid "Along with the relocation, the `devture_` prefix was dropped from their variable names, so you need to adjust your `vars.yml` configuration."
  271. msgstr ""
  272. #: ../../../CHANGELOG.md:200
  273. msgid "You need to do the following replacements:"
  274. msgstr ""
  275. #: ../../../CHANGELOG.md:202
  276. msgid "`devture_postgres_` -> `postgres_`"
  277. msgstr ""
  278. #: ../../../CHANGELOG.md:203
  279. msgid "`devture_traefik_` -> `traefik_`"
  280. msgstr ""
  281. #: ../../../CHANGELOG.md:205
  282. msgid "As always, the playbook would let you know about this and point out any variables you may have missed."
  283. msgstr ""
  284. #: ../../../CHANGELOG.md:208
  285. msgid "2024-09-12"
  286. msgstr ""
  287. #: ../../../CHANGELOG.md:210
  288. msgid "Support for baibot"
  289. msgstr ""
  290. #: ../../../CHANGELOG.md:212
  291. 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. 🤖"
  292. msgstr ""
  293. #: ../../../CHANGELOG.md:214
  294. 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)."
  295. msgstr ""
  296. #: ../../../CHANGELOG.md:216
  297. 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)."
  298. msgstr ""
  299. #: ../../../CHANGELOG.md:218
  300. msgid "To get started, see the [Setting up baibot](./docs/configuring-playbook-bot-baibot.md) documentation page."
  301. msgstr ""
  302. #: ../../../CHANGELOG.md:220
  303. msgid "Switching synapse-admin to etke.cc's fork"
  304. msgstr ""
  305. #: ../../../CHANGELOG.md:222
  306. 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."
  307. msgstr ""
  308. #: ../../../CHANGELOG.md:224
  309. 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."
  310. msgstr ""
  311. #: ../../../CHANGELOG.md:226
  312. 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."
  313. msgstr ""
  314. #: ../../../CHANGELOG.md:228
  315. 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:"
  316. msgstr ""
  317. #: ../../../CHANGELOG.md:241
  318. msgid "2024-08-17"
  319. msgstr ""
  320. #: ../../../CHANGELOG.md:243
  321. msgid "New appservice-double-puppet service for better double-puppeting"
  322. msgstr ""
  323. #: ../../../CHANGELOG.md:245
  324. 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."
  325. msgstr ""
  326. #: ../../../CHANGELOG.md:247
  327. 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."
  328. msgstr ""
  329. #: ../../../CHANGELOG.md:249
  330. 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."
  331. msgstr ""
  332. #: ../../../CHANGELOG.md:251
  333. 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**."
  334. msgstr ""
  335. #: ../../../CHANGELOG.md:253
  336. msgid "We recommend **enabling double-puppeting via the new Appservice method** by adding the following configuration to your `vars.yml` file:"
  337. msgstr ""
  338. #: ../../../CHANGELOG.md:259
  339. 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."
  340. msgstr ""
  341. #: ../../../CHANGELOG.md:261
  342. msgid "When both double-puppeting methods are enabled, the playbook will automatically choose the new and better Appservice method for bridges that support it."
  343. msgstr ""
  344. #: ../../../CHANGELOG.md:264
  345. msgid "2024-08-15"
  346. msgstr ""
  347. #: ../../../CHANGELOG.md:266
  348. msgid "matrix-media-repo now configured for Authenticated Media"
  349. msgstr ""
  350. #: ../../../CHANGELOG.md:268
  351. 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))."
  352. msgstr ""
  353. #: ../../../CHANGELOG.md:270
  354. 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."
  355. msgstr ""
  356. #: ../../../CHANGELOG.md:272
  357. 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."
  358. msgstr ""
  359. #: ../../../CHANGELOG.md:274
  360. 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."
  361. msgstr ""
  362. #: ../../../CHANGELOG.md:277
  363. msgid "2024-08-08"
  364. msgstr ""
  365. #: ../../../CHANGELOG.md:279
  366. msgid "(Backward Compatibility Break) matrix-corporal has been upgraded to v3"
  367. msgstr ""
  368. #: ../../../CHANGELOG.md:281
  369. 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))."
  370. msgstr ""
  371. #: ../../../CHANGELOG.md:283
  372. 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)."
  373. msgstr ""
  374. #: ../../../CHANGELOG.md:285
  375. 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:"
  376. msgstr ""
  377. #: ../../../CHANGELOG.md:291
  378. msgid "2024-07-25"
  379. msgstr ""
  380. #: ../../../CHANGELOG.md:293
  381. msgid "synapse-usage-exporter support"
  382. msgstr ""
  383. #: ../../../CHANGELOG.md:295
  384. 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."
  385. msgstr ""
  386. #: ../../../CHANGELOG.md:297
  387. msgid "To learn more see our [Enabling synapse-usage-exporter for Synapse usage statistics](docs/configuring-playbook-synapse-usage-exporter.md) documentation page."
  388. msgstr ""
  389. #: ../../../CHANGELOG.md:300
  390. msgid "2024-07-06"
  391. msgstr ""
  392. #: ../../../CHANGELOG.md:302
  393. msgid "matrix-alertmanager-receiver support"
  394. msgstr ""
  395. #: ../../../CHANGELOG.md:304
  396. 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)."
  397. msgstr ""
  398. #: ../../../CHANGELOG.md:306
  399. msgid "See [Setting up Prometheus Alertmanager integration via matrix-alertmanager-receiver](./docs/configuring-playbook-alertmanager-receiver.md) for more details."
  400. msgstr ""
  401. #: ../../../CHANGELOG.md:308
  402. msgid "Traefik v3 and HTTP/3 are here now"
  403. msgstr ""
  404. #: ../../../CHANGELOG.md:310
  405. 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."
  406. msgstr ""
  407. #: ../../../CHANGELOG.md:312
  408. msgid "Traefik v3"
  409. msgstr ""
  410. #: ../../../CHANGELOG.md:314
  411. 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/)."
  412. msgstr ""
  413. #: ../../../CHANGELOG.md:316
  414. msgid "We have **updated the playbook to Traefik v3** (make sure to run `just roles` / `make roles` to get it)."
  415. msgstr ""
  416. #: ../../../CHANGELOG.md:318
  417. 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."
  418. msgstr ""
  419. #: ../../../CHANGELOG.md:320
  420. msgid "**Most people using the playbook should not have to do any changes**."
  421. msgstr ""
  422. #: ../../../CHANGELOG.md:322
  423. 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/)."
  424. msgstr ""
  425. #: ../../../CHANGELOG.md:324
  426. 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)."
  427. msgstr ""
  428. #: ../../../CHANGELOG.md:326
  429. 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."
  430. msgstr ""
  431. #: ../../../CHANGELOG.md:328
  432. msgid "HTTP/3 is enabled by default"
  433. msgstr ""
  434. #: ../../../CHANGELOG.md:330
  435. 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."
  436. msgstr ""
  437. #: ../../../CHANGELOG.md:332
  438. 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**."
  439. msgstr ""
  440. #: ../../../CHANGELOG.md:334
  441. 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)."
  442. msgstr ""
  443. #: ../../../CHANGELOG.md:336
  444. 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)."
  445. msgstr ""
  446. #: ../../../CHANGELOG.md:338
  447. msgid "To **disable HTTP/3**, you can use the following configuration:"
  448. msgstr ""
  449. #: ../../../CHANGELOG.md:352
  450. 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:"
  451. msgstr ""
  452. #: ../../../CHANGELOG.md:365
  453. msgid "2024-07-01"
  454. msgstr ""
  455. #: ../../../CHANGELOG.md:367
  456. msgid "synapse-admin is now restricted to your homeserver's URL by default"
  457. msgstr ""
  458. #: ../../../CHANGELOG.md:369
  459. 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)."
  460. msgstr ""
  461. #: ../../../CHANGELOG.md:371
  462. 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."
  463. msgstr ""
  464. #: ../../../CHANGELOG.md:373
  465. msgid "If you'd like **to go back to the old unrestricted behavior**, use the following configuration:"
  466. msgstr ""
  467. #: ../../../CHANGELOG.md:381
  468. msgid "2024-06-25"
  469. msgstr ""
  470. #: ../../../CHANGELOG.md:383
  471. msgid "The URL-prefix for Hookshot generic webhooks has changed"
  472. msgstr ""
  473. #: ../../../CHANGELOG.md:385
  474. msgid "Until now, generic Hookshot webhook URLs looked like this: `https://matrix.example.com/hookshot/webhooks/:hookId`."
  475. msgstr ""
  476. #: ../../../CHANGELOG.md:387
  477. msgid "The `/hookshot/webhooks` common prefix gets stripped by Traefik automatically, so Hookshot only sees the part that comes after (`/:hookId`)."
  478. msgstr ""
  479. #: ../../../CHANGELOG.md:389
  480. 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`)."
  481. msgstr ""
  482. #: ../../../CHANGELOG.md:391
  483. 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."
  484. msgstr ""
  485. #: ../../../CHANGELOG.md:393
  486. msgid "When generating new webhooks, you should start seeing the new URLs being used."
  487. msgstr ""
  488. #: ../../../CHANGELOG.md:395
  489. 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."
  490. msgstr ""
  491. #: ../../../CHANGELOG.md:397
  492. 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."
  493. msgstr ""
  494. #: ../../../CHANGELOG.md:400
  495. msgid "2024-06-22"
  496. msgstr ""
  497. #: ../../../CHANGELOG.md:402
  498. msgid "The maubot user is now managed by the playbook"
  499. msgstr ""
  500. #: ../../../CHANGELOG.md:404
  501. 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."
  502. msgstr ""
  503. #: ../../../CHANGELOG.md:406
  504. 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."
  505. msgstr ""
  506. #: ../../../CHANGELOG.md:408
  507. 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`)."
  508. msgstr ""
  509. #: ../../../CHANGELOG.md:411
  510. msgid "2024-06-03"
  511. msgstr ""
  512. #: ../../../CHANGELOG.md:413
  513. msgid "WeChat bridging support"
  514. msgstr ""
  515. #: ../../../CHANGELOG.md:415
  516. 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."
  517. msgstr ""
  518. #: ../../../CHANGELOG.md:417
  519. msgid "See our [Setting up WeChat bridging](docs/configuring-playbook-bridge-wechat.md) documentation page for getting started."
  520. msgstr ""
  521. #: ../../../CHANGELOG.md:420
  522. msgid "2024-03-26"
  523. msgstr ""
  524. #: ../../../CHANGELOG.md:422
  525. msgid "(Backward Compatibility Break) The playbook now defaults to KeyDB, instead of Redis"
  526. msgstr ""
  527. #: ../../../CHANGELOG.md:424
  528. 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/)."
  529. msgstr ""
  530. #: ../../../CHANGELOG.md:426
  531. 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/)."
  532. msgstr ""
  533. #: ../../../CHANGELOG.md:428
  534. 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`)."
  535. msgstr ""
  536. #: ../../../CHANGELOG.md:430
  537. 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."
  538. msgstr ""
  539. #: ../../../CHANGELOG.md:432
  540. 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."
  541. msgstr ""
  542. #: ../../../CHANGELOG.md:434
  543. 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)."
  544. msgstr ""
  545. #: ../../../CHANGELOG.md:445
  546. msgid "2024-03-24"
  547. msgstr ""
  548. #: ../../../CHANGELOG.md:447
  549. msgid "Initial work on IPv6 support"
  550. msgstr ""
  551. #: ../../../CHANGELOG.md:449
  552. 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)."
  553. msgstr ""
  554. #: ../../../CHANGELOG.md:451
  555. msgid "It should be noted that:"
  556. msgstr ""
  557. #: ../../../CHANGELOG.md:453
  558. 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"
  559. msgstr ""
  560. #: ../../../CHANGELOG.md:454
  561. 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)"
  562. msgstr ""
  563. #: ../../../CHANGELOG.md:455
  564. msgid "this is all very new and untested"
  565. msgstr ""
  566. #: ../../../CHANGELOG.md:457
  567. msgid "Pantalaimon support"
  568. msgstr ""
  569. #: ../../../CHANGELOG.md:459
  570. 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."
  571. msgstr ""
  572. #: ../../../CHANGELOG.md:461
  573. msgid "See our [Setting up Pantalaimon](docs/configuring-playbook-pantalaimon.md) documentation to get started."
  574. msgstr ""
  575. #: ../../../CHANGELOG.md:464
  576. msgid "2024-03-05"
  577. msgstr ""
  578. #: ../../../CHANGELOG.md:466
  579. msgid "Support for Draupnir-for-all"
  580. msgstr ""
  581. #: ../../../CHANGELOG.md:468
  582. 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)."
  583. msgstr ""
  584. #: ../../../CHANGELOG.md:470
  585. msgid "This is an alternative to [running Draupnir in bot mode](./docs/configuring-playbook-bot-draupnir.md), which is still supported by the playbook."
  586. msgstr ""
  587. #: ../../../CHANGELOG.md:472
  588. msgid "The documentation page for [Draupnir for all](./docs/configuring-playbook-appservice-draupnir-for-all.md) contains more information on how to install it."
  589. msgstr ""
  590. #: ../../../CHANGELOG.md:475
  591. msgid "2024-02-19"
  592. msgstr ""
  593. #: ../../../CHANGELOG.md:477
  594. msgid "Support for bridging to Facebook/Messenger via the new mautrix-meta bridge"
  595. msgstr ""
  596. #: ../../../CHANGELOG.md:479
  597. 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."
  598. msgstr ""
  599. #: ../../../CHANGELOG.md:481
  600. 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."
  601. msgstr ""
  602. #: ../../../CHANGELOG.md:483
  603. 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:"
  604. msgstr ""
  605. #: ../../../CHANGELOG.md:485
  606. msgid "[Setting up Instagram bridging via Mautrix Meta](docs/configuring-playbook-bridge-mautrix-meta-instagram.md)"
  607. msgstr ""
  608. #: ../../../CHANGELOG.md:487
  609. msgid "[Setting up Messenger bridging via Mautrix Meta](docs/configuring-playbook-bridge-mautrix-meta-messenger.md)"
  610. msgstr ""
  611. #: ../../../CHANGELOG.md:489
  612. msgid "The documentation pages contain more information on how to migrate."
  613. msgstr ""
  614. #: ../../../CHANGELOG.md:492
  615. msgid "2024-02-14"
  616. msgstr ""
  617. #: ../../../CHANGELOG.md:494
  618. msgid "Much larger Synapse caches and cache auto-tuning enabled by default"
  619. msgstr ""
  620. #: ../../../CHANGELOG.md:496
  621. 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)."
  622. msgstr ""
  623. #: ../../../CHANGELOG.md:498
  624. 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)."
  625. msgstr ""
  626. #: ../../../CHANGELOG.md:500
  627. 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:"
  628. msgstr ""
  629. #: ../../../CHANGELOG.md:502
  630. 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"
  631. msgstr ""
  632. #: ../../../CHANGELOG.md:503
  633. 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"
  634. msgstr ""
  635. #: ../../../CHANGELOG.md:504
  636. msgid "`matrix_synapse_cache_autotuning_min_cache_ttl` — defaults to `30s`"
  637. msgstr ""
  638. #: ../../../CHANGELOG.md:506
  639. msgid "These values should be good defaults for most servers, but may change over time as we experiment further."
  640. msgstr ""
  641. #: ../../../CHANGELOG.md:508
  642. msgid "Refer to our new [Tuning caches and cache autotuning](docs/maintenance-synapse.md#tuning-caches-and-cache-autotuning) documentation section for more details."
  643. msgstr ""
  644. #: ../../../CHANGELOG.md:511
  645. msgid "2024-01-31"
  646. msgstr ""
  647. #: ../../../CHANGELOG.md:513
  648. msgid "(Backward-compatibility break) Minor changes necessary for some people serving a static website at the base domain"
  649. msgstr ""
  650. #: ../../../CHANGELOG.md:515
  651. 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."
  652. msgstr ""
  653. #: ../../../CHANGELOG.md:517
  654. 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."
  655. msgstr ""
  656. #: ../../../CHANGELOG.md:519
  657. 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."
  658. msgstr ""
  659. #: ../../../CHANGELOG.md:522
  660. msgid "2024-01-20"
  661. msgstr ""
  662. #: ../../../CHANGELOG.md:524
  663. msgid "Support for more efficient (specialized) Synapse workers"
  664. msgstr ""
  665. #: ../../../CHANGELOG.md:526
  666. 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."
  667. msgstr ""
  668. #: ../../../CHANGELOG.md:528
  669. 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."
  670. msgstr ""
  671. #: ../../../CHANGELOG.md:530
  672. 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)."
  673. msgstr ""
  674. #: ../../../CHANGELOG.md:532
  675. msgid "To get started, refer to our [Specialized workers](./docs/configuring-playbook-synapse.md#specialized-workers) documentation section."
  676. msgstr ""
  677. #: ../../../CHANGELOG.md:535
  678. msgid "2024-01-17"
  679. msgstr ""
  680. #: ../../../CHANGELOG.md:537
  681. msgid "Switching to Element's AGPLv3-licensed Synapse release"
  682. msgstr ""
  683. #: ../../../CHANGELOG.md:539
  684. 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:"
  685. msgstr ""
  686. #: ../../../CHANGELOG.md:541
  687. 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"
  688. msgstr ""
  689. #: ../../../CHANGELOG.md:542
  690. 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"
  691. msgstr ""
  692. #: ../../../CHANGELOG.md:544
  693. msgid "You can also learn more in [this post](https://matrix.org/blog/2023/11/06/future-of-synapse-dendrite/) by the Matrix Foundation."
  694. msgstr ""
  695. #: ../../../CHANGELOG.md:546
  696. 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)."
  697. msgstr ""
  698. #: ../../../CHANGELOG.md:548
  699. 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."
  700. msgstr ""
  701. #: ../../../CHANGELOG.md:550
  702. msgid "**What does this mean to you?**"
  703. msgstr ""
  704. #: ../../../CHANGELOG.md:552
  705. 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."
  706. msgstr ""
  707. #: ../../../CHANGELOG.md:554
  708. 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)."
  709. msgstr ""
  710. #: ../../../CHANGELOG.md:556
  711. 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!"
  712. msgstr ""
  713. #: ../../../CHANGELOG.md:558
  714. 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 intruducing a new Ansible variable. You can do it like this:"
  715. msgstr ""
  716. #: ../../../CHANGELOG.md:570
  717. msgid "Notes:"
  718. msgstr ""
  719. #: ../../../CHANGELOG.md:572
  720. 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"
  721. msgstr ""
  722. #: ../../../CHANGELOG.md:574
  723. msgid "running an outdated homeserver exposes you to security issues and incompatibilities. Only consider doing this as a short-term solution."
  724. msgstr ""
  725. #: ../../../CHANGELOG.md:576
  726. msgid "2024-01-16"
  727. msgstr ""
  728. #: ../../../CHANGELOG.md:578
  729. msgid "`Draupnir` has been relicensed to AFL-3.0"
  730. msgstr ""
  731. #: ../../../CHANGELOG.md:580
  732. 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."
  733. msgstr ""
  734. #: ../../../CHANGELOG.md:582
  735. msgid "2024-01-15"
  736. msgstr ""
  737. #: ../../../CHANGELOG.md:584
  738. msgid "Goodbye, `matrix-nginx-proxy` 🪦"
  739. msgstr ""
  740. #: ../../../CHANGELOG.md:586
  741. 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."
  742. msgstr ""
  743. #: ../../../CHANGELOG.md:588
  744. msgid "Backstory on `matrix-nginx-proxy`"
  745. msgstr ""
  746. #: ../../../CHANGELOG.md:590
  747. 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."
  748. msgstr ""
  749. #: ../../../CHANGELOG.md:592
  750. 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."
  751. msgstr ""
  752. #: ../../../CHANGELOG.md:594
  753. msgid "To us, `matrix-nginx-proxy` was:"
  754. msgstr ""
  755. #: ../../../CHANGELOG.md:596
  756. msgid "an [nginx](https://nginx.org/)-based reverse-proxy"
  757. msgstr ""
  758. #: ../../../CHANGELOG.md:597
  759. 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)"
  760. msgstr ""
  761. #: ../../../CHANGELOG.md:598
  762. 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"
  763. msgstr ""
  764. #: ../../../CHANGELOG.md:599
  765. 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"
  766. msgstr ""
  767. #: ../../../CHANGELOG.md:600
  768. msgid "a webserver for serving the `/.well-known/matrix` static files (generated by the `matrix-base` role until now)"
  769. msgstr ""
  770. #: ../../../CHANGELOG.md:601
  771. msgid "a webserver [serving your base domain](./docs/configuring-playbook-base-domain-serving.md) (and also generating the `index.html` page for it)"
  772. msgstr ""
  773. #: ../../../CHANGELOG.md:602
  774. 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"
  775. msgstr ""
  776. #: ../../../CHANGELOG.md:604
  777. 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."
  778. msgstr ""
  779. #: ../../../CHANGELOG.md:606
  780. 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`)."
  781. msgstr ""
  782. #: ../../../CHANGELOG.md:608
  783. 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."
  784. msgstr ""
  785. #: ../../../CHANGELOG.md:610
  786. 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`."
  787. msgstr ""
  788. #: ../../../CHANGELOG.md:612
  789. msgid "Going Traefik-native and cutting out all middlemen"
  790. msgstr ""
  791. #: ../../../CHANGELOG.md:614
  792. msgid "In our new setup, you'll see the bare minimum number of reverse-proxies."
  793. msgstr ""
  794. #: ../../../CHANGELOG.md:616
  795. 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."
  796. msgstr ""
  797. #: ../../../CHANGELOG.md:618
  798. 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."
  799. msgstr ""
  800. #: ../../../CHANGELOG.md:620
  801. msgid "Traefik now has an extra job"
  802. msgstr ""
  803. #: ../../../CHANGELOG.md:622
  804. 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."
  805. msgstr ""
  806. #: ../../../CHANGELOG.md:624
  807. 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."
  808. msgstr ""
  809. #: ../../../CHANGELOG.md:626
  810. 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."
  811. msgstr ""
  812. #: ../../../CHANGELOG.md:628
  813. 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."
  814. msgstr ""
  815. #: ../../../CHANGELOG.md:630
  816. 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)."
  817. msgstr ""
  818. #: ../../../CHANGELOG.md:632
  819. msgid "Traefik serving this second purpose has a few downsides:"
  820. msgstr ""
  821. #: ../../../CHANGELOG.md:634
  822. msgid "Traefik becomes a runtime dependency for all homeserver-dependant container services"
  823. msgstr ""
  824. #: ../../../CHANGELOG.md:635
  825. msgid "all homeserver-dependant services now need to be connected to the `traefik` container network, even if they don't need public internet exposure"
  826. msgstr ""
  827. #: ../../../CHANGELOG.md:637
  828. 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)."
  829. msgstr ""
  830. #: ../../../CHANGELOG.md:639
  831. 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."
  832. msgstr ""
  833. #: ../../../CHANGELOG.md:641
  834. msgid "**People runnning 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."
  835. msgstr ""
  836. #: ../../../CHANGELOG.md:643
  837. 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."
  838. msgstr ""
  839. #: ../../../CHANGELOG.md:645
  840. msgid "People managing their own Traefik instance need to do minor changes"
  841. msgstr ""
  842. #: ../../../CHANGELOG.md:647
  843. 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."
  844. msgstr ""
  845. #: ../../../CHANGELOG.md:649
  846. 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."
  847. msgstr ""
  848. #: ../../../CHANGELOG.md:651
  849. msgid "People fronting Traefik with another reverse proxy need to do minor changes"
  850. msgstr ""
  851. #: ../../../CHANGELOG.md:653
  852. 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)."
  853. msgstr ""
  854. #: ../../../CHANGELOG.md:655
  855. 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)."
  856. msgstr ""
  857. #: ../../../CHANGELOG.md:657
  858. msgid "Supported reverse proxy types are now fewer"
  859. msgstr ""
  860. #: ../../../CHANGELOG.md:659
  861. 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`)."
  862. msgstr ""
  863. #: ../../../CHANGELOG.md:661
  864. msgid "Previously, we allowed you to set `matrix_playbook_reverse_proxy_type` to 7 different values to accommodate various reverse-proxy setups."
  865. msgstr ""
  866. #: ../../../CHANGELOG.md:663
  867. msgid "The complexity of this is too high, so we only support 3 values right now:"
  868. msgstr ""
  869. #: ../../../CHANGELOG.md:665
  870. 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)"
  871. msgstr ""
  872. #: ../../../CHANGELOG.md:666
  873. 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)"
  874. msgstr ""
  875. #: ../../../CHANGELOG.md:667
  876. 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)"
  877. msgstr ""
  878. #: ../../../CHANGELOG.md:669
  879. 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."
  880. msgstr ""
  881. #: ../../../CHANGELOG.md:671
  882. 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`."
  883. msgstr ""
  884. #: ../../../CHANGELOG.md:673
  885. msgid "If you were using these values as a way to stay away from Traefik, you now have 2 options:"
  886. msgstr ""
  887. #: ../../../CHANGELOG.md:675
  888. msgid "(recommended) [Fronting Traefik with another reverse-proxy](./docs/configuring-playbook-own-webserver.md#fronting-the-integrated-reverse-proxy-webserver-with-another-reverse-proxy)"
  889. msgstr ""
  890. #: ../../../CHANGELOG.md:676
  891. 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"
  892. msgstr ""
  893. #: ../../../CHANGELOG.md:678
  894. msgid "Container networking changes"
  895. msgstr ""
  896. #: ../../../CHANGELOG.md:680
  897. msgid "Now that `matrix-nginx-proxy` is not in the mix, it became easier to clear out some other long-overdue technical debt."
  898. msgstr ""
  899. #: ../../../CHANGELOG.md:682
  900. 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."
  901. msgstr ""
  902. #: ../../../CHANGELOG.md:684
  903. msgid "Moving components (especially the database) into other container networks was difficult — it required changes to many other components to ensure correct connectivity."
  904. msgstr ""
  905. #: ../../../CHANGELOG.md:686
  906. 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."
  907. msgstr ""
  908. #: ../../../CHANGELOG.md:688
  909. msgid "Carrying out these container networking changes necessitated modifying many components, so **we're hoping not too many bugs were introduced in the process**."
  910. msgstr ""
  911. #: ../../../CHANGELOG.md:690
  912. 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."
  913. msgstr ""
  914. #: ../../../CHANGELOG.md:692
  915. msgid "Metrics exposure changes"
  916. msgstr ""
  917. #: ../../../CHANGELOG.md:694
  918. msgid "This section is for people who are exposing monitoring metrics publicly, to be consumed by an external Prometheus server."
  919. msgstr ""
  920. #: ../../../CHANGELOG.md:696
  921. 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)."
  922. msgstr ""
  923. #: ../../../CHANGELOG.md:698
  924. 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."
  925. msgstr ""
  926. #: ../../../CHANGELOG.md:700
  927. 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."
  928. msgstr ""
  929. #: ../../../CHANGELOG.md:702
  930. 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!"
  931. msgstr ""
  932. #: ../../../CHANGELOG.md:704
  933. msgid "Matrix static files"
  934. msgstr ""
  935. #: ../../../CHANGELOG.md:706
  936. 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."
  937. msgstr ""
  938. #: ../../../CHANGELOG.md:708
  939. 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`)."
  940. msgstr ""
  941. #: ../../../CHANGELOG.md:710
  942. 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."
  943. msgstr ""
  944. #: ../../../CHANGELOG.md:712
  945. msgid "A note on performance"
  946. msgstr ""
  947. #: ../../../CHANGELOG.md:714
  948. msgid "Some of you have been voicing their concerns (for a long time) about Traefik being too slow and nginx being better."
  949. msgstr ""
  950. #: ../../../CHANGELOG.md:716
  951. 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."
  952. msgstr ""
  953. #: ../../../CHANGELOG.md:718
  954. msgid "We believe that using Traefik provides way too many benefits to worry about this minor performance impairment."
  955. msgstr ""
  956. #: ../../../CHANGELOG.md:720
  957. 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."
  958. msgstr ""
  959. #: ../../../CHANGELOG.md:722
  960. 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."
  961. msgstr ""
  962. #: ../../../CHANGELOG.md:724
  963. 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."
  964. msgstr ""
  965. #: ../../../CHANGELOG.md:726
  966. msgid "Migration procedure"
  967. msgstr ""
  968. #: ../../../CHANGELOG.md:728
  969. msgid "The updated playbook will automatically perform some migration tasks for you:"
  970. msgstr ""
  971. #: ../../../CHANGELOG.md:730
  972. 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."
  973. msgstr ""
  974. #: ../../../CHANGELOG.md:732
  975. 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."
  976. msgstr ""
  977. #: ../../../CHANGELOG.md:734
  978. 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."
  979. msgstr ""
  980. #: ../../../CHANGELOG.md:736
  981. 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."
  982. msgstr ""
  983. #: ../../../CHANGELOG.md:738
  984. 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."
  985. msgstr ""
  986. #: ../../../CHANGELOG.md:740
  987. 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."
  988. msgstr ""
  989. #: ../../../CHANGELOG.md:742
  990. msgid "We don't recommend changing these variables and suppressing warnings, unless you know what you're doing."
  991. msgstr ""
  992. #: ../../../CHANGELOG.md:744
  993. 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."
  994. msgstr ""
  995. #: ../../../CHANGELOG.md:746
  996. msgid "Conclusion"
  997. msgstr ""
  998. #: ../../../CHANGELOG.md:748
  999. 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."
  1000. msgstr ""
  1001. #: ../../../CHANGELOG.md:750
  1002. 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!"
  1003. msgstr ""
  1004. #: ../../../CHANGELOG.md:753
  1005. msgid "2024-01-14"
  1006. msgstr ""
  1007. #: ../../../CHANGELOG.md:755
  1008. msgid "(Backward Compatibility) Configuration changes required for people fronting the integrated reverse-proxy webserver with another reverse-proxy"
  1009. msgstr ""
  1010. #: ../../../CHANGELOG.md:757
  1011. 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."
  1012. msgstr ""
  1013. #: ../../../CHANGELOG.md:759
  1014. 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."
  1015. msgstr ""
  1016. #: ../../../CHANGELOG.md:761
  1017. 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."
  1018. msgstr ""
  1019. #: ../../../CHANGELOG.md:763
  1020. 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`."
  1021. msgstr ""
  1022. #: ../../../CHANGELOG.md:765
  1023. msgid "Adapt your configuration as seen below:"
  1024. msgstr ""
  1025. #: ../../../CHANGELOG.md:798
  1026. 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."
  1027. msgstr ""
  1028. #: ../../../CHANGELOG.md:801
  1029. msgid "2024-01-13"
  1030. msgstr ""
  1031. #: ../../../CHANGELOG.md:803
  1032. msgid "matrix-reminder-bot update with more secure (backward-incompatible) default settings"
  1033. msgstr ""
  1034. #: ../../../CHANGELOG.md:805
  1035. 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."
  1036. msgstr ""
  1037. #: ../../../CHANGELOG.md:807
  1038. 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)."
  1039. msgstr ""
  1040. #: ../../../CHANGELOG.md:809
  1041. 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."
  1042. msgstr ""
  1043. #: ../../../CHANGELOG.md:811
  1044. 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."
  1045. msgstr ""
  1046. #: ../../../CHANGELOG.md:813
  1047. 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."
  1048. msgstr ""
  1049. #: ../../../CHANGELOG.md:815
  1050. msgid "If you need **to undo or tweak these security improvements**, you can change your `vars.yml` file to:"
  1051. msgstr ""
  1052. #: ../../../CHANGELOG.md:817
  1053. msgid "disable the allowlist (`matrix_bot_matrix_reminder_bot_allowlist_enabled: false`), making the bot allow usage by anyone, anywhere"
  1054. msgstr ""
  1055. #: ../../../CHANGELOG.md:819
  1056. 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))"
  1057. msgstr ""
  1058. #: ../../../CHANGELOG.md:821
  1059. msgid "override the default allowlist (in the `group_vars/matrix_servers` file) by redefining `matrix_bot_matrix_reminder_bot_allowlist_regexes_auto`"
  1060. msgstr ""
  1061. #: ../../../CHANGELOG.md:824
  1062. msgid "2024-01-05"
  1063. msgstr ""
  1064. #: ../../../CHANGELOG.md:826
  1065. msgid "matrix-mailer has been replaced by the exim-relay external role"
  1066. msgstr ""
  1067. #: ../../../CHANGELOG.md:828 ../../../CHANGELOG.md:1468
  1068. 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."
  1069. msgstr ""
  1070. #: ../../../CHANGELOG.md:830
  1071. 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."
  1072. msgstr ""
  1073. #: ../../../CHANGELOG.md:832
  1074. msgid "To migrate:"
  1075. msgstr ""
  1076. #: ../../../CHANGELOG.md:834
  1077. msgid "pull the playbook changes, as usual"
  1078. msgstr ""
  1079. #: ../../../CHANGELOG.md:835
  1080. msgid "update your roles (run `just roles` or `make roles`)"
  1081. msgstr ""
  1082. #: ../../../CHANGELOG.md:836
  1083. 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."
  1084. msgstr ""
  1085. #: ../../../CHANGELOG.md:837
  1086. msgid "re-run the playbook (`install-all` or `setup-all`)"
  1087. msgstr ""
  1088. #: ../../../CHANGELOG.md:839
  1089. 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`)."
  1090. msgstr ""
  1091. #: ../../../CHANGELOG.md:842
  1092. msgid "2024-01-02"
  1093. msgstr ""
  1094. #: ../../../CHANGELOG.md:844
  1095. msgid "mautrix-signal now powered by the new Go-based bridge"
  1096. msgstr ""
  1097. #: ../../../CHANGELOG.md:846
  1098. 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."
  1099. msgstr ""
  1100. #: ../../../CHANGELOG.md:848
  1101. 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)."
  1102. msgstr ""
  1103. #: ../../../CHANGELOG.md:850
  1104. 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."
  1105. msgstr ""
  1106. #: ../../../CHANGELOG.md:853
  1107. msgid "2023-10-23"
  1108. msgstr ""
  1109. #: ../../../CHANGELOG.md:855
  1110. msgid "Enabling `allow_public_rooms_over_federation` by default for Synapse"
  1111. msgstr ""
  1112. #: ../../../CHANGELOG.md:857
  1113. 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."
  1114. msgstr ""
  1115. #: ../../../CHANGELOG.md:859
  1116. 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."
  1117. msgstr ""
  1118. #: ../../../CHANGELOG.md:861
  1119. 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)."
  1120. msgstr ""
  1121. #: ../../../CHANGELOG.md:863
  1122. 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."
  1123. msgstr ""
  1124. #: ../../../CHANGELOG.md:865
  1125. 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."
  1126. msgstr ""
  1127. #: ../../../CHANGELOG.md:867
  1128. msgid "The **historical reasoning** behind this change is as follows:"
  1129. msgstr ""
  1130. #: ../../../CHANGELOG.md:869
  1131. 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."
  1132. msgstr ""
  1133. #: ../../../CHANGELOG.md:871
  1134. 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."
  1135. msgstr ""
  1136. #: ../../../CHANGELOG.md:873
  1137. #, python-format
  1138. 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."
  1139. msgstr ""
  1140. #: ../../../CHANGELOG.md:875
  1141. msgid "Here are **actions you may wish to take** as a result of this change:"
  1142. msgstr ""
  1143. #: ../../../CHANGELOG.md:877
  1144. 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."
  1145. msgstr ""
  1146. #: ../../../CHANGELOG.md:879
  1147. 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."
  1148. msgstr ""
  1149. #: ../../../CHANGELOG.md:881
  1150. 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."
  1151. msgstr ""
  1152. #: ../../../CHANGELOG.md:884
  1153. msgid "2023-10-18"
  1154. msgstr ""
  1155. #: ../../../CHANGELOG.md:886
  1156. msgid "Postgres parameters are automatically tuned now"
  1157. msgstr ""
  1158. #: ../../../CHANGELOG.md:888
  1159. msgid "The playbook has provided some hints about [Tuning PostgreSQL](docs/maintenance-postgres.md#tuning-postgresql) for quite a while now."
  1160. msgstr ""
  1161. #: ../../../CHANGELOG.md:890
  1162. 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/."
  1163. msgstr ""
  1164. #: ../../../CHANGELOG.md:892
  1165. 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."
  1166. msgstr ""
  1167. #: ../../../CHANGELOG.md:894
  1168. 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."
  1169. msgstr ""
  1170. #: ../../../CHANGELOG.md:897
  1171. msgid "2023-08-31"
  1172. msgstr ""
  1173. #: ../../../CHANGELOG.md:899
  1174. msgid "SchildiChat Web support"
  1175. msgstr ""
  1176. #: ../../../CHANGELOG.md:901
  1177. 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."
  1178. msgstr ""
  1179. #: ../../../CHANGELOG.md:903
  1180. msgid "See our [Configuring SchildiChat Web](docs/configuring-playbook-client-schildichat-web.md) documentation to get started."
  1181. msgstr ""
  1182. #: ../../../CHANGELOG.md:906
  1183. msgid "2023-08-23"
  1184. msgstr ""
  1185. #: ../../../CHANGELOG.md:908
  1186. msgid "mautrix-wsproxy support"
  1187. msgstr ""
  1188. #: ../../../CHANGELOG.md:910
  1189. 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)."
  1190. msgstr ""
  1191. #: ../../../CHANGELOG.md:912
  1192. 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."
  1193. msgstr ""
  1194. #: ../../../CHANGELOG.md:915
  1195. msgid "2023-07-24"
  1196. msgstr ""
  1197. #: ../../../CHANGELOG.md:917
  1198. msgid "matrix-registration-bot usage changed"
  1199. msgstr ""
  1200. #: ../../../CHANGELOG.md:919
  1201. 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."
  1202. msgstr ""
  1203. #: ../../../CHANGELOG.md:921
  1204. 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"
  1205. msgstr ""
  1206. #: ../../../CHANGELOG.md:923
  1207. msgid "`matrix_bot_matrix_registration_bot_bot_access_token`"
  1208. msgstr ""
  1209. #: ../../../CHANGELOG.md:924
  1210. msgid "`matrix_bot_matrix_registration_bot_api_token`"
  1211. msgstr ""
  1212. #: ../../../CHANGELOG.md:927
  1213. msgid "2023-07-21"
  1214. msgstr ""
  1215. #: ../../../CHANGELOG.md:929
  1216. msgid "mautrix-gmessages support"
  1217. msgstr ""
  1218. #: ../../../CHANGELOG.md:931
  1219. 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."
  1220. msgstr ""
  1221. #: ../../../CHANGELOG.md:934
  1222. msgid "2023-07-17"
  1223. msgstr ""
  1224. #: ../../../CHANGELOG.md:936
  1225. msgid "matrix-media-repo support"
  1226. msgstr ""
  1227. #: ../../../CHANGELOG.md:938
  1228. 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."
  1229. msgstr ""
  1230. #: ../../../CHANGELOG.md:940
  1231. msgid "To learn more see our [Storing Matrix media files using matrix-media-repo](docs/configuring-playbook-matrix-media-repo.md) documentation page."
  1232. msgstr ""
  1233. #: ../../../CHANGELOG.md:943
  1234. msgid "2023-05-25"
  1235. msgstr ""
  1236. #: ../../../CHANGELOG.md:945
  1237. msgid "Enabling `forget_rooms_on_leave` by default for Synapse"
  1238. msgstr ""
  1239. #: ../../../CHANGELOG.md:947
  1240. 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**."
  1241. msgstr ""
  1242. #: ../../../CHANGELOG.md:949
  1243. msgid "The upstream Synapse default is `false` (disabled), so that you must forget rooms manually after leaving."
  1244. msgstr ""
  1245. #: ../../../CHANGELOG.md:951
  1246. 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."
  1247. msgstr ""
  1248. #: ../../../CHANGELOG.md:953
  1249. 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`"
  1250. msgstr ""
  1251. #: ../../../CHANGELOG.md:956
  1252. msgid "2023-04-03"
  1253. msgstr ""
  1254. #: ../../../CHANGELOG.md:958
  1255. msgid "The matrix-jitsi role lives independently now"
  1256. msgstr ""
  1257. #: ../../../CHANGELOG.md:960
  1258. 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."
  1259. msgstr ""
  1260. #: ../../../CHANGELOG.md:962
  1261. 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."
  1262. msgstr ""
  1263. #: ../../../CHANGELOG.md:964
  1264. msgid "As part of the extraction process of this role out of the Matrix playbook, a few other things improved:"
  1265. msgstr ""
  1266. #: ../../../CHANGELOG.md:966
  1267. msgid "**native Traefik support** has been added"
  1268. msgstr ""
  1269. #: ../../../CHANGELOG.md:967
  1270. 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)"
  1271. msgstr ""
  1272. #: ../../../CHANGELOG.md:969
  1273. msgid "You need to **update your roles** (`just roles` or `make roles`) regardless of whether you're using Jitsi or not."
  1274. msgstr ""
  1275. #: ../../../CHANGELOG.md:971
  1276. msgid "If you're making use of Jitsi via this playbook, you will need to update variable references in your `vars.yml` file:"
  1277. msgstr ""
  1278. #: ../../../CHANGELOG.md:973
  1279. msgid "`matrix_jitsi_*_docker_image_` -> `matrix_jitsi_*_container_image_`"
  1280. msgstr ""
  1281. #: ../../../CHANGELOG.md:974
  1282. msgid "`matrix_jitsi_` -> `jitsi_`"
  1283. msgstr ""
  1284. #: ../../../CHANGELOG.md:975 ../../../CHANGELOG.md:1002
  1285. msgid "some other internal variables have changed, but the playbook will tell you about them"
  1286. msgstr ""
  1287. #: ../../../CHANGELOG.md:977
  1288. msgid "2023-03-22"
  1289. msgstr ""
  1290. #: ../../../CHANGELOG.md:979
  1291. msgid "ntfy Web App is disabled by default"
  1292. msgstr ""
  1293. #: ../../../CHANGELOG.md:981
  1294. 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))."
  1295. msgstr ""
  1296. #: ../../../CHANGELOG.md:983
  1297. 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))."
  1298. msgstr ""
  1299. #: ../../../CHANGELOG.md:986
  1300. msgid "2023-03-21"
  1301. msgstr ""
  1302. #: ../../../CHANGELOG.md:988
  1303. msgid "The matrix-prometheus role lives independently now"
  1304. msgstr ""
  1305. #: ../../../CHANGELOG.md:990
  1306. 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."
  1307. msgstr ""
  1308. #: ../../../CHANGELOG.md:992
  1309. 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."
  1310. msgstr ""
  1311. #: ../../../CHANGELOG.md:994
  1312. 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."
  1313. msgstr ""
  1314. #: ../../../CHANGELOG.md:996
  1315. msgid "You need to **update your roles** (`just roles` or `make roles`) regardless of whether you're using Prometheus or not."
  1316. msgstr ""
  1317. #: ../../../CHANGELOG.md:998
  1318. msgid "If you're making use of Prometheus via this playbook, you will need to update variable references in your `vars.yml` file:"
  1319. msgstr ""
  1320. #: ../../../CHANGELOG.md:1000
  1321. msgid "`matrix_prometheus_docker_image_` -> `matrix_prometheus_container_image_`"
  1322. msgstr ""
  1323. #: ../../../CHANGELOG.md:1001
  1324. msgid "`matrix_prometheus_` -> `prometheus_`"
  1325. msgstr ""
  1326. #: ../../../CHANGELOG.md:1005
  1327. msgid "2023-03-12"
  1328. msgstr ""
  1329. #: ../../../CHANGELOG.md:1007
  1330. msgid "synapse-auto-compressor support"
  1331. msgstr ""
  1332. #: ../../../CHANGELOG.md:1009
  1333. 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."
  1334. msgstr ""
  1335. #: ../../../CHANGELOG.md:1011
  1336. 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:"
  1337. msgstr ""
  1338. #: ../../../CHANGELOG.md:1013
  1339. msgid "it runs on a more up-to-date version of `rust-synapse-compress-state`"
  1340. msgstr ""
  1341. #: ../../../CHANGELOG.md:1014
  1342. msgid "it's a set-it-and-forget-it tool that you can enable and never have to deal with manual compression anymore"
  1343. msgstr ""
  1344. #: ../../../CHANGELOG.md:1016
  1345. msgid "This tool needs to be enabled manually, for now. In the future, we're considering enabling it by default for all Synapse installations."
  1346. msgstr ""
  1347. #: ../../../CHANGELOG.md:1018
  1348. msgid "See our [Setting up synapse-auto-compressor](docs/configuring-playbook-synapse-auto-compressor.md) documentation to get started."
  1349. msgstr ""
  1350. #: ../../../CHANGELOG.md:1021
  1351. msgid "2023-03-07"
  1352. msgstr ""
  1353. #: ../../../CHANGELOG.md:1023
  1354. msgid "Sliding Sync proxy (Element X) support"
  1355. msgstr ""
  1356. #: ../../../CHANGELOG.md:1025
  1357. 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)."
  1358. msgstr ""
  1359. #: ../../../CHANGELOG.md:1027
  1360. 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."
  1361. msgstr ""
  1362. #: ../../../CHANGELOG.md:1029
  1363. msgid "To get started, see our [Setting up the Sliding Sync proxy](docs/configuring-playbook-sliding-sync-proxy.md) documentation page."
  1364. msgstr ""
  1365. #: ../../../CHANGELOG.md:1032
  1366. msgid "2023-03-02"
  1367. msgstr ""
  1368. #: ../../../CHANGELOG.md:1034
  1369. msgid "The matrix-etherpad role lives independently now"
  1370. msgstr ""
  1371. #: ../../../CHANGELOG.md:1036
  1372. 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."
  1373. msgstr ""
  1374. #: ../../../CHANGELOG.md:1038
  1375. msgid "You need to **update your roles** (`just roles` or `make roles`) regardless of whether you're using Etherpad or not."
  1376. msgstr ""
  1377. #: ../../../CHANGELOG.md:1040
  1378. msgid "If you're making use of Etherpad via this playbook, you will need to update variable references in your `vars.yml` file:"
  1379. msgstr ""
  1380. #: ../../../CHANGELOG.md:1042
  1381. msgid "Rename `matrix_etherpad_public_endpoint` to `etherpad_path_prefix`"
  1382. msgstr ""
  1383. #: ../../../CHANGELOG.md:1044
  1384. msgid "Replace `matrix_etherpad_mode: dimension` with:"
  1385. msgstr ""
  1386. #: ../../../CHANGELOG.md:1045
  1387. msgid "for `matrix-nginx-proxy` users:"
  1388. msgstr ""
  1389. #: ../../../CHANGELOG.md:1046
  1390. msgid "`etherpad_nginx_proxy_dimension_integration_enabled: true`"
  1391. msgstr ""
  1392. #: ../../../CHANGELOG.md:1047
  1393. msgid "`etherpad_hostname: \"{{ matrix_server_fqn_dimension }}\"`"
  1394. msgstr ""
  1395. #: ../../../CHANGELOG.md:1048
  1396. msgid "for Traefik users:"
  1397. msgstr ""
  1398. #: ../../../CHANGELOG.md:1049
  1399. msgid "define your own `etherpad_hostname` and `etherpad_path_prefix` as you see fit"
  1400. msgstr ""
  1401. #: ../../../CHANGELOG.md:1051
  1402. msgid "Rename all other variables:"
  1403. msgstr ""
  1404. #: ../../../CHANGELOG.md:1052
  1405. msgid "`matrix_etherpad_docker_image_` -> `matrix_etherpad_container_image_`"
  1406. msgstr ""
  1407. #: ../../../CHANGELOG.md:1053
  1408. msgid "`matrix_etherpad_` -> `etherpad_`"
  1409. msgstr ""
  1410. #: ../../../CHANGELOG.md:1055
  1411. msgid "Along with this relocation, the new role also:"
  1412. msgstr ""
  1413. #: ../../../CHANGELOG.md:1057
  1414. msgid "supports [self-building](docs/self-building.md), so it should work on `arm32` and `arm64` architectures"
  1415. msgstr ""
  1416. #: ../../../CHANGELOG.md:1058
  1417. msgid "has native Traefik reverse-proxy support (Etherpad requests no longer go through `matrix-nginx-proxy` when using Traefik)"
  1418. msgstr ""
  1419. #: ../../../CHANGELOG.md:1061
  1420. msgid "2023-02-26"
  1421. msgstr ""
  1422. #: ../../../CHANGELOG.md:1063
  1423. msgid "Traefik is the default reverse-proxy now"
  1424. msgstr ""
  1425. #: ../../../CHANGELOG.md:1065
  1426. 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."
  1427. msgstr ""
  1428. #: ../../../CHANGELOG.md:1067
  1429. 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."
  1430. msgstr ""
  1431. #: ../../../CHANGELOG.md:1069
  1432. 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:"
  1433. msgstr ""
  1434. #: ../../../CHANGELOG.md:1071
  1435. msgid "Traefik managed by the playbook"
  1436. msgstr ""
  1437. #: ../../../CHANGELOG.md:1072
  1438. msgid "Traefik managed by the user in another way"
  1439. msgstr ""
  1440. #: ../../../CHANGELOG.md:1073
  1441. msgid "another reverse-proxy on the same host (`127.0.0.1` port exposure)"
  1442. msgstr ""
  1443. #: ../../../CHANGELOG.md:1074
  1444. msgid "another reverse-proxy on another host (`0.0.0.0` port exposure)"
  1445. msgstr ""
  1446. #: ../../../CHANGELOG.md:1075
  1447. msgid "`matrix-nginx-proxy` — an `nginx` container managed by the playbook"
  1448. msgstr ""
  1449. #: ../../../CHANGELOG.md:1076
  1450. msgid "`nginx` webserver operated by the user, running without a container on the same server"
  1451. msgstr ""
  1452. #: ../../../CHANGELOG.md:1078
  1453. 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."
  1454. msgstr ""
  1455. #: ../../../CHANGELOG.md:1080
  1456. 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."
  1457. msgstr ""
  1458. #: ../../../CHANGELOG.md:1082
  1459. msgid "It's time for the **next step in our migration process** to Traefik and elimination of `matrix-nginx-proxy`:"
  1460. msgstr ""
  1461. #: ../../../CHANGELOG.md:1084
  1462. msgid "Traefik is now the default reverse-proxy for new installations"
  1463. msgstr ""
  1464. #: ../../../CHANGELOG.md:1085
  1465. 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"
  1466. msgstr ""
  1467. #: ../../../CHANGELOG.md:1087
  1468. msgid "How do I switch my existing setup to Traefik?"
  1469. msgstr ""
  1470. #: ../../../CHANGELOG.md:1089
  1471. 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)."
  1472. msgstr ""
  1473. #: ../../../CHANGELOG.md:1091
  1474. msgid "If you experience trouble:"
  1475. msgstr ""
  1476. #: ../../../CHANGELOG.md:1093
  1477. 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"
  1478. msgstr ""
  1479. #: ../../../CHANGELOG.md:1094
  1480. msgid "Ask for help in our [support channels](README.md#support)"
  1481. msgstr ""
  1482. #: ../../../CHANGELOG.md:1095
  1483. msgid "Try switching to Traefik again later"
  1484. msgstr ""
  1485. #: ../../../CHANGELOG.md:1097
  1486. 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."
  1487. msgstr ""
  1488. #: ../../../CHANGELOG.md:1099
  1489. msgid "I already use my own Traefik server. How do I plug that in?"
  1490. msgstr ""
  1491. #: ../../../CHANGELOG.md:1101
  1492. msgid "See the [Traefik managed by the playbook](docs/configuring-playbook-own-webserver.md#traefik-managed-by-the-playbook) section."
  1493. msgstr ""
  1494. #: ../../../CHANGELOG.md:1103
  1495. msgid "Why is matrix-nginx-proxy used even after switching to Traefik?"
  1496. msgstr ""
  1497. #: ../../../CHANGELOG.md:1105
  1498. msgid "This playbook manages many different services. All these services were initially integrated with `matrix-nginx-proxy`."
  1499. msgstr ""
  1500. #: ../../../CHANGELOG.md:1107
  1501. 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."
  1502. msgstr ""
  1503. #: ../../../CHANGELOG.md:1109
  1504. msgid "How do I remain on matrix-nginx-proxy?"
  1505. msgstr ""
  1506. #: ../../../CHANGELOG.md:1111
  1507. 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."
  1508. msgstr ""
  1509. #: ../../../CHANGELOG.md:1113
  1510. msgid "To proceed regardless of this warning, add `matrix_playbook_reverse_proxy_type: playbook-managed-nginx` to your configuration."
  1511. msgstr ""
  1512. #: ../../../CHANGELOG.md:1115
  1513. 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."
  1514. msgstr ""
  1515. #: ../../../CHANGELOG.md:1117
  1516. msgid "How do I keep using my own other reverse-proxy?"
  1517. msgstr ""
  1518. #: ../../../CHANGELOG.md:1119
  1519. 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)."
  1520. msgstr ""
  1521. #: ../../../CHANGELOG.md:1122
  1522. msgid "2023-02-25"
  1523. msgstr ""
  1524. #: ../../../CHANGELOG.md:1124
  1525. msgid "rageshake support"
  1526. msgstr ""
  1527. #: ../../../CHANGELOG.md:1126
  1528. 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."
  1529. msgstr ""
  1530. #: ../../../CHANGELOG.md:1128
  1531. msgid "Additional details are available in [Setting up rageshake](docs/configuring-playbook-rageshake.md)."
  1532. msgstr ""
  1533. #: ../../../CHANGELOG.md:1131
  1534. msgid "2023-02-17"
  1535. msgstr ""
  1536. #: ../../../CHANGELOG.md:1133
  1537. msgid "Synapse templates customization support"
  1538. msgstr ""
  1539. #: ../../../CHANGELOG.md:1135
  1540. msgid "The playbook can now help you customize Synapse's templates."
  1541. msgstr ""
  1542. #: ../../../CHANGELOG.md:1137
  1543. msgid "Additional details are available in the [Customizing templates](docs/configuring-playbook-synapse.md#customizing-templates) section of our Synapse documentation."
  1544. msgstr ""
  1545. #: ../../../CHANGELOG.md:1139
  1546. msgid "The matrix-redis role lives independently now"
  1547. msgstr ""
  1548. #: ../../../CHANGELOG.md:1141
  1549. msgid "**TLDR**: the `matrix-redis` role is now included from another repository. Some variables have been renamed. All functionality remains intact."
  1550. msgstr ""
  1551. #: ../../../CHANGELOG.md:1143
  1552. 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."
  1553. msgstr ""
  1554. #: ../../../CHANGELOG.md:1145
  1555. 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_`)."
  1556. msgstr ""
  1557. #: ../../../CHANGELOG.md:1147
  1558. msgid "The matrix-ntfy role lives independently now"
  1559. msgstr ""
  1560. #: ../../../CHANGELOG.md:1149
  1561. msgid "**TLDR**: the `matrix-ntfy` role is now included from another repository. Some variables have been renamed. All functionality remains intact."
  1562. msgstr ""
  1563. #: ../../../CHANGELOG.md:1151
  1564. 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."
  1565. msgstr ""
  1566. #: ../../../CHANGELOG.md:1153
  1567. 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_`)."
  1568. msgstr ""
  1569. #: ../../../CHANGELOG.md:1156
  1570. msgid "2023-02-15"
  1571. msgstr ""
  1572. #: ../../../CHANGELOG.md:1158
  1573. msgid "The matrix-grafana role lives independently now"
  1574. msgstr ""
  1575. #: ../../../CHANGELOG.md:1160
  1576. msgid "**TLDR**: the `matrix-grafana` role is now included from another repository. Some variables have been renamed. All functionality remains intact."
  1577. msgstr ""
  1578. #: ../../../CHANGELOG.md:1162
  1579. 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."
  1580. msgstr ""
  1581. #: ../../../CHANGELOG.md:1164
  1582. 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_`)."
  1583. msgstr ""
  1584. #: ../../../CHANGELOG.md:1167
  1585. msgid "2023-02-13"
  1586. msgstr ""
  1587. #: ../../../CHANGELOG.md:1169
  1588. msgid "The matrix-backup-borg role lives independently now"
  1589. msgstr ""
  1590. #: ../../../CHANGELOG.md:1171
  1591. msgid "**TLDR**: the `matrix-backup-borg` role is now included from another repository. Some variables have been renamed. All functionality remains intact."
  1592. msgstr ""
  1593. #: ../../../CHANGELOG.md:1173
  1594. 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."
  1595. msgstr ""
  1596. #: ../../../CHANGELOG.md:1175
  1597. 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_`)."
  1598. msgstr ""
  1599. #: ../../../CHANGELOG.md:1178
  1600. msgid "2023-02-12"
  1601. msgstr ""
  1602. #: ../../../CHANGELOG.md:1180
  1603. msgid "(Backward Compatibility) Reverse-proxy configuration changes and initial Traefik support"
  1604. msgstr ""
  1605. #: ../../../CHANGELOG.md:1182
  1606. msgid "**TLDR**:"
  1607. msgstr ""
  1608. #: ../../../CHANGELOG.md:1184
  1609. 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."
  1610. msgstr ""
  1611. #: ../../../CHANGELOG.md:1185
  1612. 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."
  1613. msgstr ""
  1614. #: ../../../CHANGELOG.md:1186
  1615. 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`"
  1616. msgstr ""
  1617. #: ../../../CHANGELOG.md:1187
  1618. 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."
  1619. msgstr ""
  1620. #: ../../../CHANGELOG.md:1188
  1621. 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"
  1622. msgstr ""
  1623. #: ../../../CHANGELOG.md:1190
  1624. msgid "Motivation for redoing our reverse-proxy setup"
  1625. msgstr ""
  1626. #: ../../../CHANGELOG.md:1192
  1627. 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**."
  1628. msgstr ""
  1629. #: ../../../CHANGELOG.md:1194
  1630. 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**."
  1631. msgstr ""
  1632. #: ../../../CHANGELOG.md:1196
  1633. 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."
  1634. msgstr ""
  1635. #: ../../../CHANGELOG.md:1198
  1636. 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."
  1637. msgstr ""
  1638. #: ../../../CHANGELOG.md:1200
  1639. 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:"
  1640. msgstr ""
  1641. #: ../../../CHANGELOG.md:1202
  1642. msgid "*either* relying on `matrix_nginx_proxy_enabled: false` as well, combined with exposing services manually (setting `_bind_port` variables)"
  1643. msgstr ""
  1644. #: ../../../CHANGELOG.md:1203
  1645. msgid "*or* better yet, they were keeping `matrix-nginx-proxy` enabled, but in `http`-only mode (no SSL certificate retrieval)."
  1646. msgstr ""
  1647. #: ../../../CHANGELOG.md:1205
  1648. msgid "Despite this operational complexity, things worked and were reasonably flexible to adapt to all these situations."
  1649. msgstr ""
  1650. #: ../../../CHANGELOG.md:1207
  1651. 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)."
  1652. msgstr ""
  1653. #: ../../../CHANGELOG.md:1209
  1654. msgid "The next problem is one of **efficiency, interoperability and cost-saving**. We're working on other playbooks:"
  1655. msgstr ""
  1656. #: ../../../CHANGELOG.md:1211
  1657. 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"
  1658. msgstr ""
  1659. #: ../../../CHANGELOG.md:1212
  1660. 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"
  1661. msgstr ""
  1662. #: ../../../CHANGELOG.md:1213
  1663. msgid "[nextcloud-docker-ansible-deploy](https://github.com/spantaleev/nextcloud-docker-ansible-deploy) — for hosting the [Nextcloud](https://nextcloud.com/) groupware platform"
  1664. msgstr ""
  1665. #: ../../../CHANGELOG.md:1215
  1666. 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."
  1667. msgstr ""
  1668. #: ../../../CHANGELOG.md:1217
  1669. 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`."
  1670. msgstr ""
  1671. #: ../../../CHANGELOG.md:1219
  1672. 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."
  1673. msgstr ""
  1674. #: ../../../CHANGELOG.md:1221
  1675. msgid "How do these changes fix all these problems?"
  1676. msgstr ""
  1677. #: ../../../CHANGELOG.md:1223
  1678. 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."
  1679. msgstr ""
  1680. #: ../../../CHANGELOG.md:1225
  1681. 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."
  1682. msgstr ""
  1683. #: ../../../CHANGELOG.md:1227
  1684. 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."
  1685. msgstr ""
  1686. #: ../../../CHANGELOG.md:1229
  1687. 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."
  1688. msgstr ""
  1689. #: ../../../CHANGELOG.md:1231
  1690. 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."
  1691. msgstr ""
  1692. #: ../../../CHANGELOG.md:1233
  1693. 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."
  1694. msgstr ""
  1695. #: ../../../CHANGELOG.md:1235
  1696. msgid "Where we're at right now?"
  1697. msgstr ""
  1698. #: ../../../CHANGELOG.md:1237
  1699. msgid "`matrix_playbook_reverse_proxy_type` still defaults to a value of `playbook-managed-nginx`."
  1700. msgstr ""
  1701. #: ../../../CHANGELOG.md:1239
  1702. 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."
  1703. msgstr ""
  1704. #: ../../../CHANGELOG.md:1241
  1705. 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`."
  1706. msgstr ""
  1707. #: ../../../CHANGELOG.md:1243
  1708. msgid "How do I explicitly switch to Traefik right now?"
  1709. msgstr ""
  1710. #: ../../../CHANGELOG.md:1245
  1711. msgid "**Users who wish to migrate to Traefik** today, can do so by **adding** this to their configuration:"
  1712. msgstr ""
  1713. #: ../../../CHANGELOG.md:1253
  1714. 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."
  1715. msgstr ""
  1716. #: ../../../CHANGELOG.md:1255
  1717. 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."
  1718. msgstr ""
  1719. #: ../../../CHANGELOG.md:1257
  1720. 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."
  1721. msgstr ""
  1722. #: ../../../CHANGELOG.md:1259
  1723. 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."
  1724. msgstr ""
  1725. #: ../../../CHANGELOG.md:1261
  1726. 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."
  1727. msgstr ""
  1728. #: ../../../CHANGELOG.md:1263
  1729. 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."
  1730. msgstr ""
  1731. #: ../../../CHANGELOG.md:1265
  1732. msgid "Where we're going in the near future?"
  1733. msgstr ""
  1734. #: ../../../CHANGELOG.md:1267
  1735. 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."
  1736. msgstr ""
  1737. #: ../../../CHANGELOG.md:1269
  1738. msgid "For now, `matrix-nginx-proxy` will stay around."
  1739. msgstr ""
  1740. #: ../../../CHANGELOG.md:1271
  1741. 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."
  1742. msgstr ""
  1743. #: ../../../CHANGELOG.md:1273
  1744. 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:"
  1745. msgstr ""
  1746. #: ../../../CHANGELOG.md:1275
  1747. 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."
  1748. msgstr ""
  1749. #: ../../../CHANGELOG.md:1276
  1750. 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`)."
  1751. msgstr ""
  1752. #: ../../../CHANGELOG.md:1278
  1753. msgid "How do I help?"
  1754. msgstr ""
  1755. #: ../../../CHANGELOG.md:1280
  1756. msgid "You can help by:"
  1757. msgstr ""
  1758. #: ../../../CHANGELOG.md:1282
  1759. 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"
  1760. msgstr ""
  1761. #: ../../../CHANGELOG.md:1284
  1762. 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)."
  1763. msgstr ""
  1764. #: ../../../CHANGELOG.md:1286
  1765. 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"
  1766. msgstr ""
  1767. #: ../../../CHANGELOG.md:1289
  1768. msgid "2023-02-10"
  1769. msgstr ""
  1770. #: ../../../CHANGELOG.md:1291
  1771. msgid "Matrix Authentication Support for Jitsi"
  1772. msgstr ""
  1773. #: ../../../CHANGELOG.md:1293
  1774. 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))."
  1775. msgstr ""
  1776. #: ../../../CHANGELOG.md:1295
  1777. 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)."
  1778. msgstr ""
  1779. #: ../../../CHANGELOG.md:1297
  1780. msgid "Draupnir moderation tool (bot) support"
  1781. msgstr ""
  1782. #: ../../../CHANGELOG.md:1299
  1783. 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."
  1784. msgstr ""
  1785. #: ../../../CHANGELOG.md:1301
  1786. msgid "Additional details are available in [Setting up Draupnir](docs/configuring-playbook-bot-draupnir.md)."
  1787. msgstr ""
  1788. #: ../../../CHANGELOG.md:1304
  1789. msgid "2023-02-05"
  1790. msgstr ""
  1791. #: ../../../CHANGELOG.md:1306
  1792. msgid "The matrix-prometheus-postgres-exporter role lives independently now"
  1793. msgstr ""
  1794. #: ../../../CHANGELOG.md:1308
  1795. msgid "**TLDR**: the `matrix-prometheus-postgres-exporter` role is now included from another repository. Some variables have been renamed. All functionality remains intact."
  1796. msgstr ""
  1797. #: ../../../CHANGELOG.md:1310
  1798. 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"
  1799. msgstr ""
  1800. #: ../../../CHANGELOG.md:1312
  1801. 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."
  1802. msgstr ""
  1803. #: ../../../CHANGELOG.md:1314
  1804. 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`)"
  1805. msgstr ""
  1806. #: ../../../CHANGELOG.md:1316 ../../../CHANGELOG.md:1358
  1807. 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."
  1808. msgstr ""
  1809. #: ../../../CHANGELOG.md:1319
  1810. msgid "2023-01-26"
  1811. msgstr ""
  1812. #: ../../../CHANGELOG.md:1321
  1813. msgid "coturn can now use host-networking"
  1814. msgstr ""
  1815. #: ../../../CHANGELOG.md:1323
  1816. msgid "Large coturn deployments (with a huge range of ports specified via `matrix_coturn_turn_udp_min_port` and `matrix_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."
  1817. msgstr ""
  1818. #: ../../../CHANGELOG.md:1325
  1819. 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:"
  1820. msgstr ""
  1821. #: ../../../CHANGELOG.md:1331
  1822. 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."
  1823. msgstr ""
  1824. #: ../../../CHANGELOG.md:1333
  1825. 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."
  1826. msgstr ""
  1827. #: ../../../CHANGELOG.md:1335
  1828. msgid "(Backward Compatibility) Tightening coturn security can lead to connectivity issues"
  1829. msgstr ""
  1830. #: ../../../CHANGELOG.md:1337
  1831. 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 `matrix_coturn_denied_peer_ips` and remove some IP ranges from it."
  1832. msgstr ""
  1833. #: ../../../CHANGELOG.md:1339
  1834. 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."
  1835. msgstr ""
  1836. #: ../../../CHANGELOG.md:1341
  1837. 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 `matrix_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."
  1838. msgstr ""
  1839. #: ../../../CHANGELOG.md:1343
  1840. 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."
  1841. msgstr ""
  1842. #: ../../../CHANGELOG.md:1346
  1843. msgid "2023-01-21"
  1844. msgstr ""
  1845. #: ../../../CHANGELOG.md:1348
  1846. msgid "The matrix-prometheus-node-exporter role lives independently now"
  1847. msgstr ""
  1848. #: ../../../CHANGELOG.md:1350
  1849. msgid "**TLDR**: the `matrix-prometheus-node-exporter` role is now included from another repository. Some variables have been renamed. All functionality remains intact."
  1850. msgstr ""
  1851. #: ../../../CHANGELOG.md:1352
  1852. 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"
  1853. msgstr ""
  1854. #: ../../../CHANGELOG.md:1354
  1855. 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."
  1856. msgstr ""
  1857. #: ../../../CHANGELOG.md:1356
  1858. 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`)"
  1859. msgstr ""
  1860. #: ../../../CHANGELOG.md:1361
  1861. msgid "2023-01-13"
  1862. msgstr ""
  1863. #: ../../../CHANGELOG.md:1363
  1864. msgid "Support for running commands via just"
  1865. msgstr ""
  1866. #: ../../../CHANGELOG.md:1365
  1867. 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."
  1868. msgstr ""
  1869. #: ../../../CHANGELOG.md:1367
  1870. 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."
  1871. msgstr ""
  1872. #: ../../../CHANGELOG.md:1369
  1873. msgid "Our [justfile](justfile) already defines some additional helpful **shortcut** commands that weren't part of our `Makefile`. Here are some examples:"
  1874. msgstr ""
  1875. #: ../../../CHANGELOG.md:1371
  1876. 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"
  1877. msgstr ""
  1878. #: ../../../CHANGELOG.md:1372
  1879. msgid "`just install-all --ask-vault-pass` — commands also support additional arguments (`--ask-vault-pass` will be appended to the above installation command)"
  1880. msgstr ""
  1881. #: ../../../CHANGELOG.md:1373
  1882. msgid "`just run-tags install-mautrix-slack,start` — to run specific playbook tags"
  1883. msgstr ""
  1884. #: ../../../CHANGELOG.md:1374
  1885. msgid "`just start-all` — (re-)starts all services"
  1886. msgstr ""
  1887. #: ../../../CHANGELOG.md:1375
  1888. msgid "`just stop-group postgres` — to stop only the Postgres service"
  1889. msgstr ""
  1890. #: ../../../CHANGELOG.md:1376
  1891. msgid "`just register-user alice secret-password yes` — registers an `alice` user with the `secret-password` password and admin access (admin = `yes`)"
  1892. msgstr ""
  1893. #: ../../../CHANGELOG.md:1378
  1894. msgid "Additional helpful commands and shortcuts may be defined in the future."
  1895. msgstr ""
  1896. #: ../../../CHANGELOG.md:1380
  1897. 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."
  1898. msgstr ""
  1899. #: ../../../CHANGELOG.md:1383
  1900. msgid "2023-01-11"
  1901. msgstr ""
  1902. #: ../../../CHANGELOG.md:1385
  1903. msgid "mautrix-slack support"
  1904. msgstr ""
  1905. #: ../../../CHANGELOG.md:1387
  1906. 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."
  1907. msgstr ""
  1908. #: ../../../CHANGELOG.md:1389
  1909. 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)."
  1910. msgstr ""
  1911. #: ../../../CHANGELOG.md:1392
  1912. msgid "2023-01-10"
  1913. msgstr ""
  1914. #: ../../../CHANGELOG.md:1394
  1915. msgid "ChatGPT support"
  1916. msgstr ""
  1917. #: ../../../CHANGELOG.md:1396
  1918. 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."
  1919. msgstr ""
  1920. #: ../../../CHANGELOG.md:1398
  1921. msgid "See our [Setting up matrix-bot-chatgpt](docs/configuring-playbook-bot-chatgpt.md) documentation to get started."
  1922. msgstr ""
  1923. #: ../../../CHANGELOG.md:1401
  1924. msgid "2022-11-30"
  1925. msgstr ""
  1926. #: ../../../CHANGELOG.md:1403
  1927. msgid "matrix-postgres-backup has been replaced by the ansible-role-postgres-backup external role"
  1928. msgstr ""
  1929. #: ../../../CHANGELOG.md:1405
  1930. 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)."
  1931. msgstr ""
  1932. #: ../../../CHANGELOG.md:1407
  1933. msgid "You'll need to rename your `matrix_postgres_backup`-prefixed variables such that they use a `postgres_backup` prefix."
  1934. msgstr ""
  1935. #: ../../../CHANGELOG.md:1410
  1936. msgid "2022-11-28"
  1937. msgstr ""
  1938. #: ../../../CHANGELOG.md:1412
  1939. msgid "matrix-postgres has been replaced by the ansible-role-postgres external role"
  1940. msgstr ""
  1941. #: ../../../CHANGELOG.md:1414
  1942. 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`)."
  1943. msgstr ""
  1944. #: ../../../CHANGELOG.md:1416
  1945. 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."
  1946. msgstr ""
  1947. #: ../../../CHANGELOG.md:1418
  1948. msgid "The new role is an upgraded version of the old `matrix-postgres` role with these notable differences:"
  1949. msgstr ""
  1950. #: ../../../CHANGELOG.md:1420
  1951. msgid "it uses different names for its variables (`matrix_postgres` -> `devture_postgres`)"
  1952. msgstr ""
  1953. #: ../../../CHANGELOG.md:1421
  1954. msgid "when [Vacuuming PostgreSQL](docs/maintenance-postgres.md#vacuuming-postgresql), it will vacuum all your databases, not just the Synapse one"
  1955. msgstr ""
  1956. #: ../../../CHANGELOG.md:1423
  1957. 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."
  1958. msgstr ""
  1959. #: ../../../CHANGELOG.md:1425
  1960. 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)."
  1961. msgstr ""
  1962. #: ../../../CHANGELOG.md:1427
  1963. msgid "The playbook no longer installs scripts to /usr/local/bin"
  1964. msgstr ""
  1965. #: ../../../CHANGELOG.md:1429
  1966. msgid "The locations of various scripts installed by the playbook have changed."
  1967. msgstr ""
  1968. #: ../../../CHANGELOG.md:1431
  1969. 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:"
  1970. msgstr ""
  1971. #: ../../../CHANGELOG.md:1433
  1972. msgid "`/usr/local/bin/matrix-remove-all` -> `/matrix/bin/remove-all`"
  1973. msgstr ""
  1974. #: ../../../CHANGELOG.md:1434
  1975. msgid "`/usr/local/bin/matrix-postgres-cli` -> `/matrix/postgres/bin/cli`"
  1976. msgstr ""
  1977. #: ../../../CHANGELOG.md:1435
  1978. msgid "`/usr/local/bin/matrix-ssl-lets-encrypt-certificates-renew` -> `/matrix/ssl/bin/lets-encrypt-certificates-renew`"
  1979. msgstr ""
  1980. #: ../../../CHANGELOG.md:1436
  1981. msgid "`/usr/local/bin/matrix-synapse-register-user` -> `/matrix/synapse/bin/register-user`"
  1982. msgstr ""
  1983. #: ../../../CHANGELOG.md:1439
  1984. msgid "2022-11-25"
  1985. msgstr ""
  1986. #: ../../../CHANGELOG.md:1441
  1987. msgid "2x-5x performance improvements in playbook runtime"
  1988. msgstr ""
  1989. #: ../../../CHANGELOG.md:1443
  1990. 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."
  1991. msgstr ""
  1992. #: ../../../CHANGELOG.md:1445
  1993. 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."
  1994. msgstr ""
  1995. #: ../../../CHANGELOG.md:1447
  1996. msgid "Even when running `ansible-playbook` manually (as most of us here do), it's beneficial not to waste time and CPU resources."
  1997. msgstr ""
  1998. #: ../../../CHANGELOG.md:1449
  1999. 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`):"
  2000. msgstr ""
  2001. #: ../../../CHANGELOG.md:1451
  2002. 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**."
  2003. msgstr ""
  2004. #: ../../../CHANGELOG.md:1453
  2005. 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`)**."
  2006. msgstr ""
  2007. #: ../../../CHANGELOG.md:1455
  2008. 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."
  2009. msgstr ""
  2010. #: ../../../CHANGELOG.md:1457
  2011. 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`."
  2012. msgstr ""
  2013. #: ../../../CHANGELOG.md:1460
  2014. msgid "2022-11-22"
  2015. msgstr ""
  2016. #: ../../../CHANGELOG.md:1462
  2017. msgid "Automatic `matrix_architecture` determination"
  2018. msgstr ""
  2019. #: ../../../CHANGELOG.md:1464
  2020. 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."
  2021. msgstr ""
  2022. #: ../../../CHANGELOG.md:1466
  2023. msgid "Docker and the Docker SDK for Python are now installed via external roles"
  2024. msgstr ""
  2025. #: ../../../CHANGELOG.md:1470
  2026. 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`."
  2027. msgstr ""
  2028. #: ../../../CHANGELOG.md:1472
  2029. 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`."
  2030. msgstr ""
  2031. #: ../../../CHANGELOG.md:1474
  2032. msgid "If you're hitting issues with Docker installation or Docker SDK for Python installation, consider reporting bugs or contributing to these other projects."
  2033. msgstr ""
  2034. #: ../../../CHANGELOG.md:1476
  2035. 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."
  2036. msgstr ""
  2037. #: ../../../CHANGELOG.md:1479
  2038. msgid "2022-11-20"
  2039. msgstr ""
  2040. #: ../../../CHANGELOG.md:1481
  2041. msgid "(Backward Compatibility Break) Changing how reverse-proxying to Synapse works — now via a `matrix-synapse-reverse-proxy-companion` service"
  2042. msgstr ""
  2043. #: ../../../CHANGELOG.md:1483
  2044. 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."
  2045. msgstr ""
  2046. #: ../../../CHANGELOG.md:1485
  2047. msgid "Background"
  2048. msgstr ""
  2049. #: ../../../CHANGELOG.md:1487
  2050. 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)."
  2051. msgstr ""
  2052. #: ../../../CHANGELOG.md:1489
  2053. 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)."
  2054. msgstr ""
  2055. #: ../../../CHANGELOG.md:1491
  2056. msgid "Solution"
  2057. msgstr ""
  2058. #: ../../../CHANGELOG.md:1493
  2059. 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:"
  2060. msgstr ""
  2061. #: ../../../CHANGELOG.md:1495
  2062. msgid "serve as a companion to Synapse and know how to reverse-proxy to Synapse correctly (no matter if workers are enabled or not)"
  2063. msgstr ""
  2064. #: ../../../CHANGELOG.md:1497
  2065. msgid "provide a unified container address for reaching Synapse (no matter if workers are enabled or not)"
  2066. msgstr ""
  2067. #: ../../../CHANGELOG.md:1498
  2068. msgid "`matrix-synapse-reverse-proxy-companion:8008` for Synapse Client-Server API traffic"
  2069. msgstr ""
  2070. #: ../../../CHANGELOG.md:1499
  2071. msgid "`matrix-synapse-reverse-proxy-companion:8048` for Synapse Server-Server (Federation) API traffic"
  2072. msgstr ""
  2073. #: ../../../CHANGELOG.md:1501
  2074. 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"
  2075. msgstr ""
  2076. #: ../../../CHANGELOG.md:1503
  2077. msgid "allow reverse-proxying to Synapse, even if `matrix-nginx-proxy` is disabled"
  2078. msgstr ""
  2079. #: ../../../CHANGELOG.md:1505
  2080. 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:"
  2081. msgstr ""
  2082. #: ../../../CHANGELOG.md:1507
  2083. msgid "(`matrix-nginx-proxy` -> `matrix-synapse-reverse-proxy-companion` -> (`matrix-synapse` or some Synapse worker))."
  2084. msgstr ""
  2085. #: ../../../CHANGELOG.md:1509
  2086. 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."
  2087. msgstr ""
  2088. #: ../../../CHANGELOG.md:1511
  2089. msgid "Webserver configuration"
  2090. msgstr ""
  2091. #: ../../../CHANGELOG.md:1513
  2092. 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"
  2093. msgstr ""
  2094. #: ../../../CHANGELOG.md:1515
  2095. 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"
  2096. msgstr ""
  2097. #: ../../../CHANGELOG.md:1517
  2098. 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"
  2099. msgstr ""
  2100. #: ../../../CHANGELOG.md:1519
  2101. 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"
  2102. msgstr ""
  2103. #: ../../../CHANGELOG.md:1521
  2104. 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."
  2105. msgstr ""
  2106. #: ../../../CHANGELOG.md:1524
  2107. msgid "2022-11-05"
  2108. msgstr ""
  2109. #: ../../../CHANGELOG.md:1526
  2110. msgid "(Backward Compatibility Break) A new default standalone mode for Etherpad"
  2111. msgstr ""
  2112. #: ../../../CHANGELOG.md:1528
  2113. 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`)."
  2114. msgstr ""
  2115. #: ../../../CHANGELOG.md:1530
  2116. 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`)."
  2117. msgstr ""
  2118. #: ../../../CHANGELOG.md:1532
  2119. msgid "If you've already got both Etherpad and Dimension in use you could:"
  2120. msgstr ""
  2121. #: ../../../CHANGELOG.md:1534
  2122. 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."
  2123. msgstr ""
  2124. #: ../../../CHANGELOG.md:1536
  2125. 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"
  2126. msgstr ""
  2127. #: ../../../CHANGELOG.md:1539
  2128. msgid "2022-11-04"
  2129. msgstr ""
  2130. #: ../../../CHANGELOG.md:1541
  2131. msgid "The playbook now uses external roles for some things"
  2132. msgstr ""
  2133. #: ../../../CHANGELOG.md:1543
  2134. 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."
  2135. msgstr ""
  2136. #: ../../../CHANGELOG.md:1545
  2137. msgid "We're in the process of trimming the playbook and making it reuse Ansible roles."
  2138. msgstr ""
  2139. #: ../../../CHANGELOG.md:1547
  2140. msgid "Starting now, the playbook is composed of 2 types of Ansible roles:"
  2141. msgstr ""
  2142. #: ../../../CHANGELOG.md:1549
  2143. msgid "those that live within the playbook itself (`roles/custom/*`)"
  2144. msgstr ""
  2145. #: ../../../CHANGELOG.md:1551
  2146. 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."
  2147. msgstr ""
  2148. #: ../../../CHANGELOG.md:1553
  2149. 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."
  2150. msgstr ""
  2151. #: ../../../CHANGELOG.md:1555
  2152. 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."
  2153. msgstr ""
  2154. #: ../../../CHANGELOG.md:1557
  2155. 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`."
  2156. msgstr ""
  2157. #: ../../../CHANGELOG.md:1560
  2158. msgid "2022-10-14"
  2159. msgstr ""
  2160. #: ../../../CHANGELOG.md:1562
  2161. msgid "synapse-s3-storage-provider support"
  2162. msgstr ""
  2163. #: ../../../CHANGELOG.md:1564
  2164. msgid "**`synapse-s3-storage-provider` support is very new and still relatively untested. Using it may cause data loss.**"
  2165. msgstr ""
  2166. #: ../../../CHANGELOG.md:1566
  2167. 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)."
  2168. msgstr ""
  2169. #: ../../../CHANGELOG.md:1568
  2170. 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`."
  2171. msgstr ""
  2172. #: ../../../CHANGELOG.md:1570
  2173. 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."
  2174. msgstr ""
  2175. #: ../../../CHANGELOG.md:1572
  2176. msgid "Synapse container image customization support"
  2177. msgstr ""
  2178. #: ../../../CHANGELOG.md:1574
  2179. msgid "We now support customizing the Synapse container image by adding additional build steps to its [`Dockerfile`](https://docs.docker.com/engine/reference/builder/)."
  2180. msgstr ""
  2181. #: ../../../CHANGELOG.md:1576
  2182. 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."
  2183. msgstr ""
  2184. #: ../../../CHANGELOG.md:1578
  2185. 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:"
  2186. msgstr ""
  2187. #: ../../../CHANGELOG.md:1589
  2188. 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."
  2189. msgstr ""
  2190. #: ../../../CHANGELOG.md:1591
  2191. 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."
  2192. msgstr ""
  2193. #: ../../../CHANGELOG.md:1594
  2194. msgid "2022-10-02"
  2195. msgstr ""
  2196. #: ../../../CHANGELOG.md:1596
  2197. msgid "matrix-ldap-registration-proxy support"
  2198. msgstr ""
  2199. #: ../../../CHANGELOG.md:1598
  2200. 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."
  2201. msgstr ""
  2202. #: ../../../CHANGELOG.md:1600
  2203. msgid "See our [Setting up matrix-ldap-registration-proxy](docs/configuring-playbook-matrix-ldap-registration-proxy.md) documentation to get started."
  2204. msgstr ""
  2205. #: ../../../CHANGELOG.md:1603
  2206. msgid "2022-09-15"
  2207. msgstr ""
  2208. #: ../../../CHANGELOG.md:1605
  2209. msgid "(Potential Backward Compatibility Break) Major improvements to Synapse workers"
  2210. msgstr ""
  2211. #: ../../../CHANGELOG.md:1607
  2212. msgid "People who are interested in running a Synapse worker setup should know that **our Synapse worker implementation is much more powerful now**:"
  2213. msgstr ""
  2214. #: ../../../CHANGELOG.md:1609
  2215. msgid "we've added support for [Stream writers](#stream-writers-support)"
  2216. msgstr ""
  2217. #: ../../../CHANGELOG.md:1610
  2218. msgid "we've added support for [multiple federation sender workers](#multiple-federation-sender-workers-support)"
  2219. msgstr ""
  2220. #: ../../../CHANGELOG.md:1611
  2221. msgid "we've added support for [multiple pusher workers](#multiple-pusher-workers-support)"
  2222. msgstr ""
  2223. #: ../../../CHANGELOG.md:1612
  2224. msgid "we've added support for [running background tasks on a worker](#background-tasks-can-run-on-a-worker)"
  2225. msgstr ""
  2226. #: ../../../CHANGELOG.md:1613
  2227. msgid "we've restored support for [`appservice` workers](#appservice-worker-support-is-back)"
  2228. msgstr ""
  2229. #: ../../../CHANGELOG.md:1614
  2230. msgid "we've restored support for [`user_dir` workers](#user-directory-worker-support-is-back)"
  2231. msgstr ""
  2232. #: ../../../CHANGELOG.md:1615
  2233. 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)"
  2234. msgstr ""
  2235. #: ../../../CHANGELOG.md:1616
  2236. msgid "see the [Potential Backward Incompatibilities after these Synapse worker changes](#potential-backward-incompatibilities-after-these-synapse-worker-changes)"
  2237. msgstr ""
  2238. #: ../../../CHANGELOG.md:1618
  2239. msgid "Stream writers support"
  2240. msgstr ""
  2241. #: ../../../CHANGELOG.md:1620
  2242. 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."
  2243. msgstr ""
  2244. #: ../../../CHANGELOG.md:1622
  2245. 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."
  2246. msgstr ""
  2247. #: ../../../CHANGELOG.md:1624
  2248. msgid "If you'd like to customize the number of workers we also make that possible using these variables:"
  2249. msgstr ""
  2250. #: ../../../CHANGELOG.md:1637
  2251. msgid "Multiple federation sender workers support"
  2252. msgstr ""
  2253. #: ../../../CHANGELOG.md:1639
  2254. 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."
  2255. msgstr ""
  2256. #: ../../../CHANGELOG.md:1641
  2257. msgid "Multiple pusher workers support"
  2258. msgstr ""
  2259. #: ../../../CHANGELOG.md:1643
  2260. 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."
  2261. msgstr ""
  2262. #: ../../../CHANGELOG.md:1645
  2263. msgid "Background tasks can run on a worker"
  2264. msgstr ""
  2265. #: ../../../CHANGELOG.md:1647
  2266. msgid "From now on, you can put [background task processing on a worker](https://matrix-org.github.io/synapse/latest/workers.html#background-tasks)."
  2267. msgstr ""
  2268. #: ../../../CHANGELOG.md:1649
  2269. 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."
  2270. msgstr ""
  2271. #: ../../../CHANGELOG.md:1651
  2272. msgid "Appservice worker support is back"
  2273. msgstr ""
  2274. #: ../../../CHANGELOG.md:1653
  2275. 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."
  2276. msgstr ""
  2277. #: ../../../CHANGELOG.md:1655
  2278. 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."
  2279. msgstr ""
  2280. #: ../../../CHANGELOG.md:1657
  2281. 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."
  2282. msgstr ""
  2283. #: ../../../CHANGELOG.md:1659
  2284. msgid "User Directory worker support is back"
  2285. msgstr ""
  2286. #: ../../../CHANGELOG.md:1661
  2287. 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."
  2288. msgstr ""
  2289. #: ../../../CHANGELOG.md:1663
  2290. 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."
  2291. msgstr ""
  2292. #: ../../../CHANGELOG.md:1665
  2293. 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."
  2294. msgstr ""
  2295. #: ../../../CHANGELOG.md:1667
  2296. msgid "Using more than 1 media repository worker is now more reliable"
  2297. msgstr ""
  2298. #: ../../../CHANGELOG.md:1669
  2299. msgid "With `matrix_synapse_workers_preset: one-of-each`, we only launch one `media_repository` worker."
  2300. msgstr ""
  2301. #: ../../../CHANGELOG.md:1671
  2302. 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."
  2303. msgstr ""
  2304. #: ../../../CHANGELOG.md:1673
  2305. msgid "Potential Backward Incompatibilities after these Synapse worker changes"
  2306. msgstr ""
  2307. #: ../../../CHANGELOG.md:1675
  2308. msgid "Below we'll discuss **potential backward incompatibilities**."
  2309. msgstr ""
  2310. #: ../../../CHANGELOG.md:1677
  2311. 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."
  2312. msgstr ""
  2313. #: ../../../CHANGELOG.md:1679
  2314. 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."
  2315. msgstr ""
  2316. #: ../../../CHANGELOG.md:1681
  2317. 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."
  2318. msgstr ""
  2319. #: ../../../CHANGELOG.md:1683
  2320. 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."
  2321. msgstr ""
  2322. #: ../../../CHANGELOG.md:1686
  2323. msgid "2022-09-09"
  2324. msgstr ""
  2325. #: ../../../CHANGELOG.md:1688
  2326. msgid "Cactus Comments support"
  2327. msgstr ""
  2328. #: ../../../CHANGELOG.md:1690
  2329. 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."
  2330. msgstr ""
  2331. #: ../../../CHANGELOG.md:1692
  2332. msgid "See our [Setting up Cactus Comments](docs/configuring-playbook-cactus-comments.md) documentation to get started."
  2333. msgstr ""
  2334. #: ../../../CHANGELOG.md:1695
  2335. msgid "2022-08-23"
  2336. msgstr ""
  2337. #: ../../../CHANGELOG.md:1697
  2338. msgid "Postmoogle email bridge support"
  2339. msgstr ""
  2340. #: ../../../CHANGELOG.md:1699
  2341. 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."
  2342. msgstr ""
  2343. #: ../../../CHANGELOG.md:1701
  2344. msgid "See our [Setting up Postmoogle email bridging](docs/configuring-playbook-bridge-postmoogle.md) documentation to get started."
  2345. msgstr ""
  2346. #: ../../../CHANGELOG.md:1704
  2347. msgid "2022-08-10"
  2348. msgstr ""
  2349. #: ../../../CHANGELOG.md:1706
  2350. msgid "mautrix-whatsapp default configuration changes"
  2351. msgstr ""
  2352. #: ../../../CHANGELOG.md:1708
  2353. 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."
  2354. msgstr ""
  2355. #: ../../../CHANGELOG.md:1710
  2356. 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."
  2357. msgstr ""
  2358. #: ../../../CHANGELOG.md:1712
  2359. 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."
  2360. msgstr ""
  2361. #: ../../../CHANGELOG.md:1715
  2362. msgid "2022-08-09"
  2363. msgstr ""
  2364. #: ../../../CHANGELOG.md:1717
  2365. msgid "Conduit support"
  2366. msgstr ""
  2367. #: ../../../CHANGELOG.md:1719
  2368. 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."
  2369. msgstr ""
  2370. #: ../../../CHANGELOG.md:1721
  2371. msgid "Existing Synapse or Dendrite installations do **not** need to be updated. **Synapse is still the default homeserver implementation** installed by the playbook."
  2372. msgstr ""
  2373. #: ../../../CHANGELOG.md:1723
  2374. msgid "To try out Conduit, we recommend that you **use a new server** and the following `vars.yml` configuration:"
  2375. msgstr ""
  2376. #: ../../../CHANGELOG.md:1729
  2377. msgid "**The homeserver implementation of an existing server cannot be changed** (e.g. from Synapse or Dendrite to Conduit) without data loss."
  2378. msgstr ""
  2379. #: ../../../CHANGELOG.md:1732
  2380. msgid "2022-07-29"
  2381. msgstr ""
  2382. #: ../../../CHANGELOG.md:1734
  2383. msgid "mautrix-discord support"
  2384. msgstr ""
  2385. #: ../../../CHANGELOG.md:1736
  2386. 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."
  2387. msgstr ""
  2388. #: ../../../CHANGELOG.md:1738
  2389. 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)."
  2390. msgstr ""
  2391. #: ../../../CHANGELOG.md:1741
  2392. msgid "2022-07-27"
  2393. msgstr ""
  2394. #: ../../../CHANGELOG.md:1743
  2395. msgid "matrix-appservice-kakaotalk support"
  2396. msgstr ""
  2397. #: ../../../CHANGELOG.md:1745
  2398. 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!"
  2399. msgstr ""
  2400. #: ../../../CHANGELOG.md:1747
  2401. msgid "See our [Setting up Appservice Kakaotalk bridging](docs/configuring-playbook-bridge-appservice-kakaotalk.md) documentation to get started."
  2402. msgstr ""
  2403. #: ../../../CHANGELOG.md:1750
  2404. msgid "2022-07-20"
  2405. msgstr ""
  2406. #: ../../../CHANGELOG.md:1752
  2407. msgid "maubot support"
  2408. msgstr ""
  2409. #: ../../../CHANGELOG.md:1754
  2410. 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."
  2411. msgstr ""
  2412. #: ../../../CHANGELOG.md:1756
  2413. msgid "See our [Setting up maubot](docs/configuring-playbook-bot-maubot.md) documentation to get started."
  2414. msgstr ""
  2415. #: ../../../CHANGELOG.md:1759
  2416. msgid "2022-07-14"
  2417. msgstr ""
  2418. #: ../../../CHANGELOG.md:1761
  2419. msgid "mx-puppet-skype removal"
  2420. msgstr ""
  2421. #: ../../../CHANGELOG.md:1763
  2422. 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."
  2423. msgstr ""
  2424. #: ../../../CHANGELOG.md:1765
  2425. msgid "To completely clean up your server from `mx-puppet-skype`'s presence on it:"
  2426. msgstr ""
  2427. #: ../../../CHANGELOG.md:1767
  2428. msgid "ensure your Ansible configuration (`vars.yml` file) no longer contains `matrix_mx_puppet_skype_*` references"
  2429. msgstr ""
  2430. #: ../../../CHANGELOG.md:1768
  2431. msgid "stop and disable the systemd service (run `systemctl disable --now matrix-mx-puppet-skype` on the server)"
  2432. msgstr ""
  2433. #: ../../../CHANGELOG.md:1769
  2434. msgid "delete the systemd service (run `rm /etc/systemd/system/matrix-mx-puppet-skype.service` on the server)"
  2435. msgstr ""
  2436. #: ../../../CHANGELOG.md:1770
  2437. msgid "delete `/matrix/mx-puppet-skype` (run `rm -rf /matrix/mx-puppet-skype` on the server)"
  2438. msgstr ""
  2439. #: ../../../CHANGELOG.md:1771
  2440. 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)"
  2441. msgstr ""
  2442. #: ../../../CHANGELOG.md:1773
  2443. 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)."
  2444. msgstr ""
  2445. #: ../../../CHANGELOG.md:1775
  2446. 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."
  2447. msgstr ""
  2448. #: ../../../CHANGELOG.md:1777
  2449. msgid "signald (0.19.0+) upgrade requires data migration"
  2450. msgstr ""
  2451. #: ../../../CHANGELOG.md:1779
  2452. 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`."
  2453. msgstr ""
  2454. #: ../../../CHANGELOG.md:1781
  2455. 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)."
  2456. msgstr ""
  2457. #: ../../../CHANGELOG.md:1783
  2458. 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."
  2459. msgstr ""
  2460. #: ../../../CHANGELOG.md:1785
  2461. msgid "We attempt to do this data migration automatically every time Signald starts (`matrix-mautrix-signal-daemon.service`) using a `ExecStartPre` systemd unit definition."
  2462. msgstr ""
  2463. #: ../../../CHANGELOG.md:1787
  2464. 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!"
  2465. msgstr ""
  2466. #: ../../../CHANGELOG.md:1790
  2467. msgid "2022-07-05"
  2468. msgstr ""
  2469. #: ../../../CHANGELOG.md:1792
  2470. msgid "Ntfy push notifications support"
  2471. msgstr ""
  2472. #: ../../../CHANGELOG.md:1794
  2473. 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."
  2474. msgstr ""
  2475. #: ../../../CHANGELOG.md:1796
  2476. msgid "See our [Setting up the ntfy push notifications server](docs/configuring-playbook-ntfy.md) documentation to get started."
  2477. msgstr ""
  2478. #: ../../../CHANGELOG.md:1799
  2479. msgid "2022-06-23"
  2480. msgstr ""
  2481. #: ../../../CHANGELOG.md:1801
  2482. msgid "(Potential Backward Compatibility Break) Changes around metrics collection"
  2483. msgstr ""
  2484. #: ../../../CHANGELOG.md:1803
  2485. 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."
  2486. msgstr ""
  2487. #: ../../../CHANGELOG.md:1805
  2488. 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)."
  2489. msgstr ""
  2490. #: ../../../CHANGELOG.md:1807
  2491. 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`."
  2492. msgstr ""
  2493. #: ../../../CHANGELOG.md:1809
  2494. msgid "**If you are using the [Hookshot bridge](docs/configuring-playbook-bridge-hookshot.md)**, you may find that:"
  2495. msgstr ""
  2496. #: ../../../CHANGELOG.md:1810
  2497. msgid "**Metrics may not be enabled by default anymore**:"
  2498. msgstr ""
  2499. #: ../../../CHANGELOG.md:1811
  2500. 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."
  2501. msgstr ""
  2502. #: ../../../CHANGELOG.md:1812
  2503. 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."
  2504. msgstr ""
  2505. #: ../../../CHANGELOG.md:1813
  2506. 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."
  2507. msgstr ""
  2508. #: ../../../CHANGELOG.md:1814
  2509. 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`."
  2510. msgstr ""
  2511. #: ../../../CHANGELOG.md:1816
  2512. 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`."
  2513. msgstr ""
  2514. #: ../../../CHANGELOG.md:1818
  2515. msgid "**If you're using [postgres-exporter](docs/configuring-playbook-prometheus-postgres.md)** (`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`."
  2516. msgstr ""
  2517. #: ../../../CHANGELOG.md:1820
  2518. msgid "**If you're using Synapse** and would like to collect its metrics from an external Prometheus server, you may find that:"
  2519. msgstr ""
  2520. #: ../../../CHANGELOG.md:1822
  2521. 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."
  2522. msgstr ""
  2523. #: ../../../CHANGELOG.md:1823
  2524. 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"
  2525. msgstr ""
  2526. #: ../../../CHANGELOG.md:1824
  2527. 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`"
  2528. msgstr ""
  2529. #: ../../../CHANGELOG.md:1825
  2530. 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`)."
  2531. msgstr ""
  2532. #: ../../../CHANGELOG.md:1827
  2533. 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."
  2534. msgstr ""
  2535. #: ../../../CHANGELOG.md:1829
  2536. msgid "2022-06-13"
  2537. msgstr ""
  2538. #: ../../../CHANGELOG.md:1831
  2539. msgid "go-skype-bridge bridging support"
  2540. msgstr ""
  2541. #: ../../../CHANGELOG.md:1833
  2542. 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/)."
  2543. msgstr ""
  2544. #: ../../../CHANGELOG.md:1835
  2545. msgid "See our [Setting up Go Skype Bridge bridging](docs/configuring-playbook-bridge-go-skype-bridge.md) documentation to get started."
  2546. msgstr ""
  2547. #: ../../../CHANGELOG.md:1837
  2548. 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."
  2549. msgstr ""
  2550. #: ../../../CHANGELOG.md:1840
  2551. msgid "2022-06-09"
  2552. msgstr ""
  2553. #: ../../../CHANGELOG.md:1842
  2554. msgid "Running Ansible in a container can now happen on the Matrix server itself"
  2555. msgstr ""
  2556. #: ../../../CHANGELOG.md:1844
  2557. 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)."
  2558. msgstr ""
  2559. #: ../../../CHANGELOG.md:1847
  2560. msgid "2022-05-31"
  2561. msgstr ""
  2562. #: ../../../CHANGELOG.md:1849
  2563. msgid "Synapse v1.60 upgrade may cause trouble and require manual intervention"
  2564. msgstr ""
  2565. #: ../../../CHANGELOG.md:1851
  2566. 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."
  2567. msgstr ""
  2568. #: ../../../CHANGELOG.md:1853
  2569. 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."
  2570. msgstr ""
  2571. #: ../../../CHANGELOG.md:1855
  2572. msgid "**If Synapse fails to start** after your next playbook run, you'll need to:"
  2573. msgstr ""
  2574. #: ../../../CHANGELOG.md:1857
  2575. msgid "SSH into the Matrix server"
  2576. msgstr ""
  2577. #: ../../../CHANGELOG.md:1858
  2578. msgid "launch `/usr/local/bin/matrix-postgres-cli`"
  2579. msgstr ""
  2580. #: ../../../CHANGELOG.md:1859
  2581. msgid "switch to the `synapse` database: `\\c synapse`"
  2582. msgstr ""
  2583. #: ../../../CHANGELOG.md:1860
  2584. msgid "run the following SQL query:"
  2585. msgstr ""
  2586. #: ../../../CHANGELOG.md:1879
  2587. msgid "You could then restart services: `ansible-playbook -i inventory/hosts setup.yml --tags=start`"
  2588. msgstr ""
  2589. #: ../../../CHANGELOG.md:1882
  2590. msgid "2022-04-25"
  2591. msgstr ""
  2592. #: ../../../CHANGELOG.md:1884
  2593. msgid "Buscarron bot support"
  2594. msgstr ""
  2595. #: ../../../CHANGELOG.md:1886
  2596. 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"
  2597. msgstr ""
  2598. #: ../../../CHANGELOG.md:1888
  2599. msgid "See our [Setting up Buscarron](docs/configuring-playbook-bot-buscarron.md) documentation to get started."
  2600. msgstr ""
  2601. #: ../../../CHANGELOG.md:1891
  2602. msgid "2022-04-21"
  2603. msgstr ""
  2604. #: ../../../CHANGELOG.md:1893
  2605. msgid "matrix-registration-bot support"
  2606. msgstr ""
  2607. #: ../../../CHANGELOG.md:1895
  2608. 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."
  2609. msgstr ""
  2610. #: ../../../CHANGELOG.md:1897
  2611. msgid "See our [Setting up matrix-registration-bot](docs/configuring-playbook-bot-matrix-registration-bot.md) documentation to get started."
  2612. msgstr ""
  2613. #: ../../../CHANGELOG.md:1900
  2614. msgid "2022-04-19"
  2615. msgstr ""
  2616. #: ../../../CHANGELOG.md:1902
  2617. msgid "BorgBackup support"
  2618. msgstr ""
  2619. #: ../../../CHANGELOG.md:1904
  2620. 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."
  2621. msgstr ""
  2622. #: ../../../CHANGELOG.md:1906
  2623. msgid "See our [Setting up BorgBackup](docs/configuring-playbook-backup-borg.md) documentation to get started."
  2624. msgstr ""
  2625. #: ../../../CHANGELOG.md:1908
  2626. msgid "(Compatibility Break) Upgrading to Synapse v1.57 on setups using workers may require manual action"
  2627. msgstr ""
  2628. #: ../../../CHANGELOG.md:1910
  2629. 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:"
  2630. msgstr ""
  2631. #: ../../../CHANGELOG.md:1912
  2632. 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."
  2633. msgstr ""
  2634. #: ../../../CHANGELOG.md:1914
  2635. 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."
  2636. msgstr ""
  2637. #: ../../../CHANGELOG.md:1916
  2638. 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:"
  2639. msgstr ""
  2640. #: ../../../CHANGELOG.md:1918
  2641. msgid "Pull the latest playbook changes"
  2642. msgstr ""
  2643. #: ../../../CHANGELOG.md:1919
  2644. msgid "Stop all services (`ansible-playbook -i inventory/hosts setup.yml --tags=stop`)"
  2645. msgstr ""
  2646. #: ../../../CHANGELOG.md:1920
  2647. msgid "Re-run the playbook (`ansible-playbook -i inventory/hosts setup.yml --tags=setup-all`)"
  2648. msgstr ""
  2649. #: ../../../CHANGELOG.md:1921
  2650. msgid "Start Postgres (`systemctl start matrix-postgres` on the server)"
  2651. msgstr ""
  2652. #: ../../../CHANGELOG.md:1922
  2653. msgid "Start the main Synapse process (`systemctl start matrix-synapse` on the server)"
  2654. msgstr ""
  2655. #: ../../../CHANGELOG.md:1923
  2656. 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."
  2657. msgstr ""
  2658. #: ../../../CHANGELOG.md:1924
  2659. 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"
  2660. msgstr ""
  2661. #: ../../../CHANGELOG.md:1927
  2662. msgid "2022-04-14"
  2663. msgstr ""
  2664. #: ../../../CHANGELOG.md:1929
  2665. msgid "(Compatibility Break) Changes to `docker-src` permissions necessitating manual action"
  2666. msgstr ""
  2667. #: ../../../CHANGELOG.md:1931
  2668. msgid "Users who build container images from source will need to manually correct file permissions of some directories on the server."
  2669. msgstr ""
  2670. #: ../../../CHANGELOG.md:1933
  2671. 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)."
  2672. msgstr ""
  2673. #: ../../../CHANGELOG.md:1935
  2674. 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."
  2675. msgstr ""
  2676. #: ../../../CHANGELOG.md:1937
  2677. 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`"
  2678. msgstr ""
  2679. #: ../../../CHANGELOG.md:1940
  2680. msgid "2022-03-17"
  2681. msgstr ""
  2682. #: ../../../CHANGELOG.md:1942
  2683. msgid "(Compatibility Break) ma1sd identity server no longer installed by default"
  2684. msgstr ""
  2685. #: ../../../CHANGELOG.md:1944
  2686. 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)."
  2687. msgstr ""
  2688. #: ../../../CHANGELOG.md:1946
  2689. 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."
  2690. msgstr ""
  2691. #: ../../../CHANGELOG.md:1948
  2692. msgid "Since Element clients no longer default to using a public identity server if another one is not provided, we can stop installing ma1sd."
  2693. msgstr ""
  2694. #: ../../../CHANGELOG.md:1950
  2695. 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:"
  2696. msgstr ""
  2697. #: ../../../CHANGELOG.md:1957
  2698. msgid "2022-02-12"
  2699. msgstr ""
  2700. #: ../../../CHANGELOG.md:1959
  2701. msgid "matrix_encryption_disabler support"
  2702. msgstr ""
  2703. #: ../../../CHANGELOG.md:1961
  2704. 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)."
  2705. msgstr ""
  2706. #: ../../../CHANGELOG.md:1963
  2707. 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`."
  2708. msgstr ""
  2709. #: ../../../CHANGELOG.md:1966
  2710. msgid "2022-02-01"
  2711. msgstr ""
  2712. #: ../../../CHANGELOG.md:1968
  2713. msgid "matrix-hookshot bridging support"
  2714. msgstr ""
  2715. #: ../../../CHANGELOG.md:1970
  2716. 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."
  2717. msgstr ""
  2718. #: ../../../CHANGELOG.md:1973
  2719. msgid "2022-01-31"
  2720. msgstr ""
  2721. #: ../../../CHANGELOG.md:1975
  2722. msgid "ARM support for matrix-corporal"
  2723. msgstr ""
  2724. #: ../../../CHANGELOG.md:1977
  2725. 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."
  2726. msgstr ""
  2727. #: ../../../CHANGELOG.md:1980
  2728. msgid "2022-01-07"
  2729. msgstr ""
  2730. #: ../../../CHANGELOG.md:1982
  2731. msgid "Dendrite support"
  2732. msgstr ""
  2733. #: ../../../CHANGELOG.md:1984
  2734. 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)."
  2735. msgstr ""
  2736. #: ../../../CHANGELOG.md:1986
  2737. 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."
  2738. msgstr ""
  2739. #: ../../../CHANGELOG.md:1988
  2740. msgid "We believe that 2022 will be the year of the non-Synapse Matrix server!"
  2741. msgstr ""
  2742. #: ../../../CHANGELOG.md:1990
  2743. 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."
  2744. msgstr ""
  2745. #: ../../../CHANGELOG.md:1992
  2746. 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)."
  2747. msgstr ""
  2748. #: ../../../CHANGELOG.md:1994
  2749. msgid "Adapting the configuration for existing Synapse installations"
  2750. msgstr ""
  2751. #: ../../../CHANGELOG.md:1996
  2752. 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."
  2753. msgstr ""
  2754. #: ../../../CHANGELOG.md:1998
  2755. msgid "The `vars.yml` file for **existing installations will need to be updated** by adding this **additional configuration**:"
  2756. msgstr ""
  2757. #: ../../../CHANGELOG.md:2010
  2758. msgid "Trying out Dendrite"
  2759. msgstr ""
  2760. #: ../../../CHANGELOG.md:2012
  2761. msgid "Finally, **to try out Dendrite**, we recommend that you **use a new server** and the following addition to your `vars.yml` configuration:"
  2762. msgstr ""
  2763. #: ../../../CHANGELOG.md:2018
  2764. msgid "**The homeserver implementation of an existing server cannot be changed** (e.g. from Synapse to Dendrite) without data loss."
  2765. msgstr ""
  2766. #: ../../../CHANGELOG.md:2020
  2767. msgid "We're excited to gain support for other homeserver implementations, like [Conduit](https://conduit.rs/), etc!"
  2768. msgstr ""
  2769. #: ../../../CHANGELOG.md:2022
  2770. msgid "Honoroit bot support"
  2771. msgstr ""
  2772. #: ../../../CHANGELOG.md:2024
  2773. 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."
  2774. msgstr ""
  2775. #: ../../../CHANGELOG.md:2026
  2776. msgid "See our [Setting up Honoroit](docs/configuring-playbook-bot-honoroit.md) documentation to get started."
  2777. msgstr ""
  2778. #: ../../../CHANGELOG.md:2029
  2779. msgid "2022-01-06"
  2780. msgstr ""
  2781. #: ../../../CHANGELOG.md:2031
  2782. msgid "Cinny support"
  2783. msgstr ""
  2784. #: ../../../CHANGELOG.md:2033
  2785. 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."
  2786. msgstr ""
  2787. #: ../../../CHANGELOG.md:2035
  2788. msgid "By default, we still install Element Web. Still, people who'd like to try Cinny out can now install it via the playbook."
  2789. msgstr ""
  2790. #: ../../../CHANGELOG.md:2037
  2791. msgid "Additional details are available in [Setting up Cinny](docs/configuring-playbook-client-cinny.md)."
  2792. msgstr ""
  2793. #: ../../../CHANGELOG.md:2040
  2794. msgid "2021-12-22"
  2795. msgstr ""
  2796. #: ../../../CHANGELOG.md:2042
  2797. msgid "Twitter bridging support via mautrix-twitter"
  2798. msgstr ""
  2799. #: ../../../CHANGELOG.md:2044
  2800. 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)."
  2801. msgstr ""
  2802. #: ../../../CHANGELOG.md:2047
  2803. msgid "2021-12-14"
  2804. msgstr ""
  2805. #: ../../../CHANGELOG.md:2049
  2806. msgid "(Security) Users of the Signal bridge may wish to upgrade it to work around log4j vulnerability"
  2807. msgstr ""
  2808. #: ../../../CHANGELOG.md:2051
  2809. 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."
  2810. msgstr ""
  2811. #: ../../../CHANGELOG.md:2053
  2812. 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)."
  2813. msgstr ""
  2814. #: ../../../CHANGELOG.md:2056
  2815. msgid "2021-11-11"
  2816. msgstr ""
  2817. #: ../../../CHANGELOG.md:2058
  2818. msgid "Dropped support for Postgres v9.6"
  2819. msgstr ""
  2820. #: ../../../CHANGELOG.md:2060
  2821. 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."
  2822. msgstr ""
  2823. #: ../../../CHANGELOG.md:2062
  2824. 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."
  2825. msgstr ""
  2826. #: ../../../CHANGELOG.md:2065
  2827. msgid "2021-10-23"
  2828. msgstr ""
  2829. #: ../../../CHANGELOG.md:2067
  2830. msgid "Hangouts bridge no longer updated, superseded by a Googlechat bridge"
  2831. msgstr ""
  2832. #: ../../../CHANGELOG.md:2069
  2833. 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."
  2834. msgstr ""
  2835. #: ../../../CHANGELOG.md:2071
  2836. 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."
  2837. msgstr ""
  2838. #: ../../../CHANGELOG.md:2074
  2839. msgid "2021-08-23"
  2840. msgstr ""
  2841. #: ../../../CHANGELOG.md:2076
  2842. msgid "LinkedIn bridging support via beeper-linkedin"
  2843. msgstr ""
  2844. #: ../../../CHANGELOG.md:2078
  2845. 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."
  2846. msgstr ""
  2847. #: ../../../CHANGELOG.md:2080
  2848. 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)."
  2849. msgstr ""
  2850. #: ../../../CHANGELOG.md:2082
  2851. msgid "To get started with bridging to LinkedIn, see [Setting up Beeper LinkedIn bridging](docs/configuring-playbook-bridge-beeper-linkedin.md)."
  2852. msgstr ""
  2853. #: ../../../CHANGELOG.md:2085
  2854. msgid "2021-08-20"
  2855. msgstr ""
  2856. #: ../../../CHANGELOG.md:2087
  2857. msgid "Sygnal upgraded — ARM support and no longer requires a database"
  2858. msgstr ""
  2859. #: ../../../CHANGELOG.md:2089
  2860. msgid "The [Sygnal](docs/configuring-playbook-sygnal.md) push gateway has been upgraded from `v0.9.0` to `v0.10.1`."
  2861. msgstr ""
  2862. #: ../../../CHANGELOG.md:2091
  2863. msgid "This is an optional component for the playbook, so most of our users wouldn't care about this announcement."
  2864. msgstr ""
  2865. #: ../../../CHANGELOG.md:2093
  2866. msgid "Since this feels like a relatively big (and untested, as of yet) Sygnal change, we're putting up this changelog entry."
  2867. msgstr ""
  2868. #: ../../../CHANGELOG.md:2095
  2869. 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."
  2870. msgstr ""
  2871. #: ../../../CHANGELOG.md:2098
  2872. msgid "2021-05-21"
  2873. msgstr ""
  2874. #: ../../../CHANGELOG.md:2100
  2875. msgid "Hydrogen support"
  2876. msgstr ""
  2877. #: ../../../CHANGELOG.md:2102
  2878. 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."
  2879. msgstr ""
  2880. #: ../../../CHANGELOG.md:2104
  2881. 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."
  2882. msgstr ""
  2883. #: ../../../CHANGELOG.md:2106
  2884. msgid "Additional details are available in [Setting up Hydrogen](docs/configuring-playbook-client-hydrogen.md)."
  2885. msgstr ""
  2886. #: ../../../CHANGELOG.md:2109
  2887. msgid "2021-05-19"
  2888. msgstr ""
  2889. #: ../../../CHANGELOG.md:2111
  2890. msgid "Heisenbridge support"
  2891. msgstr ""
  2892. #: ../../../CHANGELOG.md:2113
  2893. 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)."
  2894. msgstr ""
  2895. #: ../../../CHANGELOG.md:2115
  2896. msgid "Additional details are available in [Setting up Heisenbridge bouncer-style IRC bridging](docs/configuring-playbook-bridge-heisenbridge.md)."
  2897. msgstr ""
  2898. #: ../../../CHANGELOG.md:2118
  2899. msgid "2021-04-16"
  2900. msgstr ""
  2901. #: ../../../CHANGELOG.md:2120
  2902. msgid "Disabling TLSv1 and TLSv1.1 for coturn"
  2903. msgstr ""
  2904. #: ../../../CHANGELOG.md:2122
  2905. 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."
  2906. msgstr ""
  2907. #: ../../../CHANGELOG.md:2124
  2908. msgid "If you need to support old clients, you can re-enable both (or whichever one you need) with the following configuration:"
  2909. msgstr ""
  2910. #: ../../../CHANGELOG.md:2132
  2911. msgid "2021-04-05"
  2912. msgstr ""
  2913. #: ../../../CHANGELOG.md:2134
  2914. msgid "Automated local Postgres backup support"
  2915. msgstr ""
  2916. #: ../../../CHANGELOG.md:2136
  2917. 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)."
  2918. msgstr ""
  2919. #: ../../../CHANGELOG.md:2138
  2920. msgid "Additional details are available in [Setting up postgres backup](docs/configuring-playbook-postgres-backup.md)."
  2921. msgstr ""
  2922. #: ../../../CHANGELOG.md:2141
  2923. msgid "2021-04-03"
  2924. msgstr ""
  2925. #: ../../../CHANGELOG.md:2143
  2926. msgid "Mjolnir moderation tool (bot) support"
  2927. msgstr ""
  2928. #: ../../../CHANGELOG.md:2145
  2929. 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)."
  2930. msgstr ""
  2931. #: ../../../CHANGELOG.md:2147
  2932. msgid "Additional details are available in [Setting up Mjolnir](docs/configuring-playbook-bot-mjolnir.md)."
  2933. msgstr ""
  2934. #: ../../../CHANGELOG.md:2150
  2935. msgid "2021-03-20"
  2936. msgstr ""
  2937. #: ../../../CHANGELOG.md:2152
  2938. msgid "Sygnal push gateway support"
  2939. msgstr ""
  2940. #: ../../../CHANGELOG.md:2154
  2941. msgid "The playbook can now install the [Sygnal](https://github.com/matrix-org/sygnal) push gateway for you."
  2942. msgstr ""
  2943. #: ../../../CHANGELOG.md:2156
  2944. msgid "This is only useful to people who develop/build their own Matrix client applications."
  2945. msgstr ""
  2946. #: ../../../CHANGELOG.md:2158
  2947. msgid "Additional details are available in our [Setting up the Sygnal push gateway](docs/configuring-playbook-sygnal.md) docs."
  2948. msgstr ""
  2949. #: ../../../CHANGELOG.md:2161
  2950. msgid "2021-03-16"
  2951. msgstr ""
  2952. #: ../../../CHANGELOG.md:2163
  2953. msgid "Go-NEB support"
  2954. msgstr ""
  2955. #: ../../../CHANGELOG.md:2165
  2956. 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."
  2957. msgstr ""
  2958. #: ../../../CHANGELOG.md:2167
  2959. msgid "Additional details are available in [Setting up Go-NEB](docs/configuring-playbook-bot-go-neb.md)."
  2960. msgstr ""
  2961. #: ../../../CHANGELOG.md:2170
  2962. msgid "2021-02-19"
  2963. msgstr ""
  2964. #: ../../../CHANGELOG.md:2172
  2965. msgid "GroupMe bridging support via mx-puppet-groupme"
  2966. msgstr ""
  2967. #: ../../../CHANGELOG.md:2174
  2968. 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)."
  2969. msgstr ""
  2970. #: ../../../CHANGELOG.md:2176
  2971. 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)."
  2972. msgstr ""
  2973. #: ../../../CHANGELOG.md:2178
  2974. msgid "To get started, follow our [Setting up MX Puppet GroupMe](docs/configuring-playbook-bridge-mx-puppet-groupme.md) docs."
  2975. msgstr ""
  2976. #: ../../../CHANGELOG.md:2180
  2977. msgid "Mautrix Instagram bridging support"
  2978. msgstr ""
  2979. #: ../../../CHANGELOG.md:2182
  2980. 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)."
  2981. msgstr ""
  2982. #: ../../../CHANGELOG.md:2184
  2983. msgid "Additional details are available in [Setting up Mautrix Instagram bridging](docs/configuring-playbook-bridge-mautrix-instagram.md)."
  2984. msgstr ""
  2985. #: ../../../CHANGELOG.md:2186
  2986. msgid "Synapse workers support"
  2987. msgstr ""
  2988. #: ../../../CHANGELOG.md:2188
  2989. 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."
  2990. msgstr ""
  2991. #: ../../../CHANGELOG.md:2190
  2992. msgid "Having support for workers makes the playbook suitable for larger homeserver deployments."
  2993. msgstr ""
  2994. #: ../../../CHANGELOG.md:2192
  2995. 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)."
  2996. msgstr ""
  2997. #: ../../../CHANGELOG.md:2194
  2998. 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)."
  2999. msgstr ""
  3000. #: ../../../CHANGELOG.md:2196
  3001. msgid "To enable Synapse workers, follow our [Load balancing with workers](docs/configuring-playbook-synapse.md#load-balancing-with-workers) documentation."
  3002. msgstr ""
  3003. #: ../../../CHANGELOG.md:2199
  3004. msgid "2021-02-12"
  3005. msgstr ""
  3006. #: ../../../CHANGELOG.md:2201
  3007. msgid "(Potential Breaking Change) Monitoring/metrics support using Prometheus and Grafana"
  3008. msgstr ""
  3009. #: ../../../CHANGELOG.md:2203
  3010. 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."
  3011. msgstr ""
  3012. #: ../../../CHANGELOG.md:2205
  3013. 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."
  3014. msgstr ""
  3015. #: ../../../CHANGELOG.md:2207
  3016. 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`."
  3017. msgstr ""
  3018. #: ../../../CHANGELOG.md:2210
  3019. msgid "2021-01-31"
  3020. msgstr ""
  3021. #: ../../../CHANGELOG.md:2212
  3022. msgid "Etherpad support"
  3023. msgstr ""
  3024. #: ../../../CHANGELOG.md:2214
  3025. 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."
  3026. msgstr ""
  3027. #: ../../../CHANGELOG.md:2216
  3028. msgid "To get it installed, follow [our Etherpad docs page](docs/configuring-playbook-etherpad.md)."
  3029. msgstr ""
  3030. #: ../../../CHANGELOG.md:2219
  3031. msgid "2021-01-22"
  3032. msgstr ""
  3033. #: ../../../CHANGELOG.md:2221
  3034. msgid "(Breaking Change) Postgres changes that require manual intervention"
  3035. msgstr ""
  3036. #: ../../../CHANGELOG.md:2223
  3037. msgid "We've made a lot of changes to our Postgres setup and some manual action is required (described below). Sorry about the hassle."
  3038. msgstr ""
  3039. #: ../../../CHANGELOG.md:2225
  3040. 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."
  3041. msgstr ""
  3042. #: ../../../CHANGELOG.md:2227
  3043. msgid "Why?"
  3044. msgstr ""
  3045. #: ../../../CHANGELOG.md:2229
  3046. 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:"
  3047. msgstr ""
  3048. #: ../../../CHANGELOG.md:2230
  3049. 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`)"
  3050. msgstr ""
  3051. #: ../../../CHANGELOG.md:2231
  3052. 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`)"
  3053. msgstr ""
  3054. #: ../../../CHANGELOG.md:2232
  3055. 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`)"
  3056. msgstr ""
  3057. #: ../../../CHANGELOG.md:2233
  3058. 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."
  3059. msgstr ""
  3060. #: ../../../CHANGELOG.md:2234
  3061. 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."
  3062. msgstr ""
  3063. #: ../../../CHANGELOG.md:2236
  3064. msgid "So, this is some **effort to improve security** and to **prepare for a brighter future of having more homeserver options** than just Synapse."
  3065. msgstr ""
  3066. #: ../../../CHANGELOG.md:2238
  3067. msgid "What has really changed?"
  3068. msgstr ""
  3069. #: ../../../CHANGELOG.md:2240
  3070. msgid "the default superuser Postgres username is now `matrix` (used to be `synapse`)"
  3071. msgstr ""
  3072. #: ../../../CHANGELOG.md:2241
  3073. msgid "the default Postgres database is now `matrix` (used to be `homeserver`)"
  3074. msgstr ""
  3075. #: ../../../CHANGELOG.md:2242
  3076. msgid "Synapse's database is now `synapse` (used to be `homeserver`). This is now just another \"additional database\" that the playbook manages for you"
  3077. msgstr ""
  3078. #: ../../../CHANGELOG.md:2243
  3079. msgid "Synapse's user called `synapse` is just a regular user that can only use the `synapse` database (not a superuser anymore)"
  3080. msgstr ""
  3081. #: ../../../CHANGELOG.md:2245
  3082. msgid "What do I do if I'm using the integrated Postgres server (default)?"
  3083. msgstr ""
  3084. #: ../../../CHANGELOG.md:2247
  3085. 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."
  3086. msgstr ""
  3087. #: ../../../CHANGELOG.md:2249
  3088. msgid "To migrate to the new setup, expect a few minutes of downtime, while you follow these steps:"
  3089. msgstr ""
  3090. #: ../../../CHANGELOG.md:2251
  3091. 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."
  3092. msgstr ""
  3093. #: ../../../CHANGELOG.md:2253
  3094. 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!"
  3095. msgstr ""
  3096. #: ../../../CHANGELOG.md:2255
  3097. msgid "Update your playbook's `inventory/host_vars/matrix.example.com/vars.yml` file, adding a line like this:"
  3098. msgstr ""
  3099. #: ../../../CHANGELOG.md:2260 ../../../CHANGELOG.md:2272
  3100. msgid "… where `YOUR_POSTGRES_PASSWORD_HERE` is to be replaced with the password you generated during step #2."
  3101. msgstr ""
  3102. #: ../../../CHANGELOG.md:2262
  3103. msgid "Stop all services: `ansible-playbook -i inventory/hosts setup.yml --tags=stop`"
  3104. msgstr ""
  3105. #: ../../../CHANGELOG.md:2263
  3106. msgid "Log in to the server via SSH. The next commands will be performed there."
  3107. msgstr ""
  3108. #: ../../../CHANGELOG.md:2264
  3109. msgid "Start the Postgres database server: `systemctl start matrix-postgres`"
  3110. msgstr ""
  3111. #: ../../../CHANGELOG.md:2265
  3112. msgid "Open a Postgres shell: `/usr/local/bin/matrix-postgres-cli`"
  3113. msgstr ""
  3114. #: ../../../CHANGELOG.md:2266
  3115. msgid "Execute the following query, while making sure to **change the password inside** (**don't forget the ending `;`**):"
  3116. msgstr ""
  3117. #: ../../../CHANGELOG.md:2274
  3118. msgid "Execute the following queries as you see them (no modifications necessary, so you can just **paste them all at once**):"
  3119. msgstr ""
  3120. #: ../../../CHANGELOG.md:2292
  3121. msgid "You may need to press *Enter* after pasting the lines above."
  3122. msgstr ""
  3123. #: ../../../CHANGELOG.md:2294
  3124. msgid "Re-run the playbook normally: `ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start`"
  3125. msgstr ""
  3126. #: ../../../CHANGELOG.md:2296
  3127. msgid "What do I do if I'm using an external Postgres server?"
  3128. msgstr ""
  3129. #: ../../../CHANGELOG.md:2298
  3130. 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."
  3131. msgstr ""
  3132. #: ../../../CHANGELOG.md:2300
  3133. 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."
  3134. msgstr ""
  3135. #: ../../../CHANGELOG.md:2303
  3136. msgid "2021-01-20"
  3137. msgstr ""
  3138. #: ../../../CHANGELOG.md:2305
  3139. msgid "(Breaking Change) The mautrix-facebook bridge now requires a Postgres database"
  3140. msgstr ""
  3141. #: ../../../CHANGELOG.md:2307
  3142. 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."
  3143. msgstr ""
  3144. #: ../../../CHANGELOG.md:2309
  3145. 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."
  3146. msgstr ""
  3147. #: ../../../CHANGELOG.md:2311
  3148. 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."
  3149. msgstr ""
  3150. #: ../../../CHANGELOG.md:2313
  3151. msgid "Whether this change requires your intervention depends mostly on:"
  3152. msgstr ""
  3153. #: ../../../CHANGELOG.md:2314
  3154. 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)."
  3155. msgstr ""
  3156. #: ../../../CHANGELOG.md:2315
  3157. 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))."
  3158. msgstr ""
  3159. #: ../../../CHANGELOG.md:2317
  3160. 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."
  3161. msgstr ""
  3162. #: ../../../CHANGELOG.md:2319
  3163. msgid "Upgrade path for people NOT running an external Postgres server (default for the playbook)"
  3164. msgstr ""
  3165. #: ../../../CHANGELOG.md:2321
  3166. 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`) ."
  3167. msgstr ""
  3168. #: ../../../CHANGELOG.md:2323
  3169. 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."
  3170. msgstr ""
  3171. #: ../../../CHANGELOG.md:2325
  3172. msgid "Alternatively, [you can stay on SQLite for a little longer](#staying-on-sqlite-for-a-little-longer-temporary-solution)."
  3173. msgstr ""
  3174. #: ../../../CHANGELOG.md:2327
  3175. msgid "Upgrade path for people running an external Postgres server"
  3176. msgstr ""
  3177. #: ../../../CHANGELOG.md:2329
  3178. msgid "For people using the internal Postgres server (the default for the playbook):"
  3179. msgstr ""
  3180. #: ../../../CHANGELOG.md:2330
  3181. msgid "we automatically create an additional `matrix_mautrix_facebook` Postgres database and credentials to access it"
  3182. msgstr ""
  3183. #: ../../../CHANGELOG.md:2331
  3184. msgid "we automatically adjust the bridge's `matrix_mautrix_facebook_database_*` variables to point the bridge to that Postgres database"
  3185. msgstr ""
  3186. #: ../../../CHANGELOG.md:2332
  3187. msgid "we use [pgloader](https://pgloader.io/) to automatically import the existing SQLite data for the bridge into the `matrix_mautrix_facebook` Postgres database"
  3188. msgstr ""
  3189. #: ../../../CHANGELOG.md:2334
  3190. 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."
  3191. msgstr ""
  3192. #: ../../../CHANGELOG.md:2336
  3193. msgid "You have 3 ways to proceed:"
  3194. msgstr ""
  3195. #: ../../../CHANGELOG.md:2338
  3196. msgid "contribute to the playbook to make this possible (difficult)"
  3197. msgstr ""
  3198. #: ../../../CHANGELOG.md:2339
  3199. msgid "or, do the migration \"steps\" manually:"
  3200. msgstr ""
  3201. #: ../../../CHANGELOG.md:2340
  3202. msgid "stop the bridge (`systemctl stop matrix-mautrix-facebook`)"
  3203. msgstr ""
  3204. #: ../../../CHANGELOG.md:2341
  3205. msgid "create a new `matrix_mautrix_facebook` Postgres database for it"
  3206. msgstr ""
  3207. #: ../../../CHANGELOG.md:2342
  3208. msgid "run [pgloader](https://pgloader.io/) manually (we import this bridge's data using default settings and it works well)"
  3209. msgstr ""
  3210. #: ../../../CHANGELOG.md:2343
  3211. 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`"
  3212. msgstr ""
  3213. #: ../../../CHANGELOG.md:2344
  3214. msgid "switch the bridge to Postgres (`matrix_mautrix_facebook_database_engine: 'postgres'` in your `vars.yml` file)"
  3215. msgstr ""
  3216. #: ../../../CHANGELOG.md:2345
  3217. 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`)"
  3218. msgstr ""
  3219. #: ../../../CHANGELOG.md:2346
  3220. msgid "send a `login` message to the Facebook bridge bot again"
  3221. msgstr ""
  3222. #: ../../../CHANGELOG.md:2347
  3223. msgid "or, [stay on SQLite for a little longer (temporary solution)](#staying-on-sqlite-for-a-little-longer-temporary-solution)"
  3224. msgstr ""
  3225. #: ../../../CHANGELOG.md:2349
  3226. msgid "Staying on SQLite for a little longer (temporary solution)"
  3227. msgstr ""
  3228. #: ../../../CHANGELOG.md:2351
  3229. msgid "To keep using this bridge with SQLite for a little longer (**not recommended**), use the following configuration in your `vars.yml` file:"
  3230. msgstr ""
  3231. #: ../../../CHANGELOG.md:2361
  3232. 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."
  3233. msgstr ""
  3234. #: ../../../CHANGELOG.md:2364
  3235. msgid "2021-01-17"
  3236. msgstr ""
  3237. #: ../../../CHANGELOG.md:2366
  3238. msgid "matrix-corporal goes 2.0"
  3239. msgstr ""
  3240. #: ../../../CHANGELOG.md:2368
  3241. 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."
  3242. msgstr ""
  3243. #: ../../../CHANGELOG.md:2370
  3244. msgid "No manual intervention is required in the common case."
  3245. msgstr ""
  3246. #: ../../../CHANGELOG.md:2372
  3247. 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)."
  3248. msgstr ""
  3249. #: ../../../CHANGELOG.md:2375
  3250. msgid "2021-01-14"
  3251. msgstr ""
  3252. #: ../../../CHANGELOG.md:2377
  3253. msgid "Moving from cronjobs to systemd timers"
  3254. msgstr ""
  3255. #: ../../../CHANGELOG.md:2379
  3256. 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."
  3257. msgstr ""
  3258. #: ../../../CHANGELOG.md:2381
  3259. msgid "The largest benefit of this is that we no longer require you to install a cron daemon, thus simplifying our install procedure."
  3260. msgstr ""
  3261. #: ../../../CHANGELOG.md:2383
  3262. msgid "The playbook will migrate you from cronjobs to systemd timers automatically. This is just a heads up."
  3263. msgstr ""
  3264. #: ../../../CHANGELOG.md:2386
  3265. msgid "2021-01-08"
  3266. msgstr ""
  3267. #: ../../../CHANGELOG.md:2388
  3268. msgid "(Breaking Change) New SSL configuration"
  3269. msgstr ""
  3270. #: ../../../CHANGELOG.md:2390
  3271. msgid "SSL configuration (protocols, ciphers) can now be more easily controlled thanks to us making use of configuration presets."
  3272. msgstr ""
  3273. #: ../../../CHANGELOG.md:2392
  3274. msgid "We define a few presets (old, intermediate, modern), following the [Mozilla SSL Configuration Generator](https://ssl-config.mozilla.org/#server=nginx)."
  3275. msgstr ""
  3276. #: ../../../CHANGELOG.md:2394
  3277. msgid "A new variable `matrix_nginx_proxy_ssl_preset` controls which preset is used (defaults to `\"intermediate\"`)."
  3278. msgstr ""
  3279. #: ../../../CHANGELOG.md:2396
  3280. 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)."
  3281. msgstr ""
  3282. #: ../../../CHANGELOG.md:2398
  3283. msgid "To revert to the old behaviour, set the following variables:"
  3284. msgstr ""
  3285. #: ../../../CHANGELOG.md:2405
  3286. 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."
  3287. msgstr ""
  3288. #: ../../../CHANGELOG.md:2408
  3289. msgid "2021-01-03"
  3290. msgstr ""
  3291. #: ../../../CHANGELOG.md:2410
  3292. msgid "Signal bridging support via mautrix-signal"
  3293. msgstr ""
  3294. #: ../../../CHANGELOG.md:2412
  3295. 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."
  3296. msgstr ""
  3297. #: ../../../CHANGELOG.md:2414
  3298. 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)."
  3299. msgstr ""
  3300. #: ../../../CHANGELOG.md:2417
  3301. msgid "2020-12-23"
  3302. msgstr ""
  3303. #: ../../../CHANGELOG.md:2419
  3304. msgid "The big move to all-on-Postgres (potentially dangerous)"
  3305. msgstr ""
  3306. #: ../../../CHANGELOG.md:2421
  3307. 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."
  3308. msgstr ""
  3309. #: ../../../CHANGELOG.md:2423
  3310. 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)."
  3311. msgstr ""
  3312. #: ../../../CHANGELOG.md:2425
  3313. 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!"
  3314. msgstr ""
  3315. #: ../../../CHANGELOG.md:2427
  3316. msgid "Moving all services to Postgres brings a few **benefits** to us:"
  3317. msgstr ""
  3318. #: ../../../CHANGELOG.md:2429
  3319. msgid "**improved performance**"
  3320. msgstr ""
  3321. #: ../../../CHANGELOG.md:2430
  3322. msgid "**improved compatibility**. Most bridges are deprecating SQLite/nedb support or offer less features when not on Postgres."
  3323. msgstr ""
  3324. #: ../../../CHANGELOG.md:2431
  3325. 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."
  3326. msgstr ""
  3327. #: ../../../CHANGELOG.md:2432
  3328. 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."
  3329. msgstr ""
  3330. #: ../../../CHANGELOG.md:2434
  3331. msgid "Key takeway"
  3332. msgstr ""
  3333. #: ../../../CHANGELOG.md:2436
  3334. 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)"
  3335. msgstr ""
  3336. #: ../../../CHANGELOG.md:2438
  3337. 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)."
  3338. msgstr ""
  3339. #: ../../../CHANGELOG.md:2440
  3340. msgid "Opting-out of the Postgres migration"
  3341. msgstr ""
  3342. #: ../../../CHANGELOG.md:2442
  3343. 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."
  3344. msgstr ""
  3345. #: ../../../CHANGELOG.md:2444
  3346. 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`)."
  3347. msgstr ""
  3348. #: ../../../CHANGELOG.md:2446
  3349. msgid "Some services (like `appservice-irc` and `appservice-slack`) don't use SQLite, so use `nedb`, instead of `sqlite` for them."
  3350. msgstr ""
  3351. #: ../../../CHANGELOG.md:2448
  3352. msgid "Going back to SQLite/nedb if things went wrong"
  3353. msgstr ""
  3354. #: ../../../CHANGELOG.md:2450
  3355. 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:"
  3356. msgstr ""
  3357. #: ../../../CHANGELOG.md:2452
  3358. msgid "stop all services (`ansible-playbook -i inventory/hosts setup.yml --tags=stop`)"
  3359. msgstr ""
  3360. #: ../../../CHANGELOG.md:2453
  3361. 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`"
  3362. msgstr ""
  3363. #: ../../../CHANGELOG.md:2454
  3364. 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."
  3365. msgstr ""
  3366. #: ../../../CHANGELOG.md:2455
  3367. msgid "re-run the playbook (`ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start`)"
  3368. msgstr ""
  3369. #: ../../../CHANGELOG.md:2456
  3370. msgid "[get in touch](README.md#support) with us"
  3371. msgstr ""
  3372. #: ../../../CHANGELOG.md:2458
  3373. msgid "2020-12-11"
  3374. msgstr ""
  3375. #: ../../../CHANGELOG.md:2460
  3376. msgid "synapse-janitor support removed"
  3377. msgstr ""
  3378. #: ../../../CHANGELOG.md:2462
  3379. 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."
  3380. msgstr ""
  3381. #: ../../../CHANGELOG.md:2464
  3382. 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."
  3383. msgstr ""
  3384. #: ../../../CHANGELOG.md:2466
  3385. msgid "Docker 20.10 is here"
  3386. msgstr ""
  3387. #: ../../../CHANGELOG.md:2468
  3388. msgid "(No need to do anything special in relation to this. Just something to keep in mind)"
  3389. msgstr ""
  3390. #: ../../../CHANGELOG.md:2470
  3391. msgid "Docker 20.10 got released recently and your server will likely get it the next time you update."
  3392. msgstr ""
  3393. #: ../../../CHANGELOG.md:2472
  3394. 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."
  3395. msgstr ""
  3396. #: ../../../CHANGELOG.md:2475
  3397. msgid "2020-12-08"
  3398. msgstr ""
  3399. #: ../../../CHANGELOG.md:2477
  3400. msgid "openid APIs exposed by default on the federation port when federation disabled"
  3401. msgstr ""
  3402. #: ../../../CHANGELOG.md:2479
  3403. msgid "We've changed some defaults. People running with our default configuration (federation enabled), are not affected at all."
  3404. msgstr ""
  3405. #: ../../../CHANGELOG.md:2481
  3406. msgid "If you are running an unfederated server (`matrix_synapse_federation_enabled: false`), this may be of interest to you."
  3407. msgstr ""
  3408. #: ../../../CHANGELOG.md:2483
  3409. 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`."
  3410. msgstr ""
  3411. #: ../../../CHANGELOG.md:2486
  3412. msgid "2020-11-27"
  3413. msgstr ""
  3414. #: ../../../CHANGELOG.md:2488
  3415. msgid "Recent Jitsi updates may require configuration changes"
  3416. msgstr ""
  3417. #: ../../../CHANGELOG.md:2490
  3418. 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."
  3419. msgstr ""
  3420. #: ../../../CHANGELOG.md:2492
  3421. msgid "**If you use our default Jitsi settings, you won't have to do anything.**"
  3422. msgstr ""
  3423. #: ../../../CHANGELOG.md:2494
  3424. 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."
  3425. msgstr ""
  3426. #: ../../../CHANGELOG.md:2496
  3427. 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."
  3428. msgstr ""
  3429. #: ../../../CHANGELOG.md:2498
  3430. 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."
  3431. msgstr ""
  3432. #: ../../../CHANGELOG.md:2501
  3433. msgid "2020-11-23"
  3434. msgstr ""
  3435. #: ../../../CHANGELOG.md:2503 ../../../CHANGELOG.md:2511
  3436. msgid "Breaking change matrix-sms-bridge"
  3437. msgstr ""
  3438. #: ../../../CHANGELOG.md:2505
  3439. 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."
  3440. msgstr ""
  3441. #: ../../../CHANGELOG.md:2507
  3442. 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."
  3443. msgstr ""
  3444. #: ../../../CHANGELOG.md:2509
  3445. msgid "2020-11-13"
  3446. msgstr ""
  3447. #: ../../../CHANGELOG.md:2513
  3448. 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."
  3449. msgstr ""
  3450. #: ../../../CHANGELOG.md:2515
  3451. msgid "Add the following to your `vars.yml` file: `matrix_sms_bridge_container_extra_arguments=['--env SPRING_PROFILES_ACTIVE=initialsync']`"
  3452. msgstr ""
  3453. #: ../../../CHANGELOG.md:2516
  3454. msgid "Login to your host shell and remove old systemd file from your host: `rm /etc/systemd/system/matrix-sms-bridge-database.service`"
  3455. msgstr ""
  3456. #: ../../../CHANGELOG.md:2517
  3457. msgid "Run `ansible-playbook -i inventory/hosts setup.yml --tags=setup-matrix-sms-bridge,start`"
  3458. msgstr ""
  3459. #: ../../../CHANGELOG.md:2518
  3460. msgid "Login to your host shell and check the logs with `journalctl -u matrix-sms-bridge` until the sync finished."
  3461. msgstr ""
  3462. #: ../../../CHANGELOG.md:2519
  3463. msgid "Remove the var from the first step."
  3464. msgstr ""
  3465. #: ../../../CHANGELOG.md:2520
  3466. msgid "Run `ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start`."
  3467. msgstr ""
  3468. #: ../../../CHANGELOG.md:2522
  3469. msgid "2020-11-10"
  3470. msgstr ""
  3471. #: ../../../CHANGELOG.md:2524
  3472. msgid "Dynamic DNS support"
  3473. msgstr ""
  3474. #: ../../../CHANGELOG.md:2526
  3475. msgid "Thanks to [Scott Crossen](https://github.com/scottcrossen), the playbook can now manage Dynamic DNS for you using [ddclient](https://ddclient.net/)."
  3476. msgstr ""
  3477. #: ../../../CHANGELOG.md:2528
  3478. msgid "To learn more, follow our [Dynamic DNS docs page](docs/configuring-playbook-dynamic-dns.md)."
  3479. msgstr ""
  3480. #: ../../../CHANGELOG.md:2531
  3481. msgid "2020-10-28"
  3482. msgstr ""
  3483. #: ../../../CHANGELOG.md:2533
  3484. msgid "(Compatibility Break) https://matrix.example.com/ now redirects to https://element.example.com/"
  3485. msgstr ""
  3486. #: ../../../CHANGELOG.md:2535
  3487. 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."
  3488. msgstr ""
  3489. #: ../../../CHANGELOG.md:2537
  3490. 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))."
  3491. msgstr ""
  3492. #: ../../../CHANGELOG.md:2539
  3493. 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."
  3494. msgstr ""
  3495. #: ../../../CHANGELOG.md:2541
  3496. 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: \"\"`)."
  3497. msgstr ""
  3498. #: ../../../CHANGELOG.md:2544
  3499. msgid "2020-10-26"
  3500. msgstr ""
  3501. #: ../../../CHANGELOG.md:2546
  3502. msgid "(Compatibility Break) /_synapse/admin is no longer publicly exposed by default"
  3503. msgstr ""
  3504. #: ../../../CHANGELOG.md:2548
  3505. 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."
  3506. msgstr ""
  3507. #: ../../../CHANGELOG.md:2550
  3508. 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."
  3509. msgstr ""
  3510. #: ../../../CHANGELOG.md:2552
  3511. 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`):"
  3512. msgstr ""
  3513. #: ../../../CHANGELOG.md:2559
  3514. msgid "2020-10-02"
  3515. msgstr ""
  3516. #: ../../../CHANGELOG.md:2561
  3517. msgid "Minimum Ansible version raised to v2.7.0"
  3518. msgstr ""
  3519. #: ../../../CHANGELOG.md:2563
  3520. 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."
  3521. msgstr ""
  3522. #: ../../../CHANGELOG.md:2565
  3523. 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)."
  3524. msgstr ""
  3525. #: ../../../CHANGELOG.md:2567
  3526. msgid "Our [Ansible docs page](docs/ansible.md) contains information on how to run a more up-to-date version of Ansible."
  3527. msgstr ""
  3528. #: ../../../CHANGELOG.md:2570
  3529. msgid "2020-10-01"
  3530. msgstr ""
  3531. #: ../../../CHANGELOG.md:2572
  3532. msgid "Postgres 13 support"
  3533. msgstr ""
  3534. #: ../../../CHANGELOG.md:2574
  3535. msgid "The playbook now installs [Postgres 13](https://www.postgresql.org/about/news/postgresql-13-released-2077/) by default."
  3536. msgstr ""
  3537. #: ../../../CHANGELOG.md:2576
  3538. 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)."
  3539. msgstr ""
  3540. #: ../../../CHANGELOG.md:2578
  3541. msgid "2020-09-01"
  3542. msgstr ""
  3543. #: ../../../CHANGELOG.md:2580
  3544. msgid "matrix-registration support"
  3545. msgstr ""
  3546. #: ../../../CHANGELOG.md:2582
  3547. 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."
  3548. msgstr ""
  3549. #: ../../../CHANGELOG.md:2584
  3550. msgid "See our [Setting up matrix-registration](docs/configuring-playbook-matrix-registration.md) documentation page to get started."
  3551. msgstr ""
  3552. #: ../../../CHANGELOG.md:2587
  3553. msgid "2020-08-21"
  3554. msgstr ""
  3555. #: ../../../CHANGELOG.md:2589
  3556. msgid "rust-synapse-compress-state support"
  3557. msgstr ""
  3558. #: ../../../CHANGELOG.md:2591
  3559. 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."
  3560. msgstr ""
  3561. #: ../../../CHANGELOG.md:2593
  3562. 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."
  3563. msgstr ""
  3564. #: ../../../CHANGELOG.md:2596
  3565. msgid "2020-07-22"
  3566. msgstr ""
  3567. #: ../../../CHANGELOG.md:2598
  3568. msgid "Synapse Admin support"
  3569. msgstr ""
  3570. #: ../../../CHANGELOG.md:2600
  3571. msgid "The playbook can now help you set up [synapse-admin](https://github.com/Awesome-Technologies/synapse-admin)."
  3572. msgstr ""
  3573. #: ../../../CHANGELOG.md:2602
  3574. msgid "See our [Setting up Synapse Admin](docs/configuring-playbook-synapse-admin.md) documentation to get started."
  3575. msgstr ""
  3576. #: ../../../CHANGELOG.md:2605
  3577. msgid "2020-07-20"
  3578. msgstr ""
  3579. #: ../../../CHANGELOG.md:2607
  3580. msgid "matrix-reminder-bot support"
  3581. msgstr ""
  3582. #: ../../../CHANGELOG.md:2609
  3583. msgid "The playbook can now help you set up [matrix-reminder-bot](https://github.com/anoadragon453/matrix-reminder-bot)."
  3584. msgstr ""
  3585. #: ../../../CHANGELOG.md:2611
  3586. msgid "See our [Setting up matrix-reminder-bot](docs/configuring-playbook-bot-matrix-reminder-bot.md) documentation to get started."
  3587. msgstr ""
  3588. #: ../../../CHANGELOG.md:2614
  3589. msgid "2020-07-17"
  3590. msgstr ""
  3591. #: ../../../CHANGELOG.md:2616
  3592. msgid "(Compatibility Break) Riot is now Element"
  3593. msgstr ""
  3594. #: ../../../CHANGELOG.md:2618
  3595. msgid "As per the official announcement, [Riot has been rebraned to Element](https://element.io/blog/welcome-to-element/)."
  3596. msgstr ""
  3597. #: ../../../CHANGELOG.md:2620
  3598. msgid "The playbook follows suit. Existing installations have a few options for how to handle this."
  3599. msgstr ""
  3600. #: ../../../CHANGELOG.md:2622
  3601. msgid "See our [Migrating to Element Web](docs/configuring-playbook-riot-web.md#migrating-to-element) documentation page for more details."
  3602. msgstr ""
  3603. #: ../../../CHANGELOG.md:2625
  3604. msgid "2020-07-03"
  3605. msgstr ""
  3606. #: ../../../CHANGELOG.md:2627
  3607. msgid "Steam bridging support via mx-puppet-steam"
  3608. msgstr ""
  3609. #: ../../../CHANGELOG.md:2629
  3610. 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://github.com/icewind1991/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."
  3611. msgstr ""
  3612. #: ../../../CHANGELOG.md:2632
  3613. msgid "2020-07-01"
  3614. msgstr ""
  3615. #: ../../../CHANGELOG.md:2634
  3616. msgid "Discord bridging support via mx-puppet-discord"
  3617. msgstr ""
  3618. #: ../../../CHANGELOG.md:2636
  3619. 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."
  3620. msgstr ""
  3621. #: ../../../CHANGELOG.md:2638
  3622. 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)."
  3623. msgstr ""
  3624. #: ../../../CHANGELOG.md:2641
  3625. msgid "2020-06-30"
  3626. msgstr ""
  3627. #: ../../../CHANGELOG.md:2643
  3628. msgid "Instagram and Twitter bridging support"
  3629. msgstr ""
  3630. #: ../../../CHANGELOG.md:2645
  3631. 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."
  3632. msgstr ""
  3633. #: ../../../CHANGELOG.md:2647
  3634. 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."
  3635. msgstr ""
  3636. #: ../../../CHANGELOG.md:2650
  3637. msgid "2020-06-28"
  3638. msgstr ""
  3639. #: ../../../CHANGELOG.md:2652
  3640. msgid "(Post Mortem / fixed Security Issue) Re-enabling User Directory search powered by the ma1sd Identity Server"
  3641. msgstr ""
  3642. #: ../../../CHANGELOG.md:2654 ../../../CHANGELOG.md:2683
  3643. msgid "User Directory search requests used to go to the ma1sd identity server by default, which queried its own stores and the Synapse database."
  3644. msgstr ""
  3645. #: ../../../CHANGELOG.md:2656
  3646. 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."
  3647. msgstr ""
  3648. #: ../../../CHANGELOG.md:2658
  3649. 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`"
  3650. msgstr ""
  3651. #: ../../../CHANGELOG.md:2660
  3652. msgid "As always, re-running the playbook is enough to get the updated bits."
  3653. msgstr ""
  3654. #: ../../../CHANGELOG.md:2662
  3655. msgid "2020-06-11"
  3656. msgstr ""
  3657. #: ../../../CHANGELOG.md:2664
  3658. msgid "SMS bridging requires db reset"
  3659. msgstr ""
  3660. #: ../../../CHANGELOG.md:2666
  3661. 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 requried var `matrix_sms_bridge_default_region`."
  3662. msgstr ""
  3663. #: ../../../CHANGELOG.md:2668
  3664. 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."
  3665. msgstr ""
  3666. #: ../../../CHANGELOG.md:2670
  3667. msgid "2020-06-05"
  3668. msgstr ""
  3669. #: ../../../CHANGELOG.md:2672
  3670. msgid "SMS bridging support"
  3671. msgstr ""
  3672. #: ../../../CHANGELOG.md:2674
  3673. 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)."
  3674. msgstr ""
  3675. #: ../../../CHANGELOG.md:2676
  3676. msgid "See our [Setting up Matrix SMS bridging](docs/configuring-playbook-bridge-matrix-bridge-sms.md) documentation page for getting started."
  3677. msgstr ""
  3678. #: ../../../CHANGELOG.md:2679
  3679. msgid "2020-05-19"
  3680. msgstr ""
  3681. #: ../../../CHANGELOG.md:2681
  3682. msgid "(Compatibility Break / Security Issue) Disabling User Directory search powered by the ma1sd Identity Server"
  3683. msgstr ""
  3684. #: ../../../CHANGELOG.md:2685
  3685. 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."
  3686. msgstr ""
  3687. #: ../../../CHANGELOG.md:2687
  3688. 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**."
  3689. msgstr ""
  3690. #: ../../../CHANGELOG.md:2689
  3691. 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 }}\"`"
  3692. msgstr ""
  3693. #: ../../../CHANGELOG.md:2692
  3694. msgid "2020-04-28"
  3695. msgstr ""
  3696. #: ../../../CHANGELOG.md:2694
  3697. msgid "Newer IRC bridge (with potential breaking change)"
  3698. msgstr ""
  3699. #: ../../../CHANGELOG.md:2696
  3700. 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 accoring 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."
  3701. msgstr ""
  3702. #: ../../../CHANGELOG.md:2705
  3703. msgid "2020-04-23"
  3704. msgstr ""
  3705. #: ../../../CHANGELOG.md:2707 ../../../CHANGELOG.md:2938
  3706. msgid "Slack bridging support"
  3707. msgstr ""
  3708. #: ../../../CHANGELOG.md:2709
  3709. 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."
  3710. msgstr ""
  3711. #: ../../../CHANGELOG.md:2711
  3712. msgid "See our [Setting up MX Puppet Slack bridging](docs/configuring-playbook-bridge-mx-puppet-slack.md) documentation page for getting started."
  3713. msgstr ""
  3714. #: ../../../CHANGELOG.md:2714
  3715. msgid "2020-04-09"
  3716. msgstr ""
  3717. #: ../../../CHANGELOG.md:2716
  3718. msgid "Skype bridging support"
  3719. msgstr ""
  3720. #: ../../../CHANGELOG.md:2718
  3721. 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."
  3722. msgstr ""
  3723. #: ../../../CHANGELOG.md:2720
  3724. msgid "See our [Setting up MX Puppet Skype bridging](docs/configuring-playbook-bridge-mx-puppet-skype.md) documentation page for getting started."
  3725. msgstr ""
  3726. #: ../../../CHANGELOG.md:2723
  3727. msgid "2020-04-05"
  3728. msgstr ""
  3729. #: ../../../CHANGELOG.md:2725
  3730. msgid "Private Jitsi support"
  3731. msgstr ""
  3732. #: ../../../CHANGELOG.md:2727
  3733. 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."
  3734. msgstr ""
  3735. #: ../../../CHANGELOG.md:2729
  3736. 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."
  3737. msgstr ""
  3738. #: ../../../CHANGELOG.md:2731
  3739. 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."
  3740. msgstr ""
  3741. #: ../../../CHANGELOG.md:2734
  3742. msgid "2020-04-03"
  3743. msgstr ""
  3744. #: ../../../CHANGELOG.md:2736
  3745. msgid "(Potential Backward Compatibility Break) ma1sd replaces mxisd"
  3746. msgstr ""
  3747. #: ../../../CHANGELOG.md:2738
  3748. 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."
  3749. msgstr ""
  3750. #: ../../../CHANGELOG.md:2740
  3751. 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."
  3752. msgstr ""
  3753. #: ../../../CHANGELOG.md:2742
  3754. 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."
  3755. msgstr ""
  3756. #: ../../../CHANGELOG.md:2745
  3757. msgid "2020-03-29"
  3758. msgstr ""
  3759. #: ../../../CHANGELOG.md:2747
  3760. msgid "Archlinux support"
  3761. msgstr ""
  3762. #: ../../../CHANGELOG.md:2749
  3763. msgid "Thanks to [Christian Lupus](https://github.com/christianlupus)'s efforts, the playbook now supports installing to an [Archlinux](https://www.archlinux.org/) server."
  3764. msgstr ""
  3765. #: ../../../CHANGELOG.md:2752
  3766. msgid "2020-03-24"
  3767. msgstr ""
  3768. #: ../../../CHANGELOG.md:2754
  3769. msgid "Jitsi support"
  3770. msgstr ""
  3771. #: ../../../CHANGELOG.md:2756
  3772. 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)."
  3773. msgstr ""
  3774. #: ../../../CHANGELOG.md:2758
  3775. msgid "See our [Jitsi documentation page](docs/configuring-playbook-jitsi.md) to get started."
  3776. msgstr ""
  3777. #: ../../../CHANGELOG.md:2761
  3778. msgid "2020-03-15"
  3779. msgstr ""
  3780. #: ../../../CHANGELOG.md:2763
  3781. msgid "Raspberry Pi support"
  3782. msgstr ""
  3783. #: ../../../CHANGELOG.md:2765
  3784. 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."
  3785. msgstr ""
  3786. #: ../../../CHANGELOG.md:2767
  3787. 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."
  3788. msgstr ""
  3789. #: ../../../CHANGELOG.md:2770
  3790. msgid "2020-02-26"
  3791. msgstr ""
  3792. #: ../../../CHANGELOG.md:2772
  3793. msgid "Riot-web themes are here"
  3794. msgstr ""
  3795. #: ../../../CHANGELOG.md:2774
  3796. msgid "The playbook now makes it easy to install custom riot-web themes."
  3797. msgstr ""
  3798. #: ../../../CHANGELOG.md:2776
  3799. msgid "To learn more, take a look at our [riot-web documentation on Themes](docs/configuring-playbook-riot-web.md#themes)."
  3800. msgstr ""
  3801. #: ../../../CHANGELOG.md:2779
  3802. msgid "2020-02-24"
  3803. msgstr ""
  3804. #: ../../../CHANGELOG.md:2781
  3805. msgid "Customize the server name in Riot's login page"
  3806. msgstr ""
  3807. #: ../../../CHANGELOG.md:2783
  3808. msgid "You can now customize the server name string that Riot-web displays in its login page."
  3809. msgstr ""
  3810. #: ../../../CHANGELOG.md:2785
  3811. msgid "These playbook variables, with these default values, have been added:"
  3812. msgstr ""
  3813. #: ../../../CHANGELOG.md:2791
  3814. 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\"."
  3815. msgstr ""
  3816. #: ../../../CHANGELOG.md:2793
  3817. 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."
  3818. msgstr ""
  3819. #: ../../../CHANGELOG.md:2796
  3820. msgid "2020-01-30"
  3821. msgstr ""
  3822. #: ../../../CHANGELOG.md:2798
  3823. msgid "Disabling TLSv1.1"
  3824. msgstr ""
  3825. #: ../../../CHANGELOG.md:2800
  3826. msgid "To improve security, we've removed TLSv1.1 support from our default matrix-nginx-proxy configuration."
  3827. msgstr ""
  3828. #: ../../../CHANGELOG.md:2802
  3829. 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\"`"
  3830. msgstr ""
  3831. #: ../../../CHANGELOG.md:2805
  3832. msgid "2020-01-21"
  3833. msgstr ""
  3834. #: ../../../CHANGELOG.md:2807
  3835. msgid "Postgres collation changes (action required!)"
  3836. msgstr ""
  3837. #: ../../../CHANGELOG.md:2809
  3838. 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."
  3839. msgstr ""
  3840. #: ../../../CHANGELOG.md:2811
  3841. 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."
  3842. msgstr ""
  3843. #: ../../../CHANGELOG.md:2813
  3844. msgid "To avoid future problems, we recommend that you run the following command:"
  3845. msgstr ""
  3846. #: ../../../CHANGELOG.md:2819
  3847. 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."
  3848. msgstr ""
  3849. #: ../../../CHANGELOG.md:2822
  3850. msgid "2020-01-14"
  3851. msgstr ""
  3852. #: ../../../CHANGELOG.md:2824
  3853. msgid "Added support for Appservice Webhooks"
  3854. msgstr ""
  3855. #: ../../../CHANGELOG.md:2826
  3856. 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."
  3857. msgstr ""
  3858. #: ../../../CHANGELOG.md:2828
  3859. msgid "Learn more in [Setting up Appservice Webhooks bridging](docs/configuring-playbook-bridge-appservice-webhooks.md)."
  3860. msgstr ""
  3861. #: ../../../CHANGELOG.md:2831
  3862. msgid "2020-01-12"
  3863. msgstr ""
  3864. #: ../../../CHANGELOG.md:2833
  3865. msgid "Added support for automatic Double Puppeting for all Mautrix bridges"
  3866. msgstr ""
  3867. #: ../../../CHANGELOG.md:2835
  3868. msgid "Double Puppeting can now be easily enabled for all Mautrix bridges supported by the playbook (Facebook, Hangouts, Whatsapp, Telegram)."
  3869. msgstr ""
  3870. #: ../../../CHANGELOG.md:2837
  3871. 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."
  3872. msgstr ""
  3873. #: ../../../CHANGELOG.md:2839
  3874. msgid "To get started, following the playbook's documentation for the bridge you'd like to configure."
  3875. msgstr ""
  3876. #: ../../../CHANGELOG.md:2842
  3877. msgid "2019-12-06"
  3878. msgstr ""
  3879. #: ../../../CHANGELOG.md:2844
  3880. msgid "Added support for an alternative method for using another webserver"
  3881. msgstr ""
  3882. #: ../../../CHANGELOG.md:2846
  3883. 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)."
  3884. msgstr ""
  3885. #: ../../../CHANGELOG.md:2848
  3886. 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))."
  3887. msgstr ""
  3888. #: ../../../CHANGELOG.md:2850
  3889. 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)."
  3890. msgstr ""
  3891. #: ../../../CHANGELOG.md:2853
  3892. msgid "2019-11-10"
  3893. msgstr ""
  3894. #: ../../../CHANGELOG.md:2855
  3895. msgid "Tightened security around room directory publishing"
  3896. msgstr ""
  3897. #: ../../../CHANGELOG.md:2857
  3898. 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."
  3899. msgstr ""
  3900. #: ../../../CHANGELOG.md:2859
  3901. 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**."
  3902. msgstr ""
  3903. #: ../../../CHANGELOG.md:2861
  3904. msgid "As with anything else, these new defaults can be overriden by changing the `matrix_synapse_allow_public_rooms_without_auth` and `matrix_synapse_allow_public_rooms_over_federation` variables, respectively."
  3905. msgstr ""
  3906. #: ../../../CHANGELOG.md:2864
  3907. msgid "2019-10-05"
  3908. msgstr ""
  3909. #: ../../../CHANGELOG.md:2866
  3910. msgid "Improved Postgres upgrading/importing"
  3911. msgstr ""
  3912. #: ../../../CHANGELOG.md:2868
  3913. 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."
  3914. msgstr ""
  3915. #: ../../../CHANGELOG.md:2870
  3916. 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."
  3917. msgstr ""
  3918. #: ../../../CHANGELOG.md:2872
  3919. 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."
  3920. msgstr ""
  3921. #: ../../../CHANGELOG.md:2874
  3922. msgid "Additionally, Postgres [upgrading](docs/maintenance-postgres.md#upgrading-postgresql) now uses gzipped dump files by default, to minimize disk space usage."
  3923. msgstr ""
  3924. #: ../../../CHANGELOG.md:2877
  3925. msgid "2019-10-04"
  3926. msgstr ""
  3927. #: ../../../CHANGELOG.md:2879
  3928. msgid "Postgres 12 support"
  3929. msgstr ""
  3930. #: ../../../CHANGELOG.md:2881
  3931. msgid "The playbook now installs [Postgres 12](https://www.postgresql.org/about/news/1976/) by default."
  3932. msgstr ""
  3933. #: ../../../CHANGELOG.md:2883
  3934. 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)."
  3935. msgstr ""
  3936. #: ../../../CHANGELOG.md:2886
  3937. msgid "2019-10-03"
  3938. msgstr ""
  3939. #: ../../../CHANGELOG.md:2888
  3940. msgid "Synapse 1.4.0"
  3941. msgstr ""
  3942. #: ../../../CHANGELOG.md:2890
  3943. 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."
  3944. msgstr ""
  3945. #: ../../../CHANGELOG.md:2892
  3946. 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: ~`)."
  3947. msgstr ""
  3948. #: ../../../CHANGELOG.md:2894
  3949. 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."
  3950. msgstr ""
  3951. #: ../../../CHANGELOG.md:2896
  3952. 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."
  3953. msgstr ""
  3954. #: ../../../CHANGELOG.md:2899
  3955. msgid "2019-09-09"
  3956. msgstr ""
  3957. #: ../../../CHANGELOG.md:2901
  3958. msgid "Synapse Simple Antispam support"
  3959. msgstr ""
  3960. #: ../../../CHANGELOG.md:2903
  3961. 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."
  3962. msgstr ""
  3963. #: ../../../CHANGELOG.md:2905
  3964. msgid "From now on, you can easily install and configure this spam checker module through the playbook."
  3965. msgstr ""
  3966. #: ../../../CHANGELOG.md:2907
  3967. msgid "Learn more in [Setting up Synapse Simple Antispam](docs/configuring-playbook-synapse-simple-antispam.md)."
  3968. msgstr ""
  3969. #: ../../../CHANGELOG.md:2910
  3970. msgid "2019-08-25"
  3971. msgstr ""
  3972. #: ../../../CHANGELOG.md:2912
  3973. msgid "Extensible Riot-web configuration"
  3974. msgstr ""
  3975. #: ../../../CHANGELOG.md:2914
  3976. msgid "Similarly to [Extensible Synapse configuration](#extensible-synapse-configuration) (below), Riot-web configuration is also extensible now."
  3977. msgstr ""
  3978. #: ../../../CHANGELOG.md:2916
  3979. 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."
  3980. msgstr ""
  3981. #: ../../../CHANGELOG.md:2918
  3982. 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."
  3983. msgstr ""
  3984. #: ../../../CHANGELOG.md:2920
  3985. msgid "Learn more in [Configuring Riot-web](docs/configuring-playbook-riot-web.md)."
  3986. msgstr ""
  3987. #: ../../../CHANGELOG.md:2923
  3988. msgid "2019-08-22"
  3989. msgstr ""
  3990. #: ../../../CHANGELOG.md:2925
  3991. msgid "Extensible Synapse configuration"
  3992. msgstr ""
  3993. #: ../../../CHANGELOG.md:2927
  3994. 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."
  3995. msgstr ""
  3996. #: ../../../CHANGELOG.md:2929
  3997. 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."
  3998. msgstr ""
  3999. #: ../../../CHANGELOG.md:2931
  4000. 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."
  4001. msgstr ""
  4002. #: ../../../CHANGELOG.md:2933
  4003. msgid "Learn more here in [Configuring Synapse](docs/configuring-playbook-synapse.md)."
  4004. msgstr ""
  4005. #: ../../../CHANGELOG.md:2936
  4006. msgid "2019-08-21"
  4007. msgstr ""
  4008. #: ../../../CHANGELOG.md:2940
  4009. 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."
  4010. msgstr ""
  4011. #: ../../../CHANGELOG.md:2942
  4012. msgid "Additional details are available in [Setting up Appservice Slack bridging](docs/configuring-playbook-bridge-appservice-slack.md)."
  4013. msgstr ""
  4014. #: ../../../CHANGELOG.md:2944
  4015. msgid "Google Hangouts bridging support"
  4016. msgstr ""
  4017. #: ../../../CHANGELOG.md:2946
  4018. 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."
  4019. msgstr ""
  4020. #: ../../../CHANGELOG.md:2948
  4021. msgid "Additional details are available in [Setting up Mautrix Hangouts bridging](docs/configuring-playbook-bridge-mautrix-hangouts.md)."
  4022. msgstr ""
  4023. #: ../../../CHANGELOG.md:2951
  4024. msgid "2019-08-05"
  4025. msgstr ""
  4026. #: ../../../CHANGELOG.md:2953
  4027. msgid "Email2Matrix support"
  4028. msgstr ""
  4029. #: ../../../CHANGELOG.md:2955
  4030. msgid "Support for [Email2Matrix](https://github.com/devture/email2matrix) has been added."
  4031. msgstr ""
  4032. #: ../../../CHANGELOG.md:2957
  4033. msgid "It's an optional feature that you can enable via the playbook."
  4034. msgstr ""
  4035. #: ../../../CHANGELOG.md:2959
  4036. msgid "To learn more, see the [playbook's documentation on Email2Matrix](./docs/configuring-playbook-email2matrix.md)."
  4037. msgstr ""
  4038. #: ../../../CHANGELOG.md:2962
  4039. msgid "2019-08-03"
  4040. msgstr ""
  4041. #: ../../../CHANGELOG.md:2964
  4042. msgid "Synapse logging level has been reduced to WARNING"
  4043. msgstr ""
  4044. #: ../../../CHANGELOG.md:2966
  4045. 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`."
  4046. msgstr ""
  4047. #: ../../../CHANGELOG.md:2968
  4048. msgid "This greatly reduces the number of log messages that are being logged, leading to:"
  4049. msgstr ""
  4050. #: ../../../CHANGELOG.md:2970
  4051. msgid "much less disk space dedicated to Synapse and thus, logs kept for longer"
  4052. msgstr ""
  4053. #: ../../../CHANGELOG.md:2971
  4054. msgid "easier to find some important `WARNING`, `ERROR` and `CRITICAL` messages, as they're not longer buried in thousands of non-important `INFO` messages"
  4055. msgstr ""
  4056. #: ../../../CHANGELOG.md:2973
  4057. 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)."
  4058. msgstr ""
  4059. #: ../../../CHANGELOG.md:2976
  4060. msgid "2019-07-08"
  4061. msgstr ""
  4062. #: ../../../CHANGELOG.md:2978
  4063. msgid "Synapse Maintenance docs and synapse-janitor support are available"
  4064. msgstr ""
  4065. #: ../../../CHANGELOG.md:2980
  4066. msgid "The playbook can now help you with Synapse's maintenance."
  4067. msgstr ""
  4068. #: ../../../CHANGELOG.md:2982
  4069. 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)."
  4070. msgstr ""
  4071. #: ../../../CHANGELOG.md:2984
  4072. 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."
  4073. msgstr ""
  4074. #: ../../../CHANGELOG.md:2986
  4075. msgid "(BC Break) Rename run control variables"
  4076. msgstr ""
  4077. #: ../../../CHANGELOG.md:2988
  4078. msgid "Some internal playbook control variables have been renamed."
  4079. msgstr ""
  4080. #: ../../../CHANGELOG.md:2990
  4081. 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."
  4082. msgstr ""
  4083. #: ../../../CHANGELOG.md:2992
  4084. msgid "The following variables have been renamed:"
  4085. msgstr ""
  4086. #: ../../../CHANGELOG.md:2994
  4087. msgid "from `run_import_postgres` to `run_postgres_import`"
  4088. msgstr ""
  4089. #: ../../../CHANGELOG.md:2995
  4090. msgid "from `run_import_sqlite_db` to `run_postgres_import_sqlite_db`"
  4091. msgstr ""
  4092. #: ../../../CHANGELOG.md:2996
  4093. msgid "from `run_upgrade_postgres` to `run_postgres_upgrade`"
  4094. msgstr ""
  4095. #: ../../../CHANGELOG.md:2997
  4096. msgid "from `run_import_media_store` to `run_synapse_import_media_store`"
  4097. msgstr ""
  4098. #: ../../../CHANGELOG.md:2998
  4099. msgid "from `run_register_user` to `run_synapse_register_user`"
  4100. msgstr ""
  4101. #: ../../../CHANGELOG.md:2999
  4102. msgid "from `run_update_user_password` to `run_synapse_update_user_password`"
  4103. msgstr ""
  4104. #: ../../../CHANGELOG.md:3002
  4105. msgid "2019-07-04"
  4106. msgstr ""
  4107. #: ../../../CHANGELOG.md:3004
  4108. msgid "Synapse no longer logs to text files"
  4109. msgstr ""
  4110. #: ../../../CHANGELOG.md:3006
  4111. 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*`)."
  4112. msgstr ""
  4113. #: ../../../CHANGELOG.md:3008
  4114. 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`"
  4115. msgstr ""
  4116. #: ../../../CHANGELOG.md:3010
  4117. msgid "Because of this, the following variables have become obsolete and were removed:"
  4118. msgstr ""
  4119. #: ../../../CHANGELOG.md:3012
  4120. msgid "`matrix_synapse_max_log_file_size_mb`"
  4121. msgstr ""
  4122. #: ../../../CHANGELOG.md:3013
  4123. msgid "`matrix_synapse_max_log_files_count`"
  4124. msgstr ""
  4125. #: ../../../CHANGELOG.md:3015
  4126. 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*`)."
  4127. msgstr ""
  4128. #: ../../../CHANGELOG.md:3017
  4129. 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`)."
  4130. msgstr ""
  4131. #: ../../../CHANGELOG.md:3020
  4132. msgid "2019-06-27"
  4133. msgstr ""
  4134. #: ../../../CHANGELOG.md:3022
  4135. msgid "(BC Break) Discord bridge configuration is now entirely managed by the playbook"
  4136. msgstr ""
  4137. #: ../../../CHANGELOG.md:3024
  4138. 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."
  4139. msgstr ""
  4140. #: ../../../CHANGELOG.md:3026
  4141. msgid "From now on, the playbook will keep both configuration files sync for you."
  4142. msgstr ""
  4143. #: ../../../CHANGELOG.md:3028
  4144. 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."
  4145. msgstr ""
  4146. #: ../../../CHANGELOG.md:3030
  4147. msgid "The bridge now stores configuration in a subdirectory (`/matrix/appservice-discord/config`)."
  4148. msgstr ""
  4149. #: ../../../CHANGELOG.md:3032
  4150. 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`)."
  4151. msgstr ""
  4152. #: ../../../CHANGELOG.md:3034
  4153. 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."
  4154. msgstr ""
  4155. #: ../../../CHANGELOG.md:3036
  4156. 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`."
  4157. msgstr ""
  4158. #: ../../../CHANGELOG.md:3039
  4159. msgid "2019-06-24"
  4160. msgstr ""
  4161. #: ../../../CHANGELOG.md:3041
  4162. msgid "(BC Break) WhatsApp bridge configuration is now entirely managed by the playbook"
  4163. msgstr ""
  4164. #: ../../../CHANGELOG.md:3043
  4165. 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."
  4166. msgstr ""
  4167. #: ../../../CHANGELOG.md:3045 ../../../CHANGELOG.md:3062
  4168. #: ../../../CHANGELOG.md:3081 ../../../CHANGELOG.md:3120
  4169. msgid "From now on, the playbook will keep the configuration in sync for you."
  4170. msgstr ""
  4171. #: ../../../CHANGELOG.md:3047
  4172. 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."
  4173. msgstr ""
  4174. #: ../../../CHANGELOG.md:3049
  4175. 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."
  4176. msgstr ""
  4177. #: ../../../CHANGELOG.md:3051
  4178. 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`)."
  4179. msgstr ""
  4180. #: ../../../CHANGELOG.md:3053
  4181. msgid "We're now following the default configuration for the WhatsApp bridge."
  4182. msgstr ""
  4183. #: ../../../CHANGELOG.md:3056
  4184. msgid "2019-06-20"
  4185. msgstr ""
  4186. #: ../../../CHANGELOG.md:3058
  4187. msgid "(BC Break) IRC bridge configuration is now entirely managed by the playbook"
  4188. msgstr ""
  4189. #: ../../../CHANGELOG.md:3060
  4190. 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."
  4191. msgstr ""
  4192. #: ../../../CHANGELOG.md:3064
  4193. 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."
  4194. msgstr ""
  4195. #: ../../../CHANGELOG.md:3066
  4196. 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`)."
  4197. msgstr ""
  4198. #: ../../../CHANGELOG.md:3068
  4199. 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."
  4200. msgstr ""
  4201. #: ../../../CHANGELOG.md:3070
  4202. 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`."
  4203. msgstr ""
  4204. #: ../../../CHANGELOG.md:3072
  4205. 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`)."
  4206. msgstr ""
  4207. #: ../../../CHANGELOG.md:3075
  4208. msgid "2019-06-15"
  4209. msgstr ""
  4210. #: ../../../CHANGELOG.md:3077
  4211. msgid "(BC Break) Telegram bridge configuration is now entirely managed by the playbook"
  4212. msgstr ""
  4213. #: ../../../CHANGELOG.md:3079
  4214. 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."
  4215. msgstr ""
  4216. #: ../../../CHANGELOG.md:3083
  4217. 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."
  4218. msgstr ""
  4219. #: ../../../CHANGELOG.md:3085
  4220. 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."
  4221. msgstr ""
  4222. #: ../../../CHANGELOG.md:3087
  4223. 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`)."
  4224. msgstr ""
  4225. #: ../../../CHANGELOG.md:3089
  4226. msgid "Also, we're now following the default configuration for the Telegram bridge, so some default configuration values are different:"
  4227. msgstr ""
  4228. #: ../../../CHANGELOG.md:3091
  4229. 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"
  4230. msgstr ""
  4231. #: ../../../CHANGELOG.md:3092
  4232. 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."
  4233. msgstr ""
  4234. #: ../../../CHANGELOG.md:3093
  4235. msgid "`authless_portals` (used to be `false`, now `true`) — creating portals from the Telegram side is now possible"
  4236. msgstr ""
  4237. #: ../../../CHANGELOG.md:3094
  4238. msgid "`whitelist_group_admins` (used to be `false`, now `true`) — allows Telegram group admins to use the bot commands"
  4239. msgstr ""
  4240. #: ../../../CHANGELOG.md:3096
  4241. 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)."
  4242. msgstr ""
  4243. #: ../../../CHANGELOG.md:3099
  4244. msgid "2019-06-12"
  4245. msgstr ""
  4246. #: ../../../CHANGELOG.md:3101
  4247. msgid "Synapse v1.0"
  4248. msgstr ""
  4249. #: ../../../CHANGELOG.md:3103
  4250. 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)."
  4251. msgstr ""
  4252. #: ../../../CHANGELOG.md:3105
  4253. 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."
  4254. msgstr ""
  4255. #: ../../../CHANGELOG.md:3107
  4256. msgid "**Note**: don't confuse the `_matrix._tcp` and `_matrix-identity._tcp` DNS SRV records. The latter, **must not** be removed."
  4257. msgstr ""
  4258. #: ../../../CHANGELOG.md:3109
  4259. 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."
  4260. msgstr ""
  4261. #: ../../../CHANGELOG.md:3111
  4262. 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)."
  4263. msgstr ""
  4264. #: ../../../CHANGELOG.md:3114
  4265. msgid "2019-06-07"
  4266. msgstr ""
  4267. #: ../../../CHANGELOG.md:3116
  4268. msgid "(BC Break) Facebook bridge configuration is now entirely managed by the playbook"
  4269. msgstr ""
  4270. #: ../../../CHANGELOG.md:3118
  4271. 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."
  4272. msgstr ""
  4273. #: ../../../CHANGELOG.md:3122
  4274. 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."
  4275. msgstr ""
  4276. #: ../../../CHANGELOG.md:3124
  4277. 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."
  4278. msgstr ""
  4279. #: ../../../CHANGELOG.md:3126
  4280. 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`)."
  4281. msgstr ""
  4282. #: ../../../CHANGELOG.md:3129
  4283. msgid "2019-05-25"
  4284. msgstr ""
  4285. #: ../../../CHANGELOG.md:3131
  4286. msgid "Support for exposing container ports publicly (not just to the host)"
  4287. msgstr ""
  4288. #: ../../../CHANGELOG.md:3133
  4289. 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."
  4290. msgstr ""
  4291. #: ../../../CHANGELOG.md:3135
  4292. 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`."
  4293. msgstr ""
  4294. #: ../../../CHANGELOG.md:3137
  4295. msgid "All such variables have been superseded by a better (more flexible) way to do it."
  4296. msgstr ""
  4297. #: ../../../CHANGELOG.md:3139
  4298. msgid "**Most** people (including those not using `matrix-nginx-proxy`), **don't need** to bother with this."
  4299. msgstr ""
  4300. #: ../../../CHANGELOG.md:3141
  4301. msgid "Porting examples follow for people having more customized setups:"
  4302. msgstr ""
  4303. #: ../../../CHANGELOG.md:3143
  4304. msgid "**from** `matrix_synapse_container_expose_client_api_port: true` **to** `matrix_synapse_container_client_api_host_bind_port: '127.0.0.1:8008'`"
  4305. msgstr ""
  4306. #: ../../../CHANGELOG.md:3145
  4307. 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'`"
  4308. msgstr ""
  4309. #: ../../../CHANGELOG.md:3147
  4310. msgid "**from** `matrix_synapse_container_expose_metrics_port: true` **to** `matrix_synapse_container_metrics_api_host_bind_port: '127.0.0.1:9100'`"
  4311. msgstr ""
  4312. #: ../../../CHANGELOG.md:3149
  4313. msgid "**from** `matrix_riot_web_container_expose_port: true` **to** `matrix_riot_web_container_http_host_bind_port: '127.0.0.1:8765'`"
  4314. msgstr ""
  4315. #: ../../../CHANGELOG.md:3151
  4316. msgid "**from** `matrix_mxisd_container_expose_port: true` **to** `matrix_mxisd_container_http_host_bind_port: '127.0.0.1:8090'`"
  4317. msgstr ""
  4318. #: ../../../CHANGELOG.md:3153
  4319. msgid "**from** `matrix_dimension_container_expose_port: true` **to** `matrix_dimension_container_http_host_bind_port: '127.0.0.1:8184'`"
  4320. msgstr ""
  4321. #: ../../../CHANGELOG.md:3155
  4322. 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'`"
  4323. msgstr ""
  4324. #: ../../../CHANGELOG.md:3157
  4325. 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'`"
  4326. msgstr ""
  4327. #: ../../../CHANGELOG.md:3159
  4328. 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'`"
  4329. msgstr ""
  4330. #: ../../../CHANGELOG.md:3161
  4331. msgid "As always, if you forget to remove usage of some outdated variable, the playbook will warn you."
  4332. msgstr ""
  4333. #: ../../../CHANGELOG.md:3164
  4334. msgid "2019-05-23"
  4335. msgstr ""
  4336. #: ../../../CHANGELOG.md:3166
  4337. msgid "(BC Break) Ansible 2.8 compatibility"
  4338. msgstr ""
  4339. #: ../../../CHANGELOG.md:3168
  4340. 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)."
  4341. msgstr ""
  4342. #: ../../../CHANGELOG.md:3170
  4343. msgid "A manual change is required to the `inventory/hosts` file, changing the group name from `matrix-servers` to `matrix_servers` (dash to underscore)."
  4344. msgstr ""
  4345. #: ../../../CHANGELOG.md:3172
  4346. msgid "To avoid doing it manually, run this:"
  4347. msgstr ""
  4348. #: ../../../CHANGELOG.md:3173
  4349. msgid "Linux: `sed -i 's/matrix-servers/matrix_servers/g' inventory/hosts`"
  4350. msgstr ""
  4351. #: ../../../CHANGELOG.md:3174
  4352. msgid "Mac: `sed -i '' 's/matrix-servers/matrix_servers/g' inventory/hosts`"
  4353. msgstr ""
  4354. #: ../../../CHANGELOG.md:3177
  4355. msgid "2019-05-21"
  4356. msgstr ""
  4357. #: ../../../CHANGELOG.md:3179
  4358. msgid "Synapse no longer required"
  4359. msgstr ""
  4360. #: ../../../CHANGELOG.md:3181
  4361. msgid "The playbook no longer insists on installing [Synapse](https://github.com/element-hq/synapse) via the `matrix-synapse` role."
  4362. msgstr ""
  4363. #: ../../../CHANGELOG.md:3183
  4364. 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`)."
  4365. msgstr ""
  4366. #: ../../../CHANGELOG.md:3185
  4367. 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."
  4368. msgstr ""
  4369. #: ../../../CHANGELOG.md:3187
  4370. msgid "Having Synapse not be a required component potentially opens the door for installing alternative Matrix homeservers."
  4371. msgstr ""
  4372. #: ../../../CHANGELOG.md:3189
  4373. msgid "Bridges are now separate from the Synapse role"
  4374. msgstr ""
  4375. #: ../../../CHANGELOG.md:3191
  4376. msgid "Bridges are no longer part of the `matrix-synapse` role. Each bridge now lives in its own separate role (`roles/custom/matrix-bridge-*`)."
  4377. msgstr ""
  4378. #: ../../../CHANGELOG.md:3193
  4379. 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)."
  4380. msgstr ""
  4381. #: ../../../CHANGELOG.md:3195
  4382. msgid "Renaming inconsistently-named Synapse variables"
  4383. msgstr ""
  4384. #: ../../../CHANGELOG.md:3197
  4385. msgid "For better consistency, the following variables have been renamed:"
  4386. msgstr ""
  4387. #: ../../../CHANGELOG.md:3199
  4388. msgid "`matrix_enable_room_list_search` was renamed to `matrix_synapse_enable_room_list_search`"
  4389. msgstr ""
  4390. #: ../../../CHANGELOG.md:3200
  4391. msgid "`matrix_alias_creation_rules` was renamed to `matrix_synapse_alias_creation_rules`"
  4392. msgstr ""
  4393. #: ../../../CHANGELOG.md:3201
  4394. msgid "`matrix_nginx_proxy_matrix_room_list_publication_rulesdata_path` was renamed to `matrix_synapse_room_list_publication_rules`"
  4395. msgstr ""
  4396. #: ../../../CHANGELOG.md:3204
  4397. msgid "2019-05-09"
  4398. msgstr ""
  4399. #: ../../../CHANGELOG.md:3206
  4400. msgid "Besides a myriad of bug fixes and minor improvements, here are the more notable (bigger) features we can announce today."
  4401. msgstr ""
  4402. #: ../../../CHANGELOG.md:3208
  4403. msgid "Mautrix Facebook/Messenger bridging support"
  4404. msgstr ""
  4405. #: ../../../CHANGELOG.md:3210
  4406. 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)."
  4407. msgstr ""
  4408. #: ../../../CHANGELOG.md:3212
  4409. msgid "Additional details are available in [Setting up Mautrix Facebook bridging](docs/configuring-playbook-bridge-mautrix-facebook.md)."
  4410. msgstr ""
  4411. #: ../../../CHANGELOG.md:3214
  4412. msgid "mxisd Registration feature integration"
  4413. msgstr ""
  4414. #: ../../../CHANGELOG.md:3216
  4415. 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."
  4416. msgstr ""
  4417. #: ../../../CHANGELOG.md:3218
  4418. msgid "Learn more in [mxisd-controlled Registration](docs/configuring-playbook-mxisd.md#mxisd-controlled-registration)."
  4419. msgstr ""
  4420. #: ../../../CHANGELOG.md:3221
  4421. msgid "2019-04-16"
  4422. msgstr ""
  4423. #: ../../../CHANGELOG.md:3223
  4424. msgid "Caddy webserver examples"
  4425. msgstr ""
  4426. #: ../../../CHANGELOG.md:3225
  4427. 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"
  4428. msgstr ""
  4429. #: ../../../CHANGELOG.md:3227
  4430. msgid "2019-04-10"
  4431. msgstr ""
  4432. #: ../../../CHANGELOG.md:3229
  4433. msgid "Goofys support for other S3-compatible object stores"
  4434. msgstr ""
  4435. #: ../../../CHANGELOG.md:3231
  4436. 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),"
  4437. msgstr ""
  4438. #: ../../../CHANGELOG.md:3234
  4439. msgid "2019-04-03"
  4440. msgstr ""
  4441. #: ../../../CHANGELOG.md:3236
  4442. msgid "Ansible >= 2.5 is required"
  4443. msgstr ""
  4444. #: ../../../CHANGELOG.md:3238
  4445. 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)."
  4446. msgstr ""
  4447. #: ../../../CHANGELOG.md:3240
  4448. 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))."
  4449. msgstr ""
  4450. #: ../../../CHANGELOG.md:3243
  4451. msgid "2019-03-19"
  4452. msgstr ""
  4453. #: ../../../CHANGELOG.md:3245
  4454. msgid "TLS support for coturn"
  4455. msgstr ""
  4456. #: ../../../CHANGELOG.md:3247
  4457. 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."
  4458. msgstr ""
  4459. #: ../../../CHANGELOG.md:3249
  4460. 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:"
  4461. msgstr ""
  4462. #: ../../../CHANGELOG.md:3255
  4463. 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)."
  4464. msgstr ""
  4465. #: ../../../CHANGELOG.md:3257
  4466. msgid "People who build their own custom playbook from our roles should be aware that:"
  4467. msgstr ""
  4468. #: ../../../CHANGELOG.md:3259
  4469. 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)."
  4470. msgstr ""
  4471. #: ../../../CHANGELOG.md:3261
  4472. 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)."
  4473. msgstr ""
  4474. #: ../../../CHANGELOG.md:3264
  4475. msgid "2019-03-12"
  4476. msgstr ""
  4477. #: ../../../CHANGELOG.md:3266
  4478. msgid "matrix-nginx-proxy support for serving the base domain"
  4479. msgstr ""
  4480. #: ../../../CHANGELOG.md:3268
  4481. 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."
  4482. msgstr ""
  4483. #: ../../../CHANGELOG.md:3270
  4484. 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."
  4485. msgstr ""
  4486. #: ../../../CHANGELOG.md:3272
  4487. msgid "(BC break) matrix-nginx-proxy data variable renamed"
  4488. msgstr ""
  4489. #: ../../../CHANGELOG.md:3274
  4490. msgid "`matrix_nginx_proxy_data_path` was renamed to `matrix_nginx_proxy_base_path`."
  4491. msgstr ""
  4492. #: ../../../CHANGELOG.md:3276
  4493. 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)."
  4494. msgstr ""
  4495. #: ../../../CHANGELOG.md:3279
  4496. msgid "2019-03-10"
  4497. msgstr ""
  4498. #: ../../../CHANGELOG.md:3281
  4499. msgid "Dimension integration manager support"
  4500. msgstr ""
  4501. #: ../../../CHANGELOG.md:3283
  4502. 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."
  4503. msgstr ""
  4504. #: ../../../CHANGELOG.md:3286
  4505. msgid "2019-03-07"
  4506. msgstr ""
  4507. #: ../../../CHANGELOG.md:3288
  4508. msgid "Ability to customize mxisd's email templates"
  4509. msgstr ""
  4510. #: ../../../CHANGELOG.md:3290
  4511. 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."
  4512. msgstr ""
  4513. #: ../../../CHANGELOG.md:3293
  4514. msgid "2019-03-05"
  4515. msgstr ""
  4516. #: ../../../CHANGELOG.md:3295
  4517. msgid "Discord bridging support"
  4518. msgstr ""
  4519. #: ../../../CHANGELOG.md:3297
  4520. 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."
  4521. msgstr ""
  4522. #: ../../../CHANGELOG.md:3300
  4523. msgid "2019-02-19"
  4524. msgstr ""
  4525. #: ../../../CHANGELOG.md:3302
  4526. msgid "Renaming variables"
  4527. msgstr ""
  4528. #: ../../../CHANGELOG.md:3304 ../../../CHANGELOG.md:3621
  4529. #: ../../../CHANGELOG.md:3706 ../../../CHANGELOG.md:3826
  4530. msgid "The following playbook variables were renamed:"
  4531. msgstr ""
  4532. #: ../../../CHANGELOG.md:3306
  4533. msgid "from `host_specific_hostname_identity` to `matrix_domain`"
  4534. msgstr ""
  4535. #: ../../../CHANGELOG.md:3307
  4536. msgid "from `hostname_identity` to `matrix_domain`"
  4537. msgstr ""
  4538. #: ../../../CHANGELOG.md:3308
  4539. msgid "from `hostname_matrix` to `matrix_server_fqn_matrix`"
  4540. msgstr ""
  4541. #: ../../../CHANGELOG.md:3309
  4542. msgid "from `hostname_riot` to `matrix_server_fqn_riot`"
  4543. msgstr ""
  4544. #: ../../../CHANGELOG.md:3310
  4545. msgid "from `host_specific_matrix_ssl_lets_encrypt_support_email` to `matrix_ssl_lets_encrypt_support_email`"
  4546. msgstr ""
  4547. #: ../../../CHANGELOG.md:3312
  4548. msgid "Doing that, we've simplified things, made names less confusing (hopefully) and moved all variable names under the `matrix_` prefix."
  4549. msgstr ""
  4550. #: ../../../CHANGELOG.md:3315
  4551. msgid "2019-02-16"
  4552. msgstr ""
  4553. #: ../../../CHANGELOG.md:3317
  4554. msgid "Riot v1.0.1 support"
  4555. msgstr ""
  4556. #: ../../../CHANGELOG.md:3319
  4557. msgid "You can now use the brand new and redesigned Riot."
  4558. msgstr ""
  4559. #: ../../../CHANGELOG.md:3321
  4560. msgid "The new version no longer has a homepage by default, so we've also removed the custom homepage that we've been installing."
  4561. msgstr ""
  4562. #: ../../../CHANGELOG.md:3323
  4563. 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)."
  4564. msgstr ""
  4565. #: ../../../CHANGELOG.md:3326
  4566. msgid "2019-02-14"
  4567. msgstr ""
  4568. #: ../../../CHANGELOG.md:3328
  4569. msgid "Synapse v0.99.1"
  4570. msgstr ""
  4571. #: ../../../CHANGELOG.md:3330
  4572. 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."
  4573. msgstr ""
  4574. #: ../../../CHANGELOG.md:3332
  4575. 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."
  4576. msgstr ""
  4577. #: ../../../CHANGELOG.md:3335
  4578. msgid "2019-02-06"
  4579. msgstr ""
  4580. #: ../../../CHANGELOG.md:3337
  4581. msgid "Synapse v0.99 support and preparation for Synapse v1.0"
  4582. msgstr ""
  4583. #: ../../../CHANGELOG.md:3339
  4584. 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."
  4585. msgstr ""
  4586. #: ../../../CHANGELOG.md:3341
  4587. 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))."
  4588. msgstr ""
  4589. #: ../../../CHANGELOG.md:3343
  4590. 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)."
  4591. msgstr ""
  4592. #: ../../../CHANGELOG.md:3345
  4593. 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:"
  4594. msgstr ""
  4595. #: ../../../CHANGELOG.md:3347
  4596. 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-checking-services.md), 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."
  4597. msgstr ""
  4598. #: ../../../CHANGELOG.md:3349
  4599. 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)."
  4600. msgstr ""
  4601. #: ../../../CHANGELOG.md:3352
  4602. msgid "2019-02-01"
  4603. msgstr ""
  4604. #: ../../../CHANGELOG.md:3354
  4605. msgid "TLS v1.3 support"
  4606. msgstr ""
  4607. #: ../../../CHANGELOG.md:3356
  4608. 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."
  4609. msgstr ""
  4610. #: ../../../CHANGELOG.md:3358
  4611. msgid "When using:"
  4612. msgstr ""
  4613. #: ../../../CHANGELOG.md:3360
  4614. 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`."
  4615. msgstr ""
  4616. #: ../../../CHANGELOG.md:3362
  4617. 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)"
  4618. msgstr ""
  4619. #: ../../../CHANGELOG.md:3364
  4620. msgid "**another web server**: you don't need to do anything to accommodate this change"
  4621. msgstr ""
  4622. #: ../../../CHANGELOG.md:3367
  4623. msgid "2019-01-31"
  4624. msgstr ""
  4625. #: ../../../CHANGELOG.md:3369
  4626. msgid "IRC bridging support"
  4627. msgstr ""
  4628. #: ../../../CHANGELOG.md:3371
  4629. 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."
  4630. msgstr ""
  4631. #: ../../../CHANGELOG.md:3374
  4632. msgid "2019-01-29"
  4633. msgstr ""
  4634. #: ../../../CHANGELOG.md:3376
  4635. msgid "Running container processes as non-root, without capabilities and read-only"
  4636. msgstr ""
  4637. #: ../../../CHANGELOG.md:3378
  4638. 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."
  4639. msgstr ""
  4640. #: ../../../CHANGELOG.md:3380
  4641. 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."
  4642. msgstr ""
  4643. #: ../../../CHANGELOG.md:3382
  4644. 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."
  4645. msgstr ""
  4646. #: ../../../CHANGELOG.md:3384
  4647. 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."
  4648. msgstr ""
  4649. #: ../../../CHANGELOG.md:3386
  4650. msgid "matrix-mailer is now based on Exim, not Postfix"
  4651. msgstr ""
  4652. #: ../../../CHANGELOG.md:3388
  4653. 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)."
  4654. msgstr ""
  4655. #: ../../../CHANGELOG.md:3390
  4656. 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`)."
  4657. msgstr ""
  4658. #: ../../../CHANGELOG.md:3392
  4659. 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)."
  4660. msgstr ""
  4661. #: ../../../CHANGELOG.md:3395
  4662. msgid "2019-01-17"
  4663. msgstr ""
  4664. #: ../../../CHANGELOG.md:3397
  4665. msgid "(BC Break) Making the playbook's roles more independent of one another"
  4666. msgstr ""
  4667. #: ../../../CHANGELOG.md:3399
  4668. 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)."
  4669. msgstr ""
  4670. #: ../../../CHANGELOG.md:3402
  4671. 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."
  4672. msgstr ""
  4673. #: ../../../CHANGELOG.md:3404
  4674. msgid "With the new changes, **all roles are now only dependent on the minimal `matrix-base` role**. They are no longer dependent among themselves."
  4675. msgstr ""
  4676. #: ../../../CHANGELOG.md:3406
  4677. msgid "In addition, the following components can now be completely disabled (for those who want/need to):"
  4678. msgstr ""
  4679. #: ../../../CHANGELOG.md:3407
  4680. msgid "`matrix-coturn` by using `matrix_coturn_enabled: false`"
  4681. msgstr ""
  4682. #: ../../../CHANGELOG.md:3408
  4683. msgid "`matrix-mailer` by using `matrix_mailer_enabled: false`"
  4684. msgstr ""
  4685. #: ../../../CHANGELOG.md:3409
  4686. msgid "`matrix-postgres` by using `matrix_postgres_enabled: false`"
  4687. msgstr ""
  4688. #: ../../../CHANGELOG.md:3411
  4689. msgid "The following changes had to be done:"
  4690. msgstr ""
  4691. #: ../../../CHANGELOG.md:3413
  4692. 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."
  4693. msgstr ""
  4694. #: ../../../CHANGELOG.md:3415
  4695. msgid "`matrix_postgres_use_external` has been superceeded 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."
  4696. msgstr ""
  4697. #: ../../../CHANGELOG.md:3417
  4698. 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`)"
  4699. msgstr ""
  4700. #: ../../../CHANGELOG.md:3419
  4701. 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."
  4702. msgstr ""
  4703. #: ../../../CHANGELOG.md:3422
  4704. msgid "2019-01-16"
  4705. msgstr ""
  4706. #: ../../../CHANGELOG.md:3424
  4707. msgid "Splitting the playbook into multiple roles"
  4708. msgstr ""
  4709. #: ../../../CHANGELOG.md:3426
  4710. 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)."
  4711. msgstr ""
  4712. #: ../../../CHANGELOG.md:3429
  4713. msgid "To keep the filesystem more consistent with this separation, the **Postgres data had to be relocated**."
  4714. msgstr ""
  4715. #: ../../../CHANGELOG.md:3431
  4716. 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`)."
  4717. msgstr ""
  4718. #: ../../../CHANGELOG.md:3434
  4719. msgid "2019-01-11"
  4720. msgstr ""
  4721. #: ../../../CHANGELOG.md:3436
  4722. msgid "(BC Break) mxisd configuration changes"
  4723. msgstr ""
  4724. #: ../../../CHANGELOG.md:3438
  4725. 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."
  4726. msgstr ""
  4727. #: ../../../CHANGELOG.md:3441
  4728. msgid "The following variables are no longer supported by this playbook:"
  4729. msgstr ""
  4730. #: ../../../CHANGELOG.md:3443
  4731. msgid "`matrix_mxisd_ldap_enabled`"
  4732. msgstr ""
  4733. #: ../../../CHANGELOG.md:3444
  4734. msgid "`matrix_mxisd_ldap_connection_host`"
  4735. msgstr ""
  4736. #: ../../../CHANGELOG.md:3445
  4737. msgid "`matrix_mxisd_ldap_connection_tls`"
  4738. msgstr ""
  4739. #: ../../../CHANGELOG.md:3446
  4740. msgid "`matrix_mxisd_ldap_connection_port`"
  4741. msgstr ""
  4742. #: ../../../CHANGELOG.md:3447
  4743. msgid "`matrix_mxisd_ldap_connection_baseDn`"
  4744. msgstr ""
  4745. #: ../../../CHANGELOG.md:3448
  4746. msgid "`matrix_mxisd_ldap_connection_baseDns`"
  4747. msgstr ""
  4748. #: ../../../CHANGELOG.md:3449 ../../../CHANGELOG.md:3450
  4749. msgid "`matrix_mxisd_ldap_connection_bindDn`"
  4750. msgstr ""
  4751. #: ../../../CHANGELOG.md:3451 ../../../CHANGELOG.md:3455
  4752. msgid "`matrix_mxisd_ldap_connection_bindPassword`"
  4753. msgstr ""
  4754. #: ../../../CHANGELOG.md:3452
  4755. msgid "`matrix_mxisd_ldap_filter`"
  4756. msgstr ""
  4757. #: ../../../CHANGELOG.md:3453
  4758. msgid "`matrix_mxisd_ldap_attribute_uid_type`"
  4759. msgstr ""
  4760. #: ../../../CHANGELOG.md:3454
  4761. msgid "`matrix_mxisd_ldap_attribute_uid_value`"
  4762. msgstr ""
  4763. #: ../../../CHANGELOG.md:3456
  4764. msgid "`matrix_mxisd_ldap_attribute_name`"
  4765. msgstr ""
  4766. #: ../../../CHANGELOG.md:3457
  4767. msgid "`matrix_mxisd_ldap_attribute_threepid_email`"
  4768. msgstr ""
  4769. #: ../../../CHANGELOG.md:3458
  4770. msgid "`matrix_mxisd_ldap_attribute_threepid_msisdn`"
  4771. msgstr ""
  4772. #: ../../../CHANGELOG.md:3459
  4773. msgid "`matrix_mxisd_ldap_identity_filter`"
  4774. msgstr ""
  4775. #: ../../../CHANGELOG.md:3460
  4776. msgid "`matrix_mxisd_ldap_identity_medium`"
  4777. msgstr ""
  4778. #: ../../../CHANGELOG.md:3461
  4779. msgid "`matrix_mxisd_ldap_auth_filter`"
  4780. msgstr ""
  4781. #: ../../../CHANGELOG.md:3462
  4782. msgid "`matrix_mxisd_ldap_directory_filter`"
  4783. msgstr ""
  4784. #: ../../../CHANGELOG.md:3463
  4785. msgid "`matrix_mxisd_template_config`"
  4786. msgstr ""
  4787. #: ../../../CHANGELOG.md:3465
  4788. 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."
  4789. msgstr ""
  4790. #: ../../../CHANGELOG.md:3467
  4791. msgid "This new way of configuring mxisd is beneficial because:"
  4792. msgstr ""
  4793. #: ../../../CHANGELOG.md:3469
  4794. msgid "it lets us support all mxisd configuration options, as the playbook simply forwards them to mxisd without needing to care or understand them"
  4795. msgstr ""
  4796. #: ../../../CHANGELOG.md:3470
  4797. msgid "it lets you upgrade to newer mxisd versions and make use of their features, without us having to add support for them explicitly"
  4798. msgstr ""
  4799. #: ../../../CHANGELOG.md:3473
  4800. msgid "2019-01-08"
  4801. msgstr ""
  4802. #: ../../../CHANGELOG.md:3475
  4803. msgid "(BC Break) Cronjob schedule no longer configurable"
  4804. msgstr ""
  4805. #: ../../../CHANGELOG.md:3477
  4806. msgid "Due to the way we manage cronjobs now, you can no longer configure the schedule they're invoked at."
  4807. msgstr ""
  4808. #: ../../../CHANGELOG.md:3479
  4809. 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."
  4810. msgstr ""
  4811. #: ../../../CHANGELOG.md:3482
  4812. 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!"
  4813. msgstr ""
  4814. #: ../../../CHANGELOG.md:3485
  4815. msgid "2018-12-23"
  4816. msgstr ""
  4817. #: ../../../CHANGELOG.md:3487
  4818. msgid "(BC Break) More SSL certificate retrieval methods"
  4819. msgstr ""
  4820. #: ../../../CHANGELOG.md:3489
  4821. msgid "The playbook now lets you decide between 3 different SSL certificate retrieval methods:"
  4822. msgstr ""
  4823. #: ../../../CHANGELOG.md:3490
  4824. msgid "(default) obtaining free SSL certificates from Let's Encrypt"
  4825. msgstr ""
  4826. #: ../../../CHANGELOG.md:3491
  4827. msgid "generating self-signed SSL certificates"
  4828. msgstr ""
  4829. #: ../../../CHANGELOG.md:3492
  4830. msgid "managing SSL certificates manually"
  4831. msgstr ""
  4832. #: ../../../CHANGELOG.md:3494
  4833. msgid "Learn more in [Adjusting SSL certificate retrieval](docs/configuring-playbook-ssl-certificates.md)."
  4834. msgstr ""
  4835. #: ../../../CHANGELOG.md:3496
  4836. 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:"
  4837. msgstr ""
  4838. #: ../../../CHANGELOG.md:3498
  4839. msgid "before: `host_specific_matrix_ssl_support_email`"
  4840. msgstr ""
  4841. #: ../../../CHANGELOG.md:3499
  4842. msgid "after: `host_specific_matrix_ssl_lets_encrypt_support_email`"
  4843. msgstr ""
  4844. #: ../../../CHANGELOG.md:3501
  4845. msgid "(BC Break) mxisd upgrade with multiple base DN support"
  4846. msgstr ""
  4847. #: ../../../CHANGELOG.md:3503
  4848. 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)."
  4849. msgstr ""
  4850. #: ../../../CHANGELOG.md:3505
  4851. 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)."
  4852. msgstr ""
  4853. #: ../../../CHANGELOG.md:3507
  4854. msgid "Example change:"
  4855. msgstr ""
  4856. #: ../../../CHANGELOG.md:3509
  4857. msgid "before: `matrix_mxisd_ldap_connection_baseDn: OU=Users,DC=example,DC=org`"
  4858. msgstr ""
  4859. #: ../../../CHANGELOG.md:3510
  4860. msgid "after: `matrix_mxisd_ldap_connection_baseDns: ['OU=Users,DC=example,DC=org']`"
  4861. msgstr ""
  4862. #: ../../../CHANGELOG.md:3513
  4863. msgid "2018-12-21"
  4864. msgstr ""
  4865. #: ../../../CHANGELOG.md:3515
  4866. msgid "Synapse 0.34.0 and Python 3"
  4867. msgstr ""
  4868. #: ../../../CHANGELOG.md:3517
  4869. 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)."
  4870. msgstr ""
  4871. #: ../../../CHANGELOG.md:3520
  4872. msgid "2018-12-12"
  4873. msgstr ""
  4874. #: ../../../CHANGELOG.md:3522
  4875. msgid "Riot homepage customization"
  4876. msgstr ""
  4877. #: ../../../CHANGELOG.md:3524
  4878. 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`."
  4879. msgstr ""
  4880. #: ../../../CHANGELOG.md:3527
  4881. msgid "2018-12-04"
  4882. msgstr ""
  4883. #: ../../../CHANGELOG.md:3529
  4884. msgid "mxisd extensibility"
  4885. msgstr ""
  4886. #: ../../../CHANGELOG.md:3531
  4887. 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`)."
  4888. msgstr ""
  4889. #: ../../../CHANGELOG.md:3534
  4890. msgid "2018-11-28"
  4891. msgstr ""
  4892. #: ../../../CHANGELOG.md:3536
  4893. msgid "More scripts"
  4894. msgstr ""
  4895. #: ../../../CHANGELOG.md:3538
  4896. msgid "matrix-remove-all allows to uninstall everything with a single command"
  4897. msgstr ""
  4898. #: ../../../CHANGELOG.md:3539
  4899. msgid "matrix-make-user-admin allows to upgrade a user's privileges"
  4900. msgstr ""
  4901. #: ../../../CHANGELOG.md:3541
  4902. msgid "LDAP auth support via matrix-synapse-ldap3"
  4903. msgstr ""
  4904. #: ../../../CHANGELOG.md:3543
  4905. msgid "The playbook can now install and configure [LDAP auth support](https://github.com/matrix-org/matrix-synapse-ldap3) for you."
  4906. msgstr ""
  4907. #: ../../../CHANGELOG.md:3545
  4908. msgid "Additional details are available in [Setting up the LDAP authentication password provider module](docs/configuring-playbook-ldap-auth.md)."
  4909. msgstr ""
  4910. #: ../../../CHANGELOG.md:3548
  4911. msgid "2018-11-23"
  4912. msgstr ""
  4913. #: ../../../CHANGELOG.md:3550
  4914. msgid "Support for controlling public registration and room auto-join"
  4915. msgstr ""
  4916. #: ../../../CHANGELOG.md:3552
  4917. msgid "The playbook now lets you enable public registration for users (controlled via `matrix_synapse_enable_registration`). By default, public registration is forbidden."
  4918. msgstr ""
  4919. #: ../../../CHANGELOG.md:3554
  4920. msgid "You can also make people automatically get auto-joined to rooms (controlled via `matrix_synapse_auto_join_rooms`)."
  4921. msgstr ""
  4922. #: ../../../CHANGELOG.md:3556
  4923. msgid "Support for changing the welcome user ID (welcome bot)"
  4924. msgstr ""
  4925. #: ../../../CHANGELOG.md:3558
  4926. 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."
  4927. msgstr ""
  4928. #: ../../../CHANGELOG.md:3561
  4929. msgid "2018-11-14"
  4930. msgstr ""
  4931. #: ../../../CHANGELOG.md:3563
  4932. msgid "Ability to set Synapse log levels"
  4933. msgstr ""
  4934. #: ../../../CHANGELOG.md:3565
  4935. msgid "The playbook now allows you to set the log levels used by Synapse. The default logging levels remain the same."
  4936. msgstr ""
  4937. #: ../../../CHANGELOG.md:3567
  4938. 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"
  4939. msgstr ""
  4940. #: ../../../CHANGELOG.md:3576
  4941. msgid "2018-11-03"
  4942. msgstr ""
  4943. #: ../../../CHANGELOG.md:3578
  4944. msgid "Customize parts of Riot's config"
  4945. msgstr ""
  4946. #: ../../../CHANGELOG.md:3580
  4947. msgid "You can now customize some parts of Riot's `config.json`. These playbook variables, with these default values, have been added:"
  4948. msgstr ""
  4949. #: ../../../CHANGELOG.md:3591
  4950. 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:"
  4951. msgstr ""
  4952. #: ../../../CHANGELOG.md:3600
  4953. msgid "SSL protocols used to serve Riot and Synapse"
  4954. msgstr ""
  4955. #: ../../../CHANGELOG.md:3602
  4956. 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."
  4957. msgstr ""
  4958. #: ../../../CHANGELOG.md:3604
  4959. msgid "You may wish to reenable TLSv1 if you need to access Riot in older browsers."
  4960. msgstr ""
  4961. #: ../../../CHANGELOG.md:3606
  4962. msgid "Note: Currently the dockerized nginx doesn't support TLSv1.3. See https://github.com/nginxinc/docker-nginx/issues/190 for more details."
  4963. msgstr ""
  4964. #: ../../../CHANGELOG.md:3609
  4965. msgid "2018-11-01"
  4966. msgstr ""
  4967. #: ../../../CHANGELOG.md:3611
  4968. msgid "Postgres 11 support"
  4969. msgstr ""
  4970. #: ../../../CHANGELOG.md:3613
  4971. msgid "The playbook now installs [Postgres 11](https://www.postgresql.org/about/news/1894/) by default."
  4972. msgstr ""
  4973. #: ../../../CHANGELOG.md:3615
  4974. 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)."
  4975. msgstr ""
  4976. #: ../../../CHANGELOG.md:3617 ../../../CHANGELOG.md:3704
  4977. #: ../../../CHANGELOG.md:3824
  4978. msgid "(BC Break) Renaming playbook variables"
  4979. msgstr ""
  4980. #: ../../../CHANGELOG.md:3619
  4981. 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."
  4982. msgstr ""
  4983. #: ../../../CHANGELOG.md:3623
  4984. msgid "from `matrix_docker_image_mxisd` to `matrix_mxisd_docker_image`"
  4985. msgstr ""
  4986. #: ../../../CHANGELOG.md:3624
  4987. msgid "from `matrix_docker_image_mautrix_telegram` to `matrix_mautrix_telegram_docker_image`"
  4988. msgstr ""
  4989. #: ../../../CHANGELOG.md:3625
  4990. msgid "from `matrix_docker_image_mautrix_whatsapp` to `matrix_mautrix_whatsapp_docker_image`"
  4991. msgstr ""
  4992. #: ../../../CHANGELOG.md:3626
  4993. msgid "from `matrix_docker_image_mailer` to `matrix_mailer_docker_image`"
  4994. msgstr ""
  4995. #: ../../../CHANGELOG.md:3627
  4996. msgid "from `matrix_docker_image_coturn` to `matrix_coturn_docker_image`"
  4997. msgstr ""
  4998. #: ../../../CHANGELOG.md:3628
  4999. msgid "from `matrix_docker_image_goofys` to `matrix_s3_goofys_docker_image`"
  5000. msgstr ""
  5001. #: ../../../CHANGELOG.md:3629
  5002. msgid "from `matrix_docker_image_riot` to `matrix_riot_web_docker_image`"
  5003. msgstr ""
  5004. #: ../../../CHANGELOG.md:3630
  5005. msgid "from `matrix_docker_image_nginx` to `matrix_nginx_proxy_docker_image`"
  5006. msgstr ""
  5007. #: ../../../CHANGELOG.md:3631
  5008. msgid "from `matrix_docker_image_synapse` to `matrix_synapse_docker_image`"
  5009. msgstr ""
  5010. #: ../../../CHANGELOG.md:3632
  5011. msgid "from `matrix_docker_image_postgres_v9` to `matrix_postgres_docker_image_v9`"
  5012. msgstr ""
  5013. #: ../../../CHANGELOG.md:3633
  5014. msgid "from `matrix_docker_image_postgres_v10` to `matrix_postgres_docker_image_v10`"
  5015. msgstr ""
  5016. #: ../../../CHANGELOG.md:3634
  5017. msgid "from `matrix_docker_image_postgres_latest` to `matrix_postgres_docker_image_latest`"
  5018. msgstr ""
  5019. #: ../../../CHANGELOG.md:3637
  5020. msgid "2018-10-26"
  5021. msgstr ""
  5022. #: ../../../CHANGELOG.md:3639
  5023. msgid "Mautrix Whatsapp bridging support"
  5024. msgstr ""
  5025. #: ../../../CHANGELOG.md:3641
  5026. 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)."
  5027. msgstr ""
  5028. #: ../../../CHANGELOG.md:3643
  5029. msgid "Additional details are available in [Setting up Mautrix Whatsapp bridging](docs/configuring-playbook-bridge-mautrix-whatsapp.md)."
  5030. msgstr ""
  5031. #: ../../../CHANGELOG.md:3646
  5032. msgid "2018-10-25"
  5033. msgstr ""
  5034. #: ../../../CHANGELOG.md:3648
  5035. msgid "Support for controlling Matrix federation"
  5036. msgstr ""
  5037. #: ../../../CHANGELOG.md:3650
  5038. 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."
  5039. msgstr ""
  5040. #: ../../../CHANGELOG.md:3653
  5041. msgid "2018-10-24"
  5042. msgstr ""
  5043. #: ../../../CHANGELOG.md:3655
  5044. msgid "Disabling riot-web guests"
  5045. msgstr ""
  5046. #: ../../../CHANGELOG.md:3657
  5047. 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."
  5048. msgstr ""
  5049. #: ../../../CHANGELOG.md:3660
  5050. msgid "2018-10-21"
  5051. msgstr ""
  5052. #: ../../../CHANGELOG.md:3662
  5053. msgid "Self-check maintenance command"
  5054. msgstr ""
  5055. #: ../../../CHANGELOG.md:3664
  5056. msgid "The playbook can now [check if services are configured correctly](docs/maintenance-checking-services.md)."
  5057. msgstr ""
  5058. #: ../../../CHANGELOG.md:3667
  5059. msgid "2018-10-05"
  5060. msgstr ""
  5061. #: ../../../CHANGELOG.md:3669
  5062. msgid "Presence tracking made configurable"
  5063. msgstr ""
  5064. #: ../../../CHANGELOG.md:3671
  5065. 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)."
  5066. msgstr ""
  5067. #: ../../../CHANGELOG.md:3673
  5068. msgid "If users participate in large rooms with many other servers, disabling presence will decrease server load significantly."
  5069. msgstr ""
  5070. #: ../../../CHANGELOG.md:3676
  5071. msgid "2018-09-27"
  5072. msgstr ""
  5073. #: ../../../CHANGELOG.md:3678
  5074. msgid "Synapse Cache Factor made configurable"
  5075. msgstr ""
  5076. #: ../../../CHANGELOG.md:3680
  5077. 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`)."
  5078. msgstr ""
  5079. #: ../../../CHANGELOG.md:3682
  5080. 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"
  5081. msgstr ""
  5082. #: ../../../CHANGELOG.md:3685
  5083. msgid "2018-09-26"
  5084. msgstr ""
  5085. #: ../../../CHANGELOG.md:3687
  5086. msgid "Disabling Docker container logging"
  5087. msgstr ""
  5088. #: ../../../CHANGELOG.md:3689
  5089. msgid "`--log-driver=none` is used for all Docker containers now."
  5090. msgstr ""
  5091. #: ../../../CHANGELOG.md:3691
  5092. 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."
  5093. msgstr ""
  5094. #: ../../../CHANGELOG.md:3693
  5095. 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."
  5096. msgstr ""
  5097. #: ../../../CHANGELOG.md:3696
  5098. msgid "2018-09-17"
  5099. msgstr ""
  5100. #: ../../../CHANGELOG.md:3698
  5101. msgid "Service discovery support"
  5102. msgstr ""
  5103. #: ../../../CHANGELOG.md:3700
  5104. 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."
  5105. msgstr ""
  5106. #: ../../../CHANGELOG.md:3702
  5107. msgid "Additional details are available in [Configuring service discovery via .well-known](docs/configuring-well-known.md)."
  5108. msgstr ""
  5109. #: ../../../CHANGELOG.md:3708
  5110. msgid "from `matrix_nginx_riot_web_data_path` to `matrix_riot_web_data_path`"
  5111. msgstr ""
  5112. #: ../../../CHANGELOG.md:3709
  5113. msgid "from `matrix_riot_web_default_identity_server_url` to `matrix_identity_server_url`"
  5114. msgstr ""
  5115. #: ../../../CHANGELOG.md:3712
  5116. msgid "2018-09-07"
  5117. msgstr ""
  5118. #: ../../../CHANGELOG.md:3714
  5119. msgid "Mautrix Telegram bridging support"
  5120. msgstr ""
  5121. #: ../../../CHANGELOG.md:3716
  5122. 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)."
  5123. msgstr ""
  5124. #: ../../../CHANGELOG.md:3718
  5125. msgid "Additional details are available in [Setting up Mautrix Telegram bridging](docs/configuring-playbook-bridge-mautrix-telegram.md)."
  5126. msgstr ""
  5127. #: ../../../CHANGELOG.md:3720
  5128. msgid "Events cache size increase and configurability for Matrix Synapse"
  5129. msgstr ""
  5130. #: ../../../CHANGELOG.md:3722
  5131. msgid "The playbook now lets you configure Matrix Synapse's `event_cache_size` configuration via the `matrix_synapse_event_cache_size` playbook variable."
  5132. msgstr ""
  5133. #: ../../../CHANGELOG.md:3724
  5134. msgid "Previously, this value was hardcoded to `\"10K\"`. From now on, a more reasonable default of `\"100K\"` is used."
  5135. msgstr ""
  5136. #: ../../../CHANGELOG.md:3726
  5137. msgid "Password-peppering support for Matrix Synapse"
  5138. msgstr ""
  5139. #: ../../../CHANGELOG.md:3728
  5140. 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."
  5141. msgstr ""
  5142. #: ../../../CHANGELOG.md:3730
  5143. msgid "Statistics-reporting support for Matrix Synapse"
  5144. msgstr ""
  5145. #: ../../../CHANGELOG.md:3732
  5146. 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."
  5147. msgstr ""
  5148. #: ../../../CHANGELOG.md:3734
  5149. 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."
  5150. msgstr ""
  5151. #: ../../../CHANGELOG.md:3737
  5152. msgid "2018-08-29"
  5153. msgstr ""
  5154. #: ../../../CHANGELOG.md:3739
  5155. msgid "Changing the way SSL certificates are retrieved"
  5156. msgstr ""
  5157. #: ../../../CHANGELOG.md:3741
  5158. 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."
  5159. msgstr ""
  5160. #: ../../../CHANGELOG.md:3743
  5161. 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)."
  5162. msgstr ""
  5163. #: ../../../CHANGELOG.md:3745
  5164. 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:"
  5165. msgstr ""
  5166. #: ../../../CHANGELOG.md:3747
  5167. msgid "`systemctl stop 'matrix*'`"
  5168. msgstr ""
  5169. #: ../../../CHANGELOG.md:3748
  5170. msgid "stop your custom webserver, if you're running one (only affects you if you've installed with `matrix_nginx_proxy_enabled: false`)"
  5171. msgstr ""
  5172. #: ../../../CHANGELOG.md:3749
  5173. msgid "`mv /matrix/ssl /matrix/ssl-acmetool-delete-later`"
  5174. msgstr ""
  5175. #: ../../../CHANGELOG.md:3750
  5176. msgid "re-run the playbook's [installation](docs/installing.md)"
  5177. msgstr ""
  5178. #: ../../../CHANGELOG.md:3751
  5179. msgid "possibly delete `/matrix/ssl-acmetool-delete-later`"
  5180. msgstr ""
  5181. #: ../../../CHANGELOG.md:3754
  5182. msgid "2018-08-21"
  5183. msgstr ""
  5184. #: ../../../CHANGELOG.md:3756
  5185. msgid "Matrix Corporal support"
  5186. msgstr ""
  5187. #: ../../../CHANGELOG.md:3758
  5188. msgid "The playbook can now install and configure [matrix-corporal](https://github.com/devture/matrix-corporal) for you."
  5189. msgstr ""
  5190. #: ../../../CHANGELOG.md:3760
  5191. msgid "Additional details are available in [Setting up Matrix Corporal](docs/configuring-playbook-matrix-corporal.md)."
  5192. msgstr ""
  5193. #: ../../../CHANGELOG.md:3763
  5194. msgid "2018-08-20"
  5195. msgstr ""
  5196. #: ../../../CHANGELOG.md:3765
  5197. msgid "Matrix Synapse rate limit control variables"
  5198. msgstr ""
  5199. #: ../../../CHANGELOG.md:3767
  5200. msgid "The following new variables can now be configured to control Matrix Synapse's rate-limiting (default values are shown below)."
  5201. msgstr ""
  5202. #: ../../../CHANGELOG.md:3774
  5203. msgid "Shared Secret Auth support via matrix-synapse-shared-secret-auth"
  5204. msgstr ""
  5205. #: ../../../CHANGELOG.md:3776
  5206. msgid "The playbook can now install and configure [matrix-synapse-shared-secret-auth](https://github.com/devture/matrix-synapse-shared-secret-auth) for you."
  5207. msgstr ""
  5208. #: ../../../CHANGELOG.md:3778
  5209. msgid "Additional details are available in [Setting up the Shared Secret Auth password provider module](docs/configuring-playbook-shared-secret-auth.md)."
  5210. msgstr ""
  5211. #: ../../../CHANGELOG.md:3781
  5212. msgid "2018-08-17"
  5213. msgstr ""
  5214. #: ../../../CHANGELOG.md:3783
  5215. msgid "REST auth support via matrix-synapse-rest-auth"
  5216. msgstr ""
  5217. #: ../../../CHANGELOG.md:3785
  5218. msgid "The playbook can now install and configure [matrix-synapse-rest-auth](https://github.com/kamax-io/matrix-synapse-rest-auth) for you."
  5219. msgstr ""
  5220. #: ../../../CHANGELOG.md:3787
  5221. msgid "Additional details are available in [Setting up the REST authentication password provider module](docs/configuring-playbook-rest-auth.md)."
  5222. msgstr ""
  5223. #: ../../../CHANGELOG.md:3789
  5224. msgid "Compression improvements"
  5225. msgstr ""
  5226. #: ../../../CHANGELOG.md:3791
  5227. msgid "Shifted Matrix Synapse compression from happening in the Matrix Synapse, to happening in the nginx proxy that's in front of it."
  5228. msgstr ""
  5229. #: ../../../CHANGELOG.md:3794
  5230. 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."
  5231. msgstr ""
  5232. #: ../../../CHANGELOG.md:3797
  5233. msgid "Disabling some unnecessary Synapse services"
  5234. msgstr ""
  5235. #: ../../../CHANGELOG.md:3799
  5236. msgid "The following services are not necessary, so they have been disabled:"
  5237. msgstr ""
  5238. #: ../../../CHANGELOG.md:3800
  5239. msgid "on the federation port (8448): the `client` service"
  5240. msgstr ""
  5241. #: ../../../CHANGELOG.md:3801
  5242. msgid "on the http port (8008, exposed over 443): the old Angular `webclient` and the `federation` service"
  5243. msgstr ""
  5244. #: ../../../CHANGELOG.md:3803
  5245. msgid "Federation runs only on the federation port (8448) now. The Client APIs run only on the http port (8008) now."
  5246. msgstr ""
  5247. #: ../../../CHANGELOG.md:3806
  5248. msgid "2018-08-15"
  5249. msgstr ""
  5250. #: ../../../CHANGELOG.md:3808
  5251. msgid "mxisd Identity Server support"
  5252. msgstr ""
  5253. #: ../../../CHANGELOG.md:3810
  5254. 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)."
  5255. msgstr ""
  5256. #: ../../../CHANGELOG.md:3813
  5257. msgid "2018-08-14"
  5258. msgstr ""
  5259. #: ../../../CHANGELOG.md:3815
  5260. msgid "Email-sending support"
  5261. msgstr ""
  5262. #: ../../../CHANGELOG.md:3817
  5263. 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)."
  5264. msgstr ""
  5265. #: ../../../CHANGELOG.md:3819
  5266. msgid "With this, Matrix Synapse is able to send email notifications for missed messages, etc."
  5267. msgstr ""
  5268. #: ../../../CHANGELOG.md:3822
  5269. msgid "2018-08-08"
  5270. msgstr ""
  5271. #: ../../../CHANGELOG.md:3828
  5272. msgid "from `matrix_max_upload_size_mb` to `matrix_synapse_max_upload_size_mb`"
  5273. msgstr ""
  5274. #: ../../../CHANGELOG.md:3829
  5275. msgid "from `matrix_max_log_file_size_mb` to `matrix_synapse_max_log_file_size_mb`"
  5276. msgstr ""
  5277. #: ../../../CHANGELOG.md:3830
  5278. msgid "from `matrix_max_log_files_count` to `matrix_synapse_max_log_files_count`"
  5279. msgstr ""
  5280. #: ../../../CHANGELOG.md:3831
  5281. msgid "from `docker_matrix_image` to `matrix_docker_image_synapse`"
  5282. msgstr ""
  5283. #: ../../../CHANGELOG.md:3832
  5284. msgid "from `docker_nginx_image` to `matrix_docker_image_nginx`"
  5285. msgstr ""
  5286. #: ../../../CHANGELOG.md:3833
  5287. msgid "from `docker_riot_image` to `matrix_docker_image_riot`"
  5288. msgstr ""
  5289. #: ../../../CHANGELOG.md:3834
  5290. msgid "from `docker_goofys_image` to `matrix_docker_image_goofys`"
  5291. msgstr ""
  5292. #: ../../../CHANGELOG.md:3835
  5293. msgid "from `docker_coturn_image` to `matrix_docker_image_coturn`"
  5294. msgstr ""
  5295. #: ../../../CHANGELOG.md:3837
  5296. msgid "If you're overriding any of them in your `vars.yml` file, you'd need to change to the new names."
  5297. msgstr ""
  5298. #: ../../../CHANGELOG.md:3839
  5299. msgid "Renaming Ansible playbook tag"
  5300. msgstr ""
  5301. #: ../../../CHANGELOG.md:3841
  5302. msgid "The command for executing the whole playbook has changed. The `setup-main` tag got renamed to `setup-all`."
  5303. msgstr ""
  5304. #: ../../../CHANGELOG.md:3843
  5305. msgid "Docker container linking"
  5306. msgstr ""
  5307. #: ../../../CHANGELOG.md:3845
  5308. 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."
  5309. msgstr ""