You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ Bridges can be used to connect your Matrix installation with third-party communi
133
133
|[matrix-hookshot](https://github.com/matrix-org/matrix-hookshot)| ❌ | Bridge for generic webhooks and multiple project management services, such as GitHub, GitLab, Figma, and Jira in particular |[Link](docs/configuring-playbook-bridge-hookshot.md)|
134
134
|[matrix-sms-bridge](https://github.com/benkuly/matrix-sms-bridge)| ❌ | Bridge to SMS |[Link](docs/configuring-playbook-bridge-matrix-bridge-sms.md)|
135
135
|[matrix-wechat](https://github.com/duo/matrix-wechat)| ❌ | Bridge to [WeChat](https://www.wechat.com/)|[Link](docs/configuring-playbook-bridge-wechat.md)|
136
-
|[MatrixZulipBridge](https://github.com/GearKite/MatrixZulipBridge)| ❌ | Puppeting appservice bridge for [Zulip](https://zulip.com/)|[Link](docs/configuring-playbook-bridge-matrixzulipbridge.md)|
136
+
|[MatrixZulipBridge](https://github.com/GearKite/MatrixZulipBridge)| ❌ | Puppeting appservice bridge for [Zulip](https://zulip.com/)|[Link](docs/configuring-playbook-bridge-bridge-zulip.md)|
137
137
|[Heisenbridge](https://github.com/hifi/heisenbridge)| ❌ | Bouncer-style bridge to [IRC](https://wikipedia.org/wiki/Internet_Relay_Chat)|[Link](docs/configuring-playbook-bridge-heisenbridge.md)|
138
138
|[go-skype-bridge](https://github.com/kelaresg/go-skype-bridge)| ❌ | Bridge to [Skype](https://www.skype.com)|[Link](docs/configuring-playbook-bridge-go-skype-bridge.md)|
139
139
|[mx-puppet-slack](https://gitlab.com/mx-puppet/slack/mx-puppet-slack)| ❌ | Bridge to [Slack](https://slack.com)|[Link](docs/configuring-playbook-bridge-mx-puppet-slack.md)|
Copy file name to clipboardExpand all lines: docs/configuring-playbook-bridge-zulip.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ See the project's [documentation](https://github.com/GearKite/MatrixZulipBridge/
14
14
15
15
## Adjusting DNS records (optional)
16
16
17
-
By default, this playbook installs MatrixZulipBridge on the `matrix.` subdomain, at the `/matrixzulipbridge` path (https://matrix.example.com/matrixzulipbridge). This makes it easy to install it, because it **doesn't require additional DNS records to be set up**. If that's okay, you can skip this section.
17
+
By default, this playbook installs MatrixZulipBridge on the `matrix.` subdomain, at the `/zulip` path (https://matrix.example.com/zulip). This makes it easy to install it, because it **doesn't require additional DNS records to be set up**. If that's okay, you can skip this section.
18
18
19
19
If you wish to adjust it, see the section [below](#adjusting-the-matrixzulipbridge-url-optional) for details about DNS configuration.
20
20
@@ -23,29 +23,29 @@ If you wish to adjust it, see the section [below](#adjusting-the-matrixzulipbrid
23
23
To enable MatrixZulipBridge, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:
24
24
25
25
```yaml
26
-
matrix_matrixzulipbridge_enabled: true
26
+
matrix_bridge_zulip_enabled: true
27
27
28
28
# Setting the owner is optional as the first local user to DM `@matrixzulipbridge:example.com` will be made the owner.
29
29
# If you are not using a local user you must set it as otherwise you can't DM it at all.
# Uncomment to enable identd on host port 113/TCP (optional)
33
-
#matrix_matrixzulipbridge_identd_enabled: true
33
+
#matrix_bridge_zulip_identd_enabled: true
34
34
```
35
35
36
36
### Adjusting the MatrixZulipBridge URL (optional)
37
37
38
-
By tweaking the `matrix_matrixzulipbridge_hostname` and `matrix_matrixzulipbridge_path_prefix` variables, you can easily make the service available at a **different hostname and/or path** than the default one.
38
+
By tweaking the `matrix_bridge_zulip_hostname` and `matrix_bridge_zulip_path_prefix` variables, you can easily make the service available at a **different hostname and/or path** than the default one.
39
39
40
40
Example additional configuration for your `vars.yml` file:
If you've changed the default hostname, you may need to create a CNAME record for the MatrixZulipBridge domain (`matrixzulipbridge.example.com`), which targets `matrix.example.com`.
48
+
If you've changed the default hostname, you may need to create a CNAME record for the MatrixZulipBridge domain (`zulip.example.com`), which targets `matrix.example.com`.
49
49
50
50
When setting, replace `example.com` with your own.
51
51
@@ -55,7 +55,7 @@ There are some additional things you may wish to configure about the bridge.
55
55
56
56
Take a look at:
57
57
58
-
- `roles/custom/matrix-bridge-matrixzulipbridge/defaults/main.yml`for some variables that you can customize via your `vars.yml` file
58
+
- `roles/custom/matrix-bridge-zulip/defaults/main.yml`for some variables that you can customize via your `vars.yml` file
59
59
60
60
## Installing
61
61
@@ -72,10 +72,10 @@ The shortcut commands with the [`just` program](just.md) are also available: `ju
72
72
73
73
## Usage
74
74
75
-
To use the bridge, you need to start a chat with `@zulipbridge:example.com` (where `example.com` is your base domain, not the `matrix.` domain). If the bridge ignores you and a DM is not accepted then the owner setting may be wrong.
75
+
To use the bridge, you need to start a chat with `@matrixzulipbridge:example.com` (where `example.com` is your base domain, not the `matrix.` domain). If the bridge ignores you and a DM is not accepted then the owner setting may be wrong.
76
76
77
77
If you encounter issues or feel lost you can join the project room at [#matrixzulipbridge:shema.lv](https://matrix.to/#/#matrixzulipbridge:shema.lv) for help.
78
78
79
79
## Troubleshooting
80
80
81
-
As with all other services, you can find the logs in [systemd-journald](https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html) by logging in to the server with SSH and running `journalctl -fu matrix-matrixzulipbridge`.
81
+
As with all other services, you can find the logs in [systemd-journald](https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html) by logging in to the server with SSH and running `journalctl -fu matrix-bridge-zulip`.
Copy file name to clipboardExpand all lines: docs/container-images.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ Bridges can be used to connect your Matrix installation with third-party communi
107
107
|[matrix-hookshot](configuring-playbook-bridge-hookshot.md)|[halfshot/matrix-hookshot](https://hub.docker.com/r/halfshot/matrix-hookshot)| ❌ | Bridge for generic webhooks and multiple project management services, such as GitHub, GitLab, Figma, and Jira in particular |
108
108
|[matrix-sms-bridge](configuring-playbook-bridge-matrix-bridge-sms.md)|[folivonet/matrix-sms-bridge](https://hub.docker.com/repository/docker/folivonet/matrix-sms-bridge)| ❌ | Bridge to SMS |
109
109
|[matrix-wechat](configuring-playbook-bridge-wechat.md)|[lxduo/matrix-wechat](https://hub.docker.com/r/lxduo/matrix-wechat)| ❌ | Bridge to [WeChat](https://www.wechat.com/)|
110
-
|[MatrixZulipBridge](configuring-playbook-bridge-matrixzulipbridge.md)|[GearKite/MatrixZulipBridge](https://ghcr.io/gearkite/matrixzulipbridge)| ❌ | Puppeting appservice bridge for [Zulip](https://zulip.com/)|
110
+
|[MatrixZulipBridge](configuring-playbook-bridge-bridge-zulip.md)|[GearKite/MatrixZulipBridge](https://ghcr.io/gearkite/matrixzulipbridge)| ❌ | Puppeting appservice bridge for [Zulip](https://zulip.com/)|
111
111
|[Heisenbridge](configuring-playbook-bridge-heisenbridge.md)|[hif1/heisenbridge](https://hub.docker.com/r/hif1/heisenbridge)| ❌ | Bouncer-style bridge to [IRC](https://wikipedia.org/wiki/Internet_Relay_Chat)|
112
112
|[go-skype-bridge](configuring-playbook-bridge-go-skype-bridge.md)|[nodefyme/go-skype-bridge](https://hub.docker.com/r/nodefyme/go-skype-bridge)| ❌ | Bridge to [Skype](https://www.skype.com)|
113
113
|[mx-puppet-slack](configuring-playbook-bridge-mx-puppet-slack.md)|[mx-puppet/slack/mx-puppet-slack](https://gitlab.com/mx-puppet/slack/mx-puppet-slack/container_registry)| ❌ | Bridge to [Slack](https://slack.com)|
([] if matrix_addons_homeserver_container_network == '' else [matrix_addons_homeserver_container_network])
2403
2403
+
2404
-
[matrix_playbook_reverse_proxyable_services_additional_network] if (matrix_matrixzulipbridge_container_labels_traefik_enabled and matrix_playbook_reverse_proxyable_services_additional_network) else []
2404
+
[matrix_playbook_reverse_proxyable_services_additional_network] if (matrix_bridge_zulip_container_labels_traefik_enabled and matrix_playbook_reverse_proxyable_services_additional_network) else []
2405
2405
) | unique
2406
2406
}}
2407
2407
2408
-
matrix_matrixzulipbridge_container_labels_traefik_enabled: "{{ matrix_playbook_reverse_proxy_type in ['playbook-managed-traefik', 'other-traefik-container'] }}"
0 commit comments