Update locales
This commit is contained in:
@ -10,7 +10,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: matrix-docker-ansible-deploy \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-12-16 12:05+0900\n"
|
||||
"POT-Creation-Date: 2024-12-20 09:53+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language: bg\n"
|
||||
@ -34,15 +34,15 @@ msgstr ""
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:5
|
||||
msgid ""
|
||||
"Hookshot can bridge [Webhooks](https://en.wikipedia.org/wiki/Webhook) "
|
||||
"from software project management services such as GitHub, GitLab, JIRA, "
|
||||
"from software project management services such as GitHub, GitLab, Jira, "
|
||||
"and Figma, as well as generic webhooks."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:7
|
||||
msgid ""
|
||||
"See the project's [documentation](https://matrix-org.github.io/matrix-"
|
||||
"hookshot/latest/hookshot.html) to learn what it does in detail and why it"
|
||||
" might be useful to you."
|
||||
"hookshot/latest/hookshot.html) to learn what it does and why it might be "
|
||||
"useful to you."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:9
|
||||
@ -53,152 +53,172 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:11
|
||||
msgid "Setup Instructions"
|
||||
msgid "Prerequisites"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:13
|
||||
msgid ""
|
||||
"Refer to the [official instructions](https://matrix-org.github.io/matrix-"
|
||||
"hookshot/latest/setup.html) to learn what the individual options do."
|
||||
msgid "Download GitHub app private key (optional)"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:15
|
||||
msgid ""
|
||||
"Enable the bridge by adding `matrix_hookshot_enabled: true` to your "
|
||||
"`vars.yml` file"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:16
|
||||
msgid ""
|
||||
"For each of the services (GitHub, GitLab, Jira, Figma, generic webhooks) "
|
||||
"fill in the respective variables `matrix_hookshot_service_*` listed in "
|
||||
"[main.yml](/roles/custom/matrix-bridge-hookshot/defaults/main.yml) as "
|
||||
"required."
|
||||
"If you're setting up the GitHub bridge, you need to create your GitHub "
|
||||
"app, and generate a private key file of it."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:17
|
||||
msgid ""
|
||||
"Take special note of the `matrix_hookshot_*_enabled` variables. Services "
|
||||
"that need no further configuration are enabled by default (GitLab, "
|
||||
"Generic), while you must first add the required configuration and enable "
|
||||
"the others (GitHub, Jira, Figma)."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:18
|
||||
msgid ""
|
||||
"If you're setting up the GitHub bridge, you'll need to generate and "
|
||||
"download a private key file after you created your GitHub app. Copy the "
|
||||
"contents of that file to the variable "
|
||||
"`matrix_hookshot_github_private_key` so the playbook can install it for "
|
||||
"you, or use one of the [other methods](#manage-github-private-key-with-"
|
||||
"aux-role) explained below."
|
||||
"You need to download the private key file, if you will install the file "
|
||||
"manually or with the `aux` role. For details, see [the section below"
|
||||
"](#manage-github-private-key-with-aux-role)."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:19
|
||||
msgid ""
|
||||
"If you've already installed Matrix services using the playbook before, "
|
||||
"you'll need to re-run it (`--tags=setup-all,start`). If not, proceed with"
|
||||
" [configuring other playbook services](configuring-playbook.md) and then "
|
||||
"with [Installing](installing.md). Get back to this guide once ready. "
|
||||
"Hookshot can be set up individually using the tag `setup-hookshot`."
|
||||
msgid "Adjusting the playbook configuration"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:21
|
||||
msgid ""
|
||||
"Other configuration options are available via the "
|
||||
"Add the following configuration to your "
|
||||
"`inventory/host_vars/matrix.example.com/vars.yml` file. Make sure to "
|
||||
"replace `GITHUB_PRIVATE_KEY_HERE` with the one created [above](#download-"
|
||||
"github-app-private-key)."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:35
|
||||
msgid ""
|
||||
"For each of the services (GitHub, GitLab, Jira, Figma, and generic "
|
||||
"webhooks) fill in the respective variables `matrix_hookshot_service_*` "
|
||||
"listed in [main.yml](../roles/custom/matrix-bridge-"
|
||||
"hookshot/defaults/main.yml) as required."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:37
|
||||
msgid ""
|
||||
"Take special note of the `matrix_hookshot_*_enabled` variables. Services "
|
||||
"that need no further configuration are enabled by default (GitLab and "
|
||||
"generic webhooks), while you must first add the required configuration "
|
||||
"and enable the others (GitHub, Jira, and Figma)."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:39
|
||||
msgid "Extending the configuration"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:41
|
||||
msgid ""
|
||||
"You can configure additional options by adding the "
|
||||
"`matrix_hookshot_configuration_extension_yaml` and "
|
||||
"`matrix_hookshot_registration_extension_yaml` variables, see the comments"
|
||||
" in [main.yml](/roles/custom/matrix-bridge-hookshot/defaults/main.yml) "
|
||||
"for how to use them."
|
||||
"`matrix_hookshot_registration_extension_yaml` variables."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:23
|
||||
msgid "Finally, run the playbook (see [installing](installing.md))."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:25
|
||||
msgid "End-to-bridge encryption"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:27
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:43
|
||||
msgid ""
|
||||
"You can enable [encryption](https://matrix-org.github.io/matrix-"
|
||||
"hookshot/latest/advanced/encryption.html) for Hookshot by adding "
|
||||
"`matrix_hookshot_encryption_enabled: true` to your configuration "
|
||||
"(`vars.yml`) and [executing the playbook](installing.md) again."
|
||||
"Refer the [official instructions](https://matrix-org.github.io/matrix-"
|
||||
"hookshot/latest/setup.html) and the comments in "
|
||||
"[main.yml](../roles/custom/matrix-bridge-hookshot/defaults/main.yml) to "
|
||||
"learn what the individual options do."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:29
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:45
|
||||
msgid "Installing"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:47
|
||||
msgid ""
|
||||
"Should the crypto store be corrupted, you can reset it by executing this "
|
||||
"Ansible playbook with the tag `reset-hookshot-encryption` added, for "
|
||||
"example `ansible-playbook -i inventory/hosts setup.yml --tags=reset-"
|
||||
"hookshot-encryption`."
|
||||
"After configuring the playbook, run it with [playbook tags](playbook-"
|
||||
"tags.md) as below:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:31
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:54
|
||||
msgid ""
|
||||
"The shortcut commands with the [`just` program](just.md) are also "
|
||||
"available: `just install-service hookshot` or `just setup-all`"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:56
|
||||
msgid ""
|
||||
"`just install-service hookshot` is useful for maintaining your setup "
|
||||
"quickly 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 `just setup-"
|
||||
"all` runs the `ensure-matrix-users-created` tag too."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:58
|
||||
msgid "Usage"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:33
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:60
|
||||
msgid ""
|
||||
"To use the bridge, you need to create a room and invite the Hookshot bot "
|
||||
"(`@hookshot:example.com`) to it."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:35
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:62
|
||||
msgid ""
|
||||
"Make sure the bot is able to send state events (usually the Moderator "
|
||||
"power level in clients)."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:37
|
||||
msgid "Send a `!hookshot help` message to see a list of help commands."
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:64
|
||||
msgid ""
|
||||
"Send `!hookshot help` to the room to see the bridge's help menu for "
|
||||
"additional commands."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:39
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:66
|
||||
msgid ""
|
||||
"Refer to [Hookshot's documentation](https://matrix-org.github.io/matrix-"
|
||||
"hookshot/latest/usage.html) for more details about using the bridge's "
|
||||
"various features."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:41
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:68
|
||||
msgid ""
|
||||
"**Important**: Note that the different listeners are bound to certain "
|
||||
"paths which might differ from those assumed by the hookshot "
|
||||
"documentation, see [URLs for bridges setup](#urls-for-bridges-setup) "
|
||||
"below."
|
||||
"💡 **Note**: the different listeners are bound to certain paths which "
|
||||
"might differ from those assumed by the hookshot documentation. See [URLs "
|
||||
"for bridges setup](#urls-for-bridges-setup) below."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:43
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:70
|
||||
msgid "Reset crypto store"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:72
|
||||
msgid ""
|
||||
"Should the crypto store be corrupted, you can reset it by executing this "
|
||||
"Ansible playbook with the tag `reset-hookshot-encryption` added:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:78
|
||||
msgid "More setup documentation"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:45
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:80
|
||||
msgid "URLs for bridges setup"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:47
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:82
|
||||
msgid ""
|
||||
"Unless indicated otherwise, the following endpoints are reachable on your"
|
||||
" `matrix.` subdomain (if the feature is enabled)."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md
|
||||
msgid "listener"
|
||||
msgid "Listener"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md
|
||||
msgid "default path"
|
||||
msgid "Default path"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md
|
||||
msgid "variable"
|
||||
msgid "Variable"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md
|
||||
msgid "used as"
|
||||
msgid "Used as"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md
|
||||
@ -262,7 +282,7 @@ msgid "`matrix_hookshot_jira_oauth_endpoint`"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md
|
||||
msgid "JIRA OAuth"
|
||||
msgid "Jira OAuth"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md
|
||||
@ -349,71 +369,72 @@ msgstr ""
|
||||
msgid "Prometheus"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:61
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:96
|
||||
msgid ""
|
||||
"Also see the various `matrix_hookshot_container_labels_*` variables in "
|
||||
"[main.yml](/roles/custom/matrix-bridge-hookshot/defaults/main.yml), which"
|
||||
" expose URLs publicly."
|
||||
"[main.yml](../roles/custom/matrix-bridge-hookshot/defaults/main.yml), "
|
||||
"which expose URLs publicly"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:63
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:98
|
||||
msgid ""
|
||||
"The different listeners are also reachable *internally* in the docker-"
|
||||
"network via the container's name (configured by "
|
||||
"`matrix_hookshot_container_url`) and on different ports (e.g. "
|
||||
"`matrix_hookshot_appservice_port`). Read [main.yml](/roles/custom/matrix-"
|
||||
"bridge-hookshot/defaults/main.yml) in detail for more info."
|
||||
"`matrix_hookshot_appservice_port`). Read [main.yml](../roles/custom"
|
||||
"/matrix-bridge-hookshot/defaults/main.yml) in detail for more info."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:65
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:100
|
||||
msgid "Manage GitHub Private Key with aux role"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:67
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:102
|
||||
msgid ""
|
||||
"The GitHub bridge requires you to install a private key file. This can be"
|
||||
" done in multiple ways:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:68
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:104
|
||||
msgid ""
|
||||
"copy the *contents* of the downloaded file and set the variable "
|
||||
"`matrix_hookshot_github_private_key` to the contents (see example in "
|
||||
"[main.yml](/roles/custom/matrix-bridge-hookshot/defaults/main.yml))."
|
||||
"[main.yml](../roles/custom/matrix-bridge-hookshot/defaults/main.yml))."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:69
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:105
|
||||
msgid ""
|
||||
"somehow copy the file to the path `{{ matrix_hookshot_base_path }}/{{ "
|
||||
"matrix_hookshot_github_private_key_file }}` (default: `/matrix/hookshot"
|
||||
"/private-key.pem`) on the server manually."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:70
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:106
|
||||
msgid ""
|
||||
"use the [`aux` role](https://github.com/mother-of-all-self-hosting"
|
||||
"/ansible-role-aux) to copy the file from an arbitrary path on your "
|
||||
"ansible client to the correct path on the server."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:72
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:108
|
||||
msgid ""
|
||||
"To use the `aux` role, make sure the `matrix_hookshot_github_private_key`"
|
||||
" variable is empty. Then add the following additional configuration:"
|
||||
" variable is empty. Then add the following configuration to your "
|
||||
"`inventory/host_vars/matrix.example.com/vars.yml` file:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:83
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:119
|
||||
msgid ""
|
||||
"For more information, see the documentation in the [default configuration"
|
||||
" of the aux role](https://github.com/mother-of-all-self-hosting/ansible-"
|
||||
"role-aux/blob/main/defaults/main.yml)."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:85
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:121
|
||||
msgid "Provisioning API"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:87
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:123
|
||||
msgid ""
|
||||
"The provisioning API will be enabled automatically if you set "
|
||||
"`matrix_dimension_enabled: true` and provided a "
|
||||
@ -423,11 +444,11 @@ msgid ""
|
||||
"`matrix_hookshot_container_url` and `matrix_hookshot_provisioning_port`."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:89
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:125
|
||||
msgid "Metrics"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:91
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:127
|
||||
msgid ""
|
||||
"Metrics are **only enabled by default** if the builtin [Prometheus"
|
||||
"](configuring-playbook-prometheus-grafana.md) is enabled (by default, "
|
||||
@ -436,32 +457,32 @@ msgid ""
|
||||
"set up your own Dashboard for displaying them."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:93
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:129
|
||||
msgid ""
|
||||
"To explicitly enable metrics, use `matrix_hookshot_metrics_enabled: "
|
||||
"true`. This only exposes metrics over the container network, however."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:95
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:131
|
||||
msgid ""
|
||||
"**To collect metrics from an external Prometheus server**, besides "
|
||||
"enabling metrics as described above, you will also need to enable metrics"
|
||||
" exposure on `https://matrix.example.com/metrics/hookshot` by:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:97
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:133
|
||||
msgid ""
|
||||
"either enabling metrics exposure for Hookshot via "
|
||||
"`matrix_hookshot_metrics_proxying_enabled: true`"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:98
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:134
|
||||
msgid ""
|
||||
"or enabling metrics exposure for all services via "
|
||||
"`matrix_metrics_exposure_enabled: true`"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:100
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:136
|
||||
msgid ""
|
||||
"Whichever one you go with, by default metrics are exposed publicly "
|
||||
"**without** password-protection. See [the Prometheus and Grafana docs"
|
||||
@ -469,11 +490,11 @@ msgid ""
|
||||
"protection for metrics."
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:102
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:138
|
||||
msgid "Collision with matrix-appservice-webhooks"
|
||||
msgstr ""
|
||||
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:104
|
||||
#: ../../../docs/configuring-playbook-bridge-hookshot.md:140
|
||||
msgid ""
|
||||
"If you are also running [matrix-appservice-webhooks](configuring-"
|
||||
"playbook-bridge-appservice-webhooks.md), it reserves its namespace by the"
|
||||
@ -483,3 +504,175 @@ msgid ""
|
||||
"`matrix_hookshot_generic_userIdPrefix: '_webhooks_'`)."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Hookshot can bridge "
|
||||
#~ "[Webhooks](https://en.wikipedia.org/wiki/Webhook) from "
|
||||
#~ "software project management services such "
|
||||
#~ "as GitHub, GitLab, JIRA, and Figma, "
|
||||
#~ "as well as generic webhooks."
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "See the project's [documentation](https://matrix-"
|
||||
#~ "org.github.io/matrix-hookshot/latest/hookshot.html) to "
|
||||
#~ "learn what it does in detail and"
|
||||
#~ " why it might be useful to you."
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "Setup Instructions"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Refer to the [official instructions](https"
|
||||
#~ "://matrix-org.github.io/matrix-hookshot/latest/setup.html)"
|
||||
#~ " to learn what the individual options"
|
||||
#~ " do."
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Enable the bridge by adding "
|
||||
#~ "`matrix_hookshot_enabled: true` to your "
|
||||
#~ "`vars.yml` file"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "For each of the services (GitHub, "
|
||||
#~ "GitLab, Jira, Figma, generic webhooks) "
|
||||
#~ "fill in the respective variables "
|
||||
#~ "`matrix_hookshot_service_*` listed in "
|
||||
#~ "[main.yml](/roles/custom/matrix-bridge-"
|
||||
#~ "hookshot/defaults/main.yml) as required."
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Take special note of the "
|
||||
#~ "`matrix_hookshot_*_enabled` variables. Services that"
|
||||
#~ " need no further configuration are "
|
||||
#~ "enabled by default (GitLab, Generic), "
|
||||
#~ "while you must first add the "
|
||||
#~ "required configuration and enable the "
|
||||
#~ "others (GitHub, Jira, Figma)."
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "If you're setting up the GitHub "
|
||||
#~ "bridge, you'll need to generate and "
|
||||
#~ "download a private key file after "
|
||||
#~ "you created your GitHub app. Copy "
|
||||
#~ "the contents of that file to the"
|
||||
#~ " variable `matrix_hookshot_github_private_key` so "
|
||||
#~ "the playbook can install it for "
|
||||
#~ "you, or use one of the [other "
|
||||
#~ "methods](#manage-github-private-key-with-"
|
||||
#~ "aux-role) explained below."
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "If you've already installed Matrix "
|
||||
#~ "services using the playbook before, "
|
||||
#~ "you'll need to re-run it (`--tags"
|
||||
#~ "=setup-all,start`). If not, proceed with"
|
||||
#~ " [configuring other playbook services"
|
||||
#~ "](configuring-playbook.md) and then with "
|
||||
#~ "[Installing](installing.md). Get back to this"
|
||||
#~ " guide once ready. Hookshot can be"
|
||||
#~ " set up individually using the tag"
|
||||
#~ " `setup-hookshot`."
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Other configuration options are available "
|
||||
#~ "via the `matrix_hookshot_configuration_extension_yaml` "
|
||||
#~ "and `matrix_hookshot_registration_extension_yaml` "
|
||||
#~ "variables, see the comments in "
|
||||
#~ "[main.yml](/roles/custom/matrix-bridge-"
|
||||
#~ "hookshot/defaults/main.yml) for how to use "
|
||||
#~ "them."
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "Finally, run the playbook (see [installing](installing.md))."
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "End-to-bridge encryption"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "You can enable [encryption](https://matrix-"
|
||||
#~ "org.github.io/matrix-hookshot/latest/advanced/encryption.html)"
|
||||
#~ " for Hookshot by adding "
|
||||
#~ "`matrix_hookshot_encryption_enabled: true` to your"
|
||||
#~ " configuration (`vars.yml`) and [executing "
|
||||
#~ "the playbook](installing.md) again."
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Should the crypto store be corrupted,"
|
||||
#~ " you can reset it by executing "
|
||||
#~ "this Ansible playbook with the tag "
|
||||
#~ "`reset-hookshot-encryption` added, for "
|
||||
#~ "example `ansible-playbook -i inventory/hosts"
|
||||
#~ " setup.yml --tags=reset-hookshot-encryption`."
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "Send a `!hookshot help` message to see a list of help commands."
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "**Important**: Note that the different "
|
||||
#~ "listeners are bound to certain paths "
|
||||
#~ "which might differ from those assumed"
|
||||
#~ " by the hookshot documentation, see "
|
||||
#~ "[URLs for bridges setup](#urls-for-"
|
||||
#~ "bridges-setup) below."
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "listener"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "default path"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "variable"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "used as"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid "JIRA OAuth"
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Also see the various "
|
||||
#~ "`matrix_hookshot_container_labels_*` variables in "
|
||||
#~ "[main.yml](/roles/custom/matrix-bridge-"
|
||||
#~ "hookshot/defaults/main.yml), which expose URLs "
|
||||
#~ "publicly."
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "The different listeners are also "
|
||||
#~ "reachable *internally* in the docker-"
|
||||
#~ "network via the container's name "
|
||||
#~ "(configured by `matrix_hookshot_container_url`) and"
|
||||
#~ " on different ports (e.g. "
|
||||
#~ "`matrix_hookshot_appservice_port`). Read "
|
||||
#~ "[main.yml](/roles/custom/matrix-bridge-"
|
||||
#~ "hookshot/defaults/main.yml) in detail for more"
|
||||
#~ " info."
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "copy the *contents* of the downloaded"
|
||||
#~ " file and set the variable "
|
||||
#~ "`matrix_hookshot_github_private_key` to the contents"
|
||||
#~ " (see example in [main.yml](/roles/custom"
|
||||
#~ "/matrix-bridge-hookshot/defaults/main.yml))."
|
||||
#~ msgstr ""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "To use the `aux` role, make sure"
|
||||
#~ " the `matrix_hookshot_github_private_key` variable "
|
||||
#~ "is empty. Then add the following "
|
||||
#~ "additional configuration:"
|
||||
#~ msgstr ""
|
||||
|
||||
|
Reference in New Issue
Block a user