Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

679 lines
21 KiB

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) 2018-2024, Slavi Pantaleev, Aine Etke, MDAD community
  3. # members
  4. # This file is distributed under the same license as the
  5. # matrix-docker-ansible-deploy package.
  6. # FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
  7. #
  8. #, fuzzy
  9. msgid ""
  10. msgstr ""
  11. "Project-Id-Version: matrix-docker-ansible-deploy \n"
  12. "Report-Msgid-Bugs-To: \n"
  13. "POT-Creation-Date: 2024-12-20 09:53+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. #: ../../../docs/configuring-playbook-bridge-hookshot.md:1
  24. msgid "Setting up matrix-hookshot (optional)"
  25. msgstr ""
  26. #: ../../../docs/configuring-playbook-bridge-hookshot.md:3
  27. msgid ""
  28. "The playbook can install and configure [matrix-"
  29. "hookshot](https://github.com/matrix-org/matrix-hookshot) for you."
  30. msgstr ""
  31. #: ../../../docs/configuring-playbook-bridge-hookshot.md:5
  32. msgid ""
  33. "Hookshot can bridge [Webhooks](https://en.wikipedia.org/wiki/Webhook) "
  34. "from software project management services such as GitHub, GitLab, Jira, "
  35. "and Figma, as well as generic webhooks."
  36. msgstr ""
  37. #: ../../../docs/configuring-playbook-bridge-hookshot.md:7
  38. msgid ""
  39. "See the project's [documentation](https://matrix-org.github.io/matrix-"
  40. "hookshot/latest/hookshot.html) to learn what it does and why it might be "
  41. "useful to you."
  42. msgstr ""
  43. #: ../../../docs/configuring-playbook-bridge-hookshot.md:9
  44. msgid ""
  45. "**Note**: the playbook also supports [matrix-appservice-webhooks"
  46. "](configuring-playbook-bridge-appservice-webhooks.md), which however was "
  47. "deprecated by its author."
  48. msgstr ""
  49. #: ../../../docs/configuring-playbook-bridge-hookshot.md:11
  50. msgid "Prerequisites"
  51. msgstr ""
  52. #: ../../../docs/configuring-playbook-bridge-hookshot.md:13
  53. msgid "Download GitHub app private key (optional)"
  54. msgstr ""
  55. #: ../../../docs/configuring-playbook-bridge-hookshot.md:15
  56. msgid ""
  57. "If you're setting up the GitHub bridge, you need to create your GitHub "
  58. "app, and generate a private key file of it."
  59. msgstr ""
  60. #: ../../../docs/configuring-playbook-bridge-hookshot.md:17
  61. msgid ""
  62. "You need to download the private key file, if you will install the file "
  63. "manually or with the `aux` role. For details, see [the section below"
  64. "](#manage-github-private-key-with-aux-role)."
  65. msgstr ""
  66. #: ../../../docs/configuring-playbook-bridge-hookshot.md:19
  67. msgid "Adjusting the playbook configuration"
  68. msgstr ""
  69. #: ../../../docs/configuring-playbook-bridge-hookshot.md:21
  70. msgid ""
  71. "Add the following configuration to your "
  72. "`inventory/host_vars/matrix.example.com/vars.yml` file. Make sure to "
  73. "replace `GITHUB_PRIVATE_KEY_HERE` with the one created [above](#download-"
  74. "github-app-private-key)."
  75. msgstr ""
  76. #: ../../../docs/configuring-playbook-bridge-hookshot.md:35
  77. msgid ""
  78. "For each of the services (GitHub, GitLab, Jira, Figma, and generic "
  79. "webhooks) fill in the respective variables `matrix_hookshot_service_*` "
  80. "listed in [main.yml](../roles/custom/matrix-bridge-"
  81. "hookshot/defaults/main.yml) as required."
  82. msgstr ""
  83. #: ../../../docs/configuring-playbook-bridge-hookshot.md:37
  84. msgid ""
  85. "Take special note of the `matrix_hookshot_*_enabled` variables. Services "
  86. "that need no further configuration are enabled by default (GitLab and "
  87. "generic webhooks), while you must first add the required configuration "
  88. "and enable the others (GitHub, Jira, and Figma)."
  89. msgstr ""
  90. #: ../../../docs/configuring-playbook-bridge-hookshot.md:39
  91. msgid "Extending the configuration"
  92. msgstr ""
  93. #: ../../../docs/configuring-playbook-bridge-hookshot.md:41
  94. msgid ""
  95. "You can configure additional options by adding the "
  96. "`matrix_hookshot_configuration_extension_yaml` and "
  97. "`matrix_hookshot_registration_extension_yaml` variables."
  98. msgstr ""
  99. #: ../../../docs/configuring-playbook-bridge-hookshot.md:43
  100. msgid ""
  101. "Refer the [official instructions](https://matrix-org.github.io/matrix-"
  102. "hookshot/latest/setup.html) and the comments in "
  103. "[main.yml](../roles/custom/matrix-bridge-hookshot/defaults/main.yml) to "
  104. "learn what the individual options do."
  105. msgstr ""
  106. #: ../../../docs/configuring-playbook-bridge-hookshot.md:45
  107. msgid "Installing"
  108. msgstr ""
  109. #: ../../../docs/configuring-playbook-bridge-hookshot.md:47
  110. msgid ""
  111. "After configuring the playbook, run it with [playbook tags](playbook-"
  112. "tags.md) as below:"
  113. msgstr ""
  114. #: ../../../docs/configuring-playbook-bridge-hookshot.md:54
  115. msgid ""
  116. "The shortcut commands with the [`just` program](just.md) are also "
  117. "available: `just install-service hookshot` or `just setup-all`"
  118. msgstr ""
  119. #: ../../../docs/configuring-playbook-bridge-hookshot.md:56
  120. msgid ""
  121. "`just install-service hookshot` is useful for maintaining your setup "
  122. "quickly when its components remain unchanged. If you adjust your "
  123. "`vars.yml` to remove other components, you'd need to run `just setup-"
  124. "all`, or these components will still remain installed. Note `just setup-"
  125. "all` runs the `ensure-matrix-users-created` tag too."
  126. msgstr ""
  127. #: ../../../docs/configuring-playbook-bridge-hookshot.md:58
  128. msgid "Usage"
  129. msgstr ""
  130. #: ../../../docs/configuring-playbook-bridge-hookshot.md:60
  131. msgid ""
  132. "To use the bridge, you need to create a room and invite the Hookshot bot "
  133. "(`@hookshot:example.com`) to it."
  134. msgstr ""
  135. #: ../../../docs/configuring-playbook-bridge-hookshot.md:62
  136. msgid ""
  137. "Make sure the bot is able to send state events (usually the Moderator "
  138. "power level in clients)."
  139. msgstr ""
  140. #: ../../../docs/configuring-playbook-bridge-hookshot.md:64
  141. msgid ""
  142. "Send `!hookshot help` to the room to see the bridge's help menu for "
  143. "additional commands."
  144. msgstr ""
  145. #: ../../../docs/configuring-playbook-bridge-hookshot.md:66
  146. msgid ""
  147. "Refer to [Hookshot's documentation](https://matrix-org.github.io/matrix-"
  148. "hookshot/latest/usage.html) for more details about using the bridge's "
  149. "various features."
  150. msgstr ""
  151. #: ../../../docs/configuring-playbook-bridge-hookshot.md:68
  152. msgid ""
  153. "💡 **Note**: the different listeners are bound to certain paths which "
  154. "might differ from those assumed by the hookshot documentation. See [URLs "
  155. "for bridges setup](#urls-for-bridges-setup) below."
  156. msgstr ""
  157. #: ../../../docs/configuring-playbook-bridge-hookshot.md:70
  158. msgid "Reset crypto store"
  159. msgstr ""
  160. #: ../../../docs/configuring-playbook-bridge-hookshot.md:72
  161. msgid ""
  162. "Should the crypto store be corrupted, you can reset it by executing this "
  163. "Ansible playbook with the tag `reset-hookshot-encryption` added:"
  164. msgstr ""
  165. #: ../../../docs/configuring-playbook-bridge-hookshot.md:78
  166. msgid "More setup documentation"
  167. msgstr ""
  168. #: ../../../docs/configuring-playbook-bridge-hookshot.md:80
  169. msgid "URLs for bridges setup"
  170. msgstr ""
  171. #: ../../../docs/configuring-playbook-bridge-hookshot.md:82
  172. msgid ""
  173. "Unless indicated otherwise, the following endpoints are reachable on your"
  174. " `matrix.` subdomain (if the feature is enabled)."
  175. msgstr ""
  176. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  177. msgid "Listener"
  178. msgstr ""
  179. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  180. msgid "Default path"
  181. msgstr ""
  182. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  183. msgid "Variable"
  184. msgstr ""
  185. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  186. msgid "Used as"
  187. msgstr ""
  188. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  189. msgid "-"
  190. msgstr ""
  191. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  192. msgid "`/hookshot/webhooks/`"
  193. msgstr ""
  194. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  195. msgid "`matrix_hookshot_webhook_endpoint`"
  196. msgstr ""
  197. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  198. msgid "Webhook-prefix, which affects all webhook-related URLs below"
  199. msgstr ""
  200. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  201. msgid "generic"
  202. msgstr ""
  203. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  204. msgid "`/hookshot/webhooks/webhook`"
  205. msgstr ""
  206. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  207. msgid "`matrix_hookshot_generic_endpoint`"
  208. msgstr ""
  209. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  210. msgid "Generic webhooks"
  211. msgstr ""
  212. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  213. msgid "github oauth"
  214. msgstr ""
  215. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  216. msgid "`/hookshot/webhooks/oauth`"
  217. msgstr ""
  218. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  219. msgid "`matrix_hookshot_github_oauth_endpoint`"
  220. msgstr ""
  221. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  222. msgid "GitHub \"Callback URL\""
  223. msgstr ""
  224. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  225. msgid "jira oauth"
  226. msgstr ""
  227. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  228. msgid "`/hookshot/webhooks/jira/oauth`"
  229. msgstr ""
  230. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  231. msgid "`matrix_hookshot_jira_oauth_endpoint`"
  232. msgstr ""
  233. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  234. msgid "Jira OAuth"
  235. msgstr ""
  236. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  237. msgid "figma endpoint"
  238. msgstr ""
  239. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  240. msgid "`/hookshot/webhooks/figma/webhook`"
  241. msgstr ""
  242. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  243. msgid "`matrix_hookshot_figma_endpoint`"
  244. msgstr ""
  245. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  246. msgid "Figma"
  247. msgstr ""
  248. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  249. msgid "provisioning"
  250. msgstr ""
  251. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  252. msgid "`/hookshot/v1/`"
  253. msgstr ""
  254. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  255. msgid "`matrix_hookshot_provisioning_endpoint`"
  256. msgstr ""
  257. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  258. msgid "Dimension [provisioning](#provisioning-api)"
  259. msgstr ""
  260. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  261. msgid "appservice"
  262. msgstr ""
  263. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  264. msgid "`/hookshot/_matrix/app/`"
  265. msgstr ""
  266. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  267. msgid "`matrix_hookshot_appservice_endpoint`"
  268. msgstr ""
  269. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  270. msgid "Matrix server"
  271. msgstr ""
  272. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  273. msgid "widgets"
  274. msgstr ""
  275. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  276. msgid "`/hookshot/widgetapi/`"
  277. msgstr ""
  278. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  279. msgid "`matrix_hookshot_widgets_endpoint`"
  280. msgstr ""
  281. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  282. msgid "Widgets"
  283. msgstr ""
  284. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  285. msgid "metrics"
  286. msgstr ""
  287. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  288. msgid "`/metrics/hookshot`"
  289. msgstr ""
  290. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  291. msgid ""
  292. "`matrix_hookshot_metrics_enabled` and exposure enabled via "
  293. "`matrix_hookshot_metrics_proxying_enabled` or "
  294. "`matrix_metrics_exposure_enabled`. Read more in the [Metrics "
  295. "section](#metrics) below."
  296. msgstr ""
  297. #: ../../../docs/configuring-playbook-bridge-hookshot.md
  298. msgid "Prometheus"
  299. msgstr ""
  300. #: ../../../docs/configuring-playbook-bridge-hookshot.md:96
  301. msgid ""
  302. "Also see the various `matrix_hookshot_container_labels_*` variables in "
  303. "[main.yml](../roles/custom/matrix-bridge-hookshot/defaults/main.yml), "
  304. "which expose URLs publicly"
  305. msgstr ""
  306. #: ../../../docs/configuring-playbook-bridge-hookshot.md:98
  307. msgid ""
  308. "The different listeners are also reachable *internally* in the docker-"
  309. "network via the container's name (configured by "
  310. "`matrix_hookshot_container_url`) and on different ports (e.g. "
  311. "`matrix_hookshot_appservice_port`). Read [main.yml](../roles/custom"
  312. "/matrix-bridge-hookshot/defaults/main.yml) in detail for more info."
  313. msgstr ""
  314. #: ../../../docs/configuring-playbook-bridge-hookshot.md:100
  315. msgid "Manage GitHub Private Key with aux role"
  316. msgstr ""
  317. #: ../../../docs/configuring-playbook-bridge-hookshot.md:102
  318. msgid ""
  319. "The GitHub bridge requires you to install a private key file. This can be"
  320. " done in multiple ways:"
  321. msgstr ""
  322. #: ../../../docs/configuring-playbook-bridge-hookshot.md:104
  323. msgid ""
  324. "copy the *contents* of the downloaded file and set the variable "
  325. "`matrix_hookshot_github_private_key` to the contents (see example in "
  326. "[main.yml](../roles/custom/matrix-bridge-hookshot/defaults/main.yml))."
  327. msgstr ""
  328. #: ../../../docs/configuring-playbook-bridge-hookshot.md:105
  329. msgid ""
  330. "somehow copy the file to the path `{{ matrix_hookshot_base_path }}/{{ "
  331. "matrix_hookshot_github_private_key_file }}` (default: `/matrix/hookshot"
  332. "/private-key.pem`) on the server manually."
  333. msgstr ""
  334. #: ../../../docs/configuring-playbook-bridge-hookshot.md:106
  335. msgid ""
  336. "use the [`aux` role](https://github.com/mother-of-all-self-hosting"
  337. "/ansible-role-aux) to copy the file from an arbitrary path on your "
  338. "ansible client to the correct path on the server."
  339. msgstr ""
  340. #: ../../../docs/configuring-playbook-bridge-hookshot.md:108
  341. msgid ""
  342. "To use the `aux` role, make sure the `matrix_hookshot_github_private_key`"
  343. " variable is empty. Then add the following configuration to your "
  344. "`inventory/host_vars/matrix.example.com/vars.yml` file:"
  345. msgstr ""
  346. #: ../../../docs/configuring-playbook-bridge-hookshot.md:119
  347. msgid ""
  348. "For more information, see the documentation in the [default configuration"
  349. " of the aux role](https://github.com/mother-of-all-self-hosting/ansible-"
  350. "role-aux/blob/main/defaults/main.yml)."
  351. msgstr ""
  352. #: ../../../docs/configuring-playbook-bridge-hookshot.md:121
  353. msgid "Provisioning API"
  354. msgstr ""
  355. #: ../../../docs/configuring-playbook-bridge-hookshot.md:123
  356. msgid ""
  357. "The provisioning API will be enabled automatically if you set "
  358. "`matrix_dimension_enabled: true` and provided a "
  359. "`matrix_hookshot_provisioning_secret`, unless you override it either way."
  360. " To use hookshot with dimension, you will need to enter as \"Provisioning"
  361. " URL\": `http://matrix-hookshot:9002`, which is made up of the variables "
  362. "`matrix_hookshot_container_url` and `matrix_hookshot_provisioning_port`."
  363. msgstr ""
  364. #: ../../../docs/configuring-playbook-bridge-hookshot.md:125
  365. msgid "Metrics"
  366. msgstr ""
  367. #: ../../../docs/configuring-playbook-bridge-hookshot.md:127
  368. msgid ""
  369. "Metrics are **only enabled by default** if the builtin [Prometheus"
  370. "](configuring-playbook-prometheus-grafana.md) is enabled (by default, "
  371. "Prometheus isn't enabled). If so, metrics will automatically be collected"
  372. " by Prometheus and made available in Grafana. You will, however, need to "
  373. "set up your own Dashboard for displaying them."
  374. msgstr ""
  375. #: ../../../docs/configuring-playbook-bridge-hookshot.md:129
  376. msgid ""
  377. "To explicitly enable metrics, use `matrix_hookshot_metrics_enabled: "
  378. "true`. This only exposes metrics over the container network, however."
  379. msgstr ""
  380. #: ../../../docs/configuring-playbook-bridge-hookshot.md:131
  381. msgid ""
  382. "**To collect metrics from an external Prometheus server**, besides "
  383. "enabling metrics as described above, you will also need to enable metrics"
  384. " exposure on `https://matrix.example.com/metrics/hookshot` by:"
  385. msgstr ""
  386. #: ../../../docs/configuring-playbook-bridge-hookshot.md:133
  387. msgid ""
  388. "either enabling metrics exposure for Hookshot via "
  389. "`matrix_hookshot_metrics_proxying_enabled: true`"
  390. msgstr ""
  391. #: ../../../docs/configuring-playbook-bridge-hookshot.md:134
  392. msgid ""
  393. "or enabling metrics exposure for all services via "
  394. "`matrix_metrics_exposure_enabled: true`"
  395. msgstr ""
  396. #: ../../../docs/configuring-playbook-bridge-hookshot.md:136
  397. msgid ""
  398. "Whichever one you go with, by default metrics are exposed publicly "
  399. "**without** password-protection. See [the Prometheus and Grafana docs"
  400. "](configuring-playbook-prometheus-grafana.md) for details about password-"
  401. "protection for metrics."
  402. msgstr ""
  403. #: ../../../docs/configuring-playbook-bridge-hookshot.md:138
  404. msgid "Collision with matrix-appservice-webhooks"
  405. msgstr ""
  406. #: ../../../docs/configuring-playbook-bridge-hookshot.md:140
  407. msgid ""
  408. "If you are also running [matrix-appservice-webhooks](configuring-"
  409. "playbook-bridge-appservice-webhooks.md), it reserves its namespace by the"
  410. " default setting `matrix_appservice_webhooks_user_prefix: '_webhook_'`. "
  411. "You should take care if you modify its or hookshot's prefix that they do "
  412. "not collide with each other's namespace (default "
  413. "`matrix_hookshot_generic_userIdPrefix: '_webhooks_'`)."
  414. msgstr ""
  415. #~ msgid ""
  416. #~ "Hookshot can bridge "
  417. #~ "[Webhooks](https://en.wikipedia.org/wiki/Webhook) from "
  418. #~ "software project management services such "
  419. #~ "as GitHub, GitLab, JIRA, and Figma, "
  420. #~ "as well as generic webhooks."
  421. #~ msgstr ""
  422. #~ msgid ""
  423. #~ "See the project's [documentation](https://matrix-"
  424. #~ "org.github.io/matrix-hookshot/latest/hookshot.html) to "
  425. #~ "learn what it does in detail and"
  426. #~ " why it might be useful to you."
  427. #~ msgstr ""
  428. #~ msgid "Setup Instructions"
  429. #~ msgstr ""
  430. #~ msgid ""
  431. #~ "Refer to the [official instructions](https"
  432. #~ "://matrix-org.github.io/matrix-hookshot/latest/setup.html)"
  433. #~ " to learn what the individual options"
  434. #~ " do."
  435. #~ msgstr ""
  436. #~ msgid ""
  437. #~ "Enable the bridge by adding "
  438. #~ "`matrix_hookshot_enabled: true` to your "
  439. #~ "`vars.yml` file"
  440. #~ msgstr ""
  441. #~ msgid ""
  442. #~ "For each of the services (GitHub, "
  443. #~ "GitLab, Jira, Figma, generic webhooks) "
  444. #~ "fill in the respective variables "
  445. #~ "`matrix_hookshot_service_*` listed in "
  446. #~ "[main.yml](/roles/custom/matrix-bridge-"
  447. #~ "hookshot/defaults/main.yml) as required."
  448. #~ msgstr ""
  449. #~ msgid ""
  450. #~ "Take special note of the "
  451. #~ "`matrix_hookshot_*_enabled` variables. Services that"
  452. #~ " need no further configuration are "
  453. #~ "enabled by default (GitLab, Generic), "
  454. #~ "while you must first add the "
  455. #~ "required configuration and enable the "
  456. #~ "others (GitHub, Jira, Figma)."
  457. #~ msgstr ""
  458. #~ msgid ""
  459. #~ "If you're setting up the GitHub "
  460. #~ "bridge, you'll need to generate and "
  461. #~ "download a private key file after "
  462. #~ "you created your GitHub app. Copy "
  463. #~ "the contents of that file to the"
  464. #~ " variable `matrix_hookshot_github_private_key` so "
  465. #~ "the playbook can install it for "
  466. #~ "you, or use one of the [other "
  467. #~ "methods](#manage-github-private-key-with-"
  468. #~ "aux-role) explained below."
  469. #~ msgstr ""
  470. #~ msgid ""
  471. #~ "If you've already installed Matrix "
  472. #~ "services using the playbook before, "
  473. #~ "you'll need to re-run it (`--tags"
  474. #~ "=setup-all,start`). If not, proceed with"
  475. #~ " [configuring other playbook services"
  476. #~ "](configuring-playbook.md) and then with "
  477. #~ "[Installing](installing.md). Get back to this"
  478. #~ " guide once ready. Hookshot can be"
  479. #~ " set up individually using the tag"
  480. #~ " `setup-hookshot`."
  481. #~ msgstr ""
  482. #~ msgid ""
  483. #~ "Other configuration options are available "
  484. #~ "via the `matrix_hookshot_configuration_extension_yaml` "
  485. #~ "and `matrix_hookshot_registration_extension_yaml` "
  486. #~ "variables, see the comments in "
  487. #~ "[main.yml](/roles/custom/matrix-bridge-"
  488. #~ "hookshot/defaults/main.yml) for how to use "
  489. #~ "them."
  490. #~ msgstr ""
  491. #~ msgid "Finally, run the playbook (see [installing](installing.md))."
  492. #~ msgstr ""
  493. #~ msgid "End-to-bridge encryption"
  494. #~ msgstr ""
  495. #~ msgid ""
  496. #~ "You can enable [encryption](https://matrix-"
  497. #~ "org.github.io/matrix-hookshot/latest/advanced/encryption.html)"
  498. #~ " for Hookshot by adding "
  499. #~ "`matrix_hookshot_encryption_enabled: true` to your"
  500. #~ " configuration (`vars.yml`) and [executing "
  501. #~ "the playbook](installing.md) again."
  502. #~ msgstr ""
  503. #~ msgid ""
  504. #~ "Should the crypto store be corrupted,"
  505. #~ " you can reset it by executing "
  506. #~ "this Ansible playbook with the tag "
  507. #~ "`reset-hookshot-encryption` added, for "
  508. #~ "example `ansible-playbook -i inventory/hosts"
  509. #~ " setup.yml --tags=reset-hookshot-encryption`."
  510. #~ msgstr ""
  511. #~ msgid "Send a `!hookshot help` message to see a list of help commands."
  512. #~ msgstr ""
  513. #~ msgid ""
  514. #~ "**Important**: Note that the different "
  515. #~ "listeners are bound to certain paths "
  516. #~ "which might differ from those assumed"
  517. #~ " by the hookshot documentation, see "
  518. #~ "[URLs for bridges setup](#urls-for-"
  519. #~ "bridges-setup) below."
  520. #~ msgstr ""
  521. #~ msgid "listener"
  522. #~ msgstr ""
  523. #~ msgid "default path"
  524. #~ msgstr ""
  525. #~ msgid "variable"
  526. #~ msgstr ""
  527. #~ msgid "used as"
  528. #~ msgstr ""
  529. #~ msgid "JIRA OAuth"
  530. #~ msgstr ""
  531. #~ msgid ""
  532. #~ "Also see the various "
  533. #~ "`matrix_hookshot_container_labels_*` variables in "
  534. #~ "[main.yml](/roles/custom/matrix-bridge-"
  535. #~ "hookshot/defaults/main.yml), which expose URLs "
  536. #~ "publicly."
  537. #~ msgstr ""
  538. #~ msgid ""
  539. #~ "The different listeners are also "
  540. #~ "reachable *internally* in the docker-"
  541. #~ "network via the container's name "
  542. #~ "(configured by `matrix_hookshot_container_url`) and"
  543. #~ " on different ports (e.g. "
  544. #~ "`matrix_hookshot_appservice_port`). Read "
  545. #~ "[main.yml](/roles/custom/matrix-bridge-"
  546. #~ "hookshot/defaults/main.yml) in detail for more"
  547. #~ " info."
  548. #~ msgstr ""
  549. #~ msgid ""
  550. #~ "copy the *contents* of the downloaded"
  551. #~ " file and set the variable "
  552. #~ "`matrix_hookshot_github_private_key` to the contents"
  553. #~ " (see example in [main.yml](/roles/custom"
  554. #~ "/matrix-bridge-hookshot/defaults/main.yml))."
  555. #~ msgstr ""
  556. #~ msgid ""
  557. #~ "To use the `aux` role, make sure"
  558. #~ " the `matrix_hookshot_github_private_key` variable "
  559. #~ "is empty. Then add the following "
  560. #~ "additional configuration:"
  561. #~ msgstr ""