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.
 
 
 

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