Matrix Docker Ansible eploy
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 

502 lignes
23 KiB

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) 2018-2025, Slavi Pantaleev, Aine Etke, MDAD community members
  3. # This file is distributed under the same license as the matrix-docker-ansible-deploy package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: matrix-docker-ansible-deploy \n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2025-01-27 09:54+0200\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #: ../../../docs/configuring-playbook-jitsi.md:1
  19. msgid "Setting up the Jitsi video-conferencing platform (optional)"
  20. msgstr ""
  21. #: ../../../docs/configuring-playbook-jitsi.md:3
  22. msgid "The playbook can install and configure the [Jitsi](https://jitsi.org/) video-conferencing platform for you."
  23. msgstr ""
  24. #: ../../../docs/configuring-playbook-jitsi.md:5
  25. msgid "Jitsi can not only be integrated with Element clients ([Element Web](configuring-playbook-client-element-web.md)/Desktop, Android and iOS) as a widget, but also be used as standalone web app."
  26. msgstr ""
  27. #: ../../../docs/configuring-playbook-jitsi.md:7
  28. msgid "See the project's [documentation](https://jitsi.github.io/handbook/) to learn what it does and why it might be useful to you."
  29. msgstr ""
  30. #: ../../../docs/configuring-playbook-jitsi.md:9
  31. msgid "**Note**: the configuration by the playbook is similar to the one by [docker-jitsi-meet](https://github.com/jitsi/docker-jitsi-meet). You can refer to the official documentation for Docker deployment [here](https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker/)."
  32. msgstr ""
  33. #: ../../../docs/configuring-playbook-jitsi.md:11
  34. msgid "Prerequisites"
  35. msgstr ""
  36. #: ../../../docs/configuring-playbook-jitsi.md:13
  37. msgid "You may need to open the following ports to your server:"
  38. msgstr ""
  39. #: ../../../docs/configuring-playbook-jitsi.md:15
  40. msgid "`4443/tcp` — RTP media fallback over TCP"
  41. msgstr ""
  42. #: ../../../docs/configuring-playbook-jitsi.md:16
  43. msgid "`10000/udp` — RTP media over UDP. Depending on your firewall/NAT configuration, incoming RTP packets on port `10000` may have the external IP of your firewall as destination address, due to the usage of STUN in JVB (see [`jitsi_jvb_stun_servers`](https://github.com/mother-of-all-self-hosting/ansible-role-jitsi/blob/main/defaults/main.yml))."
  44. msgstr ""
  45. #: ../../../docs/configuring-playbook-jitsi.md:18
  46. msgid "Adjusting DNS records"
  47. msgstr ""
  48. #: ../../../docs/configuring-playbook-jitsi.md:20
  49. msgid "By default, this playbook installs Jitsi on the `jitsi.` subdomain (`jitsi.example.com`) and requires you to create a CNAME record for `jitsi`, which targets `matrix.example.com`."
  50. msgstr ""
  51. #: ../../../docs/configuring-playbook-jitsi.md:22
  52. msgid "When setting, replace `example.com` with your own."
  53. msgstr ""
  54. #: ../../../docs/configuring-playbook-jitsi.md:24
  55. msgid "Adjusting the playbook configuration"
  56. msgstr ""
  57. #: ../../../docs/configuring-playbook-jitsi.md:26
  58. msgid "To enable Jitsi, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  59. msgstr ""
  60. #: ../../../docs/configuring-playbook-jitsi.md:32
  61. msgid "Adjusting the Jitsi URL (optional)"
  62. msgstr ""
  63. #: ../../../docs/configuring-playbook-jitsi.md:34
  64. msgid "By tweaking the `jitsi_hostname` variable, you can easily make the service available at a **different hostname** than the default one."
  65. msgstr ""
  66. #: ../../../docs/configuring-playbook-jitsi.md:36
  67. msgid "Example additional configuration for your `vars.yml` file:"
  68. msgstr ""
  69. #: ../../../docs/configuring-playbook-jitsi.md:43
  70. msgid "After changing the domain, **you may need to adjust your DNS** records to point the Jitsi domain to the Matrix server."
  71. msgstr ""
  72. #: ../../../docs/configuring-playbook-jitsi.md:45
  73. msgid "Configure Jitsi authentication and guests mode (optional)"
  74. msgstr ""
  75. #: ../../../docs/configuring-playbook-jitsi.md:47
  76. msgid "By default the Jitsi instance does not require for anyone to log in, and is open to use without an account. To control who is allowed to start meetings on your Jitsi instance, you'd need to enable Jitsi's authentication and optionally guests mode."
  77. msgstr ""
  78. #: ../../../docs/configuring-playbook-jitsi.md:49
  79. msgid "Authentication type must be one of them: `internal` (default), `jwt`, `matrix` or `ldap`. Currently, only `internal`, `matrix` and `ldap` mechanisms are supported by the [Jitsi role](https://github.com/mother-of-all-self-hosting/ansible-role-jitsi)."
  80. msgstr ""
  81. #: ../../../docs/configuring-playbook-jitsi.md:51
  82. msgid "With authentication enabled, all meetings have to be started by a registered user. After the meeting is started by that user, then guests are free to join. If the registered user is not yet present, the guests are put on hold in individual waiting rooms."
  83. msgstr ""
  84. #: ../../../docs/configuring-playbook-jitsi.md:53
  85. msgid "**Note**: authentication is not tested by the playbook's self-checks. We therefore recommend that you would make sure by yourself that authentication is configured properly. To test it, start a meeting at `jitsi.example.com` on your browser."
  86. msgstr ""
  87. #: ../../../docs/configuring-playbook-jitsi.md:55
  88. msgid "Authenticate using Jitsi accounts: Auth-Type `internal` (recommended)"
  89. msgstr ""
  90. #: ../../../docs/configuring-playbook-jitsi.md:57
  91. msgid "The default authentication mechanism is `internal` auth, which requires a Jitsi account to have been configured. This is a recommended method, as it also works in federated rooms."
  92. msgstr ""
  93. #: ../../../docs/configuring-playbook-jitsi.md:59
  94. msgid "To enable authentication with a Jitsi account, add the following configuration to your `vars.yml` file. Make sure to replace `USERNAME_…` and `PASSWORD_…` with your own values."
  95. msgstr ""
  96. #: ../../../docs/configuring-playbook-jitsi.md:71
  97. msgid "**Note**: as Jitsi account removal function is not integrated into the playbook, these accounts will not be able to be removed from the Prosody server automatically, even if they are removed from your `vars.yml` file subsequently."
  98. msgstr ""
  99. #: ../../../docs/configuring-playbook-jitsi.md:73
  100. msgid "Authenticate using Matrix OpenID: Auth-Type `matrix`"
  101. msgstr ""
  102. #: ../../../docs/configuring-playbook-jitsi.md:75
  103. msgid "[!WARNING] This breaks the Jitsi instance on federated rooms probably and does not allow sharing conference links with guests."
  104. msgstr ""
  105. #: ../../../docs/configuring-playbook-jitsi.md:78
  106. msgid "This authentication method requires [Matrix User Verification Service](https://github.com/matrix-org/matrix-user-verification-service), which can be installed using this [playbook](configuring-playbook-user-verification-service.md). It verifies against Matrix openID, and requires a user-verification-service to run."
  107. msgstr ""
  108. #: ../../../docs/configuring-playbook-jitsi.md:80
  109. msgid "To enable authentication with Matrix OpenID, add the following configuration to your `vars.yml` file:"
  110. msgstr ""
  111. #: ../../../docs/configuring-playbook-jitsi.md:88
  112. msgid "For more information see also [https://github.com/matrix-org/prosody-mod-auth-matrix-user-verification](https://github.com/matrix-org/prosody-mod-auth-matrix-user-verification)."
  113. msgstr ""
  114. #: ../../../docs/configuring-playbook-jitsi.md:90
  115. msgid "Authenticate using LDAP: Auth-Type `ldap`"
  116. msgstr ""
  117. #: ../../../docs/configuring-playbook-jitsi.md:92
  118. msgid "To enable authentication with LDAP, add the following configuration to your `vars.yml` file (adapt to your needs):"
  119. msgstr ""
  120. #: ../../../docs/configuring-playbook-jitsi.md:112
  121. msgid "For more information refer to the [docker-jitsi-meet](https://github.com/jitsi/docker-jitsi-meet#authentication-using-ldap) and the [saslauthd `LDAP_SASLAUTHD`](https://github.com/winlibs/cyrus-sasl/blob/master/saslauthd/LDAP_SASLAUTHD) documentation."
  122. msgstr ""
  123. #: ../../../docs/configuring-playbook-jitsi.md:114
  124. msgid "Configure `JVB_ADVERTISE_IPS` for running behind NAT or on a LAN environment (optional)"
  125. msgstr ""
  126. #: ../../../docs/configuring-playbook-jitsi.md:116
  127. msgid "When running Jitsi in a LAN environment, or on the public Internet via NAT, the `JVB_ADVERTISE_IPS` enviornment variable should be set."
  128. msgstr ""
  129. #: ../../../docs/configuring-playbook-jitsi.md:118
  130. msgid "This variable allows to control which IP addresses the JVB will advertise for WebRTC media traffic. It is necessary to set it regardless of the use of a reverse proxy, since it's the IP address that will receive the media (audio / video) and not HTTP traffic, hence it's oblivious to the reverse proxy."
  131. msgstr ""
  132. #: ../../../docs/configuring-playbook-jitsi.md:120
  133. msgid "If your users are coming in over the Internet (and not over LAN), this will likely be your public IP address. If this is not set up correctly, calls will crash when more than two users join a meeting."
  134. msgstr ""
  135. #: ../../../docs/configuring-playbook-jitsi.md:122
  136. msgid "To set the variable, add the following configuration to your `vars.yml` file. Make sure to replace `LOCAL_IP_ADDRESS_OF_THE_HOST_HERE` with a proper value."
  137. msgstr ""
  138. #: ../../../docs/configuring-playbook-jitsi.md:129
  139. msgid "Check [the official documentation](https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-docker/#running-behind-nat-or-on-a-lan-environment) for more details about it."
  140. msgstr ""
  141. #: ../../../docs/configuring-playbook-jitsi.md:131
  142. msgid "Set a maximum number of participants on a Jitsi conference (optional)"
  143. msgstr ""
  144. #: ../../../docs/configuring-playbook-jitsi.md:133
  145. msgid "You can set a maximum number of participants allowed to join a Jitsi conference. By default the number is not specified."
  146. msgstr ""
  147. #: ../../../docs/configuring-playbook-jitsi.md:135
  148. msgid "To set it, add the following configuration to your `vars.yml` file (adapt to your needs):"
  149. msgstr ""
  150. #: ../../../docs/configuring-playbook-jitsi.md:141
  151. msgid "Enable Gravatar (optional)"
  152. msgstr ""
  153. #: ../../../docs/configuring-playbook-jitsi.md:143
  154. msgid "In the default Jisti Meet configuration, `gravatar.com` is enabled as an avatar service."
  155. msgstr ""
  156. #: ../../../docs/configuring-playbook-jitsi.md:145
  157. msgid "Since the Element clients send the URL of configured Matrix avatars to the Jitsi instance, our default configuration has disabled the Gravatar service."
  158. msgstr ""
  159. #: ../../../docs/configuring-playbook-jitsi.md:147
  160. msgid "To enable the Gravatar service, add the following configuration to your `vars.yml` file:"
  161. msgstr ""
  162. #: ../../../docs/configuring-playbook-jitsi.md:153
  163. msgid "[!WARNING] This will result in third party request leaking data to the Gravatar Service (`gravatar.com`, unless configured otherwise). Besides metadata, the Matrix user_id and possibly the room ID (via `referrer` header) will be also sent to the third party."
  164. msgstr ""
  165. #: ../../../docs/configuring-playbook-jitsi.md:156
  166. msgid "Fine tune Jitsi (optional)"
  167. msgstr ""
  168. #: ../../../docs/configuring-playbook-jitsi.md:158
  169. msgid "If you'd like to have Jitsi save up resources, add the following configuration to your `vars.yml` file (adapt to your needs):"
  170. msgstr ""
  171. #: ../../../docs/configuring-playbook-jitsi.md:171
  172. msgid "These configurations:"
  173. msgstr ""
  174. #: ../../../docs/configuring-playbook-jitsi.md:173
  175. msgid "**limit the maximum video resolution**, to save up resources on both server and clients"
  176. msgstr ""
  177. #: ../../../docs/configuring-playbook-jitsi.md:174
  178. msgid "**suspend unused video layers** until they are requested again, to save up resources on both server and clients. Read more on this feature [here](https://jitsi.org/blog/new-off-stage-layer-suppression-feature/)."
  179. msgstr ""
  180. #: ../../../docs/configuring-playbook-jitsi.md:175
  181. msgid "**disable audio levels** to avoid excessive refresh of the client-side page and decrease the CPU consumption involved"
  182. msgstr ""
  183. #: ../../../docs/configuring-playbook-jitsi.md:176
  184. msgid "**limit the number of video feeds forwarded to each client**, to save up resources on both server and clients. As clients’ bandwidth and CPU may not bear the load, use this setting to avoid lag and crashes. This feature is available by default on other webconference applications such as Office 365 Teams (the number is limited to 4). Read how it works [here](https://github.com/jitsi/jitsi-videobridge/blob/5ff195985edf46c9399dcf263cb07167f0a2c724/doc/allocation.md)."
  185. msgstr ""
  186. #: ../../../docs/configuring-playbook-jitsi.md:178
  187. msgid "Example configurations"
  188. msgstr ""
  189. #: ../../../docs/configuring-playbook-jitsi.md:180
  190. msgid "Here is an example set of configurations for running a Jitsi instance with:"
  191. msgstr ""
  192. #: ../../../docs/configuring-playbook-jitsi.md:182
  193. msgid "authentication using a Jitsi account (username: `US3RNAME`, password: `passw0rd`)"
  194. msgstr ""
  195. #: ../../../docs/configuring-playbook-jitsi.md:183
  196. msgid "guests: allowed"
  197. msgstr ""
  198. #: ../../../docs/configuring-playbook-jitsi.md:184
  199. msgid "maximum participants: 6 people"
  200. msgstr ""
  201. #: ../../../docs/configuring-playbook-jitsi.md:185
  202. msgid "fine tuning with the configurations presented above"
  203. msgstr ""
  204. #: ../../../docs/configuring-playbook-jitsi.md:186
  205. msgid "other miscellaneous options (see the official Jitsi documentation [here](https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-configuration) and [here](https://jitsi.github.io/handbook/docs/user-guide/user-guide-advanced))"
  206. msgstr ""
  207. #: ../../../docs/configuring-playbook-jitsi.md:206
  208. msgid "Installing"
  209. msgstr ""
  210. #: ../../../docs/configuring-playbook-jitsi.md:208
  211. msgid "After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the playbook with [playbook tags](playbook-tags.md) as below:"
  212. msgstr ""
  213. #: ../../../docs/configuring-playbook-jitsi.md:215
  214. msgid "The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`"
  215. msgstr ""
  216. #: ../../../docs/configuring-playbook-jitsi.md:217
  217. msgid "`just install-all` is useful for maintaining your setup quickly ([2x-5x faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-runtime) than `just setup-all`) when its components remain unchanged. If you adjust your `vars.yml` to remove other components, you'd need to run `just setup-all`, or these components will still remain installed. Note these shortcuts run the `ensure-matrix-users-created` tag too."
  218. msgstr ""
  219. #: ../../../docs/configuring-playbook-jitsi.md:219
  220. msgid "Usage"
  221. msgstr ""
  222. #: ../../../docs/configuring-playbook-jitsi.md:221
  223. msgid "You can use the self-hosted Jitsi server in multiple ways:"
  224. msgstr ""
  225. #: ../../../docs/configuring-playbook-jitsi.md:223
  226. msgid "**by adding a widget to a room via Element Web** (the one configured by the playbook at `https://element.example.com`). Just start a voice or a video call in a room containing more than 2 members and that would create a Jitsi widget which utilizes your self-hosted Jitsi server."
  227. msgstr ""
  228. #: ../../../docs/configuring-playbook-jitsi.md:225
  229. msgid "**directly (without any Matrix integration)**. Just go to `https://jitsi.example.com`"
  230. msgstr ""
  231. #: ../../../docs/configuring-playbook-jitsi.md:227
  232. msgid "Set up additional JVBs for more video-conferences (optional)"
  233. msgstr ""
  234. #: ../../../docs/configuring-playbook-jitsi.md:229
  235. msgid "By default, a single JVB ([Jitsi VideoBridge](https://github.com/jitsi/jitsi-videobridge)) is deployed on the same host as the Matrix server. To allow more video-conferences to happen at the same time, you'd need to provision additional JVB services on other hosts."
  236. msgstr ""
  237. #: ../../../docs/configuring-playbook-jitsi.md:231
  238. msgid "These settings below will allow you to provision those extra JVB instances. The instances will register themselves with the Prosody service, and be available for Jicofo to route conferences too."
  239. msgstr ""
  240. #: ../../../docs/configuring-playbook-jitsi.md:233
  241. msgid "Add the `jitsi_jvb_servers` section on `hosts` file"
  242. msgstr ""
  243. #: ../../../docs/configuring-playbook-jitsi.md:235
  244. msgid "For additional JVBs, you'd need to add the section titled `jitsi_jvb_servers` on the ansible `hosts` file with the details of the JVB hosts as below:"
  245. msgstr ""
  246. #: ../../../docs/configuring-playbook-jitsi.md:242
  247. msgid "Make sure to replace `jvb-2.example.com` with your hostname for the JVB and `192.168.0.2` with your JVB's external IP address, respectively."
  248. msgstr ""
  249. #: ../../../docs/configuring-playbook-jitsi.md:244
  250. msgid "You could add JVB hosts as many as you would like. When doing so, add lines with the details of them."
  251. msgstr ""
  252. #: ../../../docs/configuring-playbook-jitsi.md:246
  253. msgid "Prepare `vars.yml` files for additional JVBs"
  254. msgstr ""
  255. #: ../../../docs/configuring-playbook-jitsi.md:248
  256. msgid "If the main server is `matrix.example.com` and the additional JVB instance is going to be deployed at `jvb-2.example.com`, the variables for the latter need to be specified on `vars.yml` in its directory (`inventory/host_vars/jvb-2.example.com`)."
  257. msgstr ""
  258. #: ../../../docs/configuring-playbook-jitsi.md:250
  259. msgid "Note that most (if not all) variables are common for both servers."
  260. msgstr ""
  261. #: ../../../docs/configuring-playbook-jitsi.md:252
  262. msgid "If you are setting up multiple JVB instances, you'd need to create `vars.yml` files for each of them too (`inventory/host_vars/jvb-3.example.com/vars.yml`, for example)."
  263. msgstr ""
  264. #: ../../../docs/configuring-playbook-jitsi.md:254
  265. msgid "Set the server ID to each JVB"
  266. msgstr ""
  267. #: ../../../docs/configuring-playbook-jitsi.md:256
  268. msgid "Each JVB requires a server ID to be set, so that it will be uniquely identified. The server ID allows Jitsi to keep track of which conferences are on which JVB."
  269. msgstr ""
  270. #: ../../../docs/configuring-playbook-jitsi.md:258
  271. msgid "The server ID can be set with the variable `jitsi_jvb_server_id`. It will end up as the `JVB_WS_SERVER_ID` environment variables in the JVB docker container."
  272. msgstr ""
  273. #: ../../../docs/configuring-playbook-jitsi.md:260
  274. msgid "To set the server ID to `jvb-2`, add the following configuration to either `hosts` or `vars.yml` files (adapt to your needs)."
  275. msgstr ""
  276. #: ../../../docs/configuring-playbook-jitsi.md:262
  277. msgid "On `hosts`:"
  278. msgstr ""
  279. #: ../../../docs/configuring-playbook-jitsi.md:264
  280. msgid "Add `jitsi_jvb_server_id=jvb-2` after your JVB's external IP addresses as below:"
  281. msgstr ""
  282. #: ../../../docs/configuring-playbook-jitsi.md:272
  283. msgid "On `vars.yml` files:"
  284. msgstr ""
  285. #: ../../../docs/configuring-playbook-jitsi.md:278
  286. msgid "Alternatively, you can specify the variable as a parameter to [the ansible command](#run-the-playbook)."
  287. msgstr ""
  288. #: ../../../docs/configuring-playbook-jitsi.md:280
  289. msgid "**Note**: the server ID `jvb-1` is reserved for the JVB instance running on the Matrix host, therefore should not be used as the ID of an additional JVB host."
  290. msgstr ""
  291. #: ../../../docs/configuring-playbook-jitsi.md:282
  292. msgid "Set colibri WebSocket port"
  293. msgstr ""
  294. #: ../../../docs/configuring-playbook-jitsi.md:284
  295. msgid "The additional JVBs will need to expose the colibri WebSocket port."
  296. msgstr ""
  297. #: ../../../docs/configuring-playbook-jitsi.md:286
  298. msgid "To expose the port, add the following configuration to your `vars.yml` files:"
  299. msgstr ""
  300. #: ../../../docs/configuring-playbook-jitsi.md:292
  301. msgid "Set Prosody XMPP server"
  302. msgstr ""
  303. #: ../../../docs/configuring-playbook-jitsi.md:294
  304. msgid "The JVB will also need to know the location of the Prosody XMPP server."
  305. msgstr ""
  306. #: ../../../docs/configuring-playbook-jitsi.md:296
  307. msgid "Similar to the server ID (`jitsi_jvb_server_id`), this can be set with the variable for the JVB by using the variable `jitsi_xmpp_server`."
  308. msgstr ""
  309. #: ../../../docs/configuring-playbook-jitsi.md:298
  310. msgid "Set the Matrix domain"
  311. msgstr ""
  312. #: ../../../docs/configuring-playbook-jitsi.md:300
  313. msgid "The Jitsi Prosody container is deployed on the Matrix server by default, so the value can be set to the Matrix domain. To set the value, add the following configuration to your `vars.yml` files:"
  314. msgstr ""
  315. #: ../../../docs/configuring-playbook-jitsi.md:306
  316. msgid "Set an IP address of the Matrix server"
  317. msgstr ""
  318. #: ../../../docs/configuring-playbook-jitsi.md:308
  319. msgid "Alternatively, the IP address of the Matrix server can be set. This can be useful if you would like to use a private IP address."
  320. msgstr ""
  321. #: ../../../docs/configuring-playbook-jitsi.md:310
  322. msgid "To set the IP address of the Matrix server, add the following configuration to your `vars.yml` files:"
  323. msgstr ""
  324. #: ../../../docs/configuring-playbook-jitsi.md:316
  325. msgid "Expose XMPP port"
  326. msgstr ""
  327. #: ../../../docs/configuring-playbook-jitsi.md:318
  328. msgid "By default, the Matrix server does not expose the XMPP port (`5222`); only the XMPP container exposes it internally inside the host. This means that the first JVB (which runs on the Matrix server) can reach it but the additional JVBs cannot. Therefore, the XMPP server needs to expose the port, so that the additional JVBs can connect to it."
  329. msgstr ""
  330. #: ../../../docs/configuring-playbook-jitsi.md:320
  331. msgid "To expose the port and have Docker forward the port, add the following configuration to your `vars.yml` files:"
  332. msgstr ""
  333. #: ../../../docs/configuring-playbook-jitsi.md:326
  334. msgid "Reverse-proxy with Traefik"
  335. msgstr ""
  336. #: ../../../docs/configuring-playbook-jitsi.md:328
  337. msgid "To make Traefik reverse-proxy to these additional JVBs, add the following configuration to your main `vars.yml` file (`inventory/host_vars/matrix.example.com/vars.yml`):"
  338. msgstr ""
  339. #: ../../../docs/configuring-playbook-jitsi.md:364
  340. msgid "Run the playbook"
  341. msgstr ""
  342. #: ../../../docs/configuring-playbook-jitsi.md:366
  343. msgid "After configuring `hosts` and `vars.yml` files, run the playbook with [playbook tags](playbook-tags.md) as below:"
  344. msgstr ""
  345. #: ../../../docs/configuring-playbook-jitsi.md:372
  346. msgid "Troubleshooting"
  347. msgstr ""
  348. #: ../../../docs/configuring-playbook-jitsi.md:374
  349. msgid "`Error: Account creation/modification not supported`"
  350. msgstr ""
  351. #: ../../../docs/configuring-playbook-jitsi.md:376
  352. msgid "If you get an error like `Error: Account creation/modification not supported` with authentication enabled, it's likely that you had previously installed Jitsi without auth/guest support."
  353. msgstr ""
  354. #: ../../../docs/configuring-playbook-jitsi.md:378
  355. msgid "In this case, you should consider to rebuild your Jitsi installation."
  356. msgstr ""
  357. #: ../../../docs/configuring-playbook-jitsi.md:380
  358. msgid "Rebuilding your Jitsi installation"
  359. msgstr ""
  360. #: ../../../docs/configuring-playbook-jitsi.md:382
  361. msgid "If you ever run into any trouble or if you have changed configuration (`jitsi_*` variables) too much, you can rebuild your Jitsi installation."
  362. msgstr ""
  363. #: ../../../docs/configuring-playbook-jitsi.md:384
  364. msgid "We normally don't recommend manual intervention, but Jitsi services tend to generate a lot of configuration files, and it is often wise to start afresh setting the services up, rather than messing with the existing configuration files. Since not all of those files are managed by Ansible (at least not yet), you may sometimes need to delete them by yourself manually."
  365. msgstr ""
  366. #: ../../../docs/configuring-playbook-jitsi.md:386
  367. msgid "To rebuild your Jitsi configuration, follow the procedure below:"
  368. msgstr ""
  369. #: ../../../docs/configuring-playbook-jitsi.md:388
  370. msgid "run this command locally to stop all Jitsi services: `just run-tags stop-group --extra-vars=group=jitsi`"
  371. msgstr ""
  372. #: ../../../docs/configuring-playbook-jitsi.md:389
  373. msgid "log in the server with SSH"
  374. msgstr ""
  375. #: ../../../docs/configuring-playbook-jitsi.md:390
  376. msgid "run this command remotely to remove all Jitsi configuration & data: `rm -rf /matrix/jitsi`"
  377. msgstr ""
  378. #: ../../../docs/configuring-playbook-jitsi.md:391
  379. msgid "run this command locally to set up Jitsi anew and restart services: `just install-service jitsi`"
  380. msgstr ""