519b32543c
Add matrix_synapse_container_network and matrix_synapse_container_additional_networks
2023-02-17 16:13:38 +02:00
0ce2121d01
Fix variable typo in validation task
2023-02-17 14:59:22 +02:00
b291459bf3
Fix syntax error
2023-02-17 10:13:34 +02:00
964aa0e84d
Switch to using an external Ntfy role
...
The newly extracted role also has native Traefik support,
so we no longer need to rely on `matrix-nginx-proxy` for
reverse-proxying to Ntfy.
The new role uses port `80` inside the container (not `8080`, like
before), because that's the default assumption of the officially
published container image. Using a custom port (like `8080`), means the
default healthcheck command (which hardcodes port `80`) doesn't work.
Instead of fiddling to override the healthcheck command, we've decided
to stick to the default port instead. This only affects the
inside-the-container port, not any external ports.
The new role also supports adding the network ranges of the container's
multiple additional networks as "exempt hosts". Previously, only one
network's address range was added to "exempt hosts".
2023-02-17 09:54:33 +02:00
38c4e464c1
Fix self-check for Hydrogen and Cinny when running under a subpath
2023-02-17 09:20:22 +02:00
941e768362
Merge pull request #2497 from etkecc/patch-175
...
Update ntfy 1.31.0 -> 2.0.0
2023-02-16 22:06:26 +02:00
954920dd4f
Update ntfy 1.31.0 -> 2.0.0
2023-02-16 20:00:00 +00:00
8fd8f12a0d
Merge pull request #2493 from etkecc/patch-174
...
Update mautrix-whatsapp 0.8.1 -> 0.8.2
2023-02-16 20:08:50 +02:00
0289695cbb
Merge pull request #2492 from etkecc/patch-173
...
Update mautrix-discord 0.1.0 -> 0.1.1
2023-02-16 20:05:34 +02:00
64ec1db077
Update mautrix-whatsapp 0.8.1 -> 0.8.2
2023-02-16 18:03:18 +00:00
649f6512ca
Update mautrix-discord 0.1.0 -> 0.1.1
2023-02-16 18:02:25 +00:00
e80b98c3ad
Do not mount SSL certificates into Coturn if TLS is disabled for it
2023-02-16 09:22:29 +02:00
93bb117a29
Mention Traefik changes causing backward-compatibility break for own-webserver (non-nginx-proxy) users
...
This also updates `docs/configuring-playbook-own-webserver.md`,
trying to make it up-to-date with all recent changes.
2023-02-16 09:21:31 +02:00
1e085b432b
Merge pull request #2491 from Cadair/patch-1
...
Update mautrix slack docs
2023-02-15 19:36:23 +02:00
8a471b97a1
Update configuring-playbook-bridge-mautrix-slack.md
2023-02-15 17:14:09 +00:00
bb7895678c
Fix typo
2023-02-15 11:48:27 +02:00
4c7d054b37
Merge pull request #2489 from etkecc/patch-172
...
Update ntfy 1.30.1 -> 1.31.0
2023-02-15 11:05:04 +02:00
4fe6015464
Update ntfy 1.30.1 -> 1.31.0
2023-02-15 09:02:36 +00:00
7c5826f1c3
Break dependency between matrix-prometheus-nginxlog-exporter and the Grafana role
...
Wiring happens via `group_vars/matrix_servers` now.
2023-02-15 10:52:25 +02:00
1006b8d899
Replace matrix-grafana with an external role
2023-02-15 10:32:24 +02:00
94124263a7
Add matrix_prometheus_container_network/matrix_prometheus_container_additional_networks
2023-02-15 08:56:11 +02:00
59a3646c66
Make .editorconfig for group_vars/matrix_servers cleaner
...
It's the same result as b6d45304b4
, but it's done in a cleaner way.
2023-02-15 08:50:31 +02:00
b6d45304b4
Make sure group_vars/matrix_servers is indented like other YAML files (with 2 spaces)
2023-02-15 08:49:30 +02:00
b648d4579f
Make it clear that certain matrix_nginx_proxy_* variables are necessary for now, even with Traefik
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2480
2023-02-15 07:30:38 +02:00
0b9dc56edf
Add type support to matrix_coturn_container_additional_volumes
...
.. and try to auto-switch between `bind` and `volume` depending on
whether there's a slash in the `src` path.
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2482
2023-02-15 06:03:55 +02:00
89fea3ef3c
Merge pull request #2488 from array-in-a-matrix/patch-14
...
Added link to exim/email documentation
2023-02-15 05:59:39 +02:00
7fca8dc986
Update README.md
2023-02-14 20:38:24 -05:00
1f0da1103a
Merge pull request #2485 from etkecc/patch-171
...
update postmoogle 0.9.13 -> 0.9.14
2023-02-14 22:48:51 +02:00
c85d48c45c
Remove Traefik labels for Hydrogen & Cinny from matrix-nginx-proxy
...
Related to 6a52be7987
and 28e7ef9c71f02
2023-02-14 22:46:34 +02:00
4045d72e7b
update postmoogle 0.9.13 -> 0.9.14
...
* make banlist consistent
* proper multi-error message
* ignore "." MX hosts
* try recipient domain directly, even when MX records found, but failed
2023-02-14 20:04:27 +00:00
4d24e9bb7f
Merge pull request #2484 from etkecc/patch-170
...
Update synapse 1.76.0 -> 1.77.0
2023-02-14 20:03:33 +02:00
73fa9817fc
Merge pull request #2483 from etkecc/patch-169
...
Update hydrogen 0.3.7 -> 0.3.8
2023-02-14 19:59:44 +02:00
3570808633
Update synapse 1.76.0 -> 1.77.0
2023-02-14 17:50:55 +00:00
c98f40c836
Update hydrogen 0.3.7 -> 0.3.8
2023-02-14 17:49:16 +00:00
51cfd7b777
Merge pull request #2481 from moan0s/update
...
Bump element version
2023-02-14 15:29:34 +02:00
6727aa55ec
Bump element version
...
Signed-off-by: Julian-Samuel Gebühr <julian-samuel@gebuehr.net >
2023-02-14 13:36:04 +01:00
f28e7ef9c7
Add (native) Traefik support to matrix-client-cinny
...
Previously, it had to go through matrix-nginx-proxy.
It's exposed to Traefik directly via container labels now
2023-02-14 11:29:53 +02:00
3bace0c7b9
Add matrix_synapse_admin_hostname and rename matrix_synapse_admin_public_endpoint (to matrix_synapse_admin_path_prefix)
2023-02-14 11:05:39 +02:00
2e74187050
Add matrix_client_element_hostname and matrix_client_element_path_prefix variables
2023-02-14 11:02:18 +02:00
eb7292f274
Add matrix_client_hydrogen_hostname and fix Hydrogen serving at non-root-path
2023-02-14 10:57:13 +02:00
6a52be7987
Add (native) Traefik support to matrix-client-hydrogen
...
Previously, it had to go through matrix-nginx-proxy.
It's exposed to Traefik directly via container labels now
Serving at a path other than `/` doesn't work well yet.
2023-02-14 09:58:35 +02:00
64e2b26ed5
Fix Hydrogen failing to start
...
We were mounting our own configuration to
`/usr/share/nginx/html/config.json`, which is a symlink to
`/tmp/config.json`. So we effectively mount our file to
`/tmp/config.json`.
When starting:
- if Hydrogen sees a `CONFIG_OVERRIDE` environment variable,
it will try to save it into our read-only config file and fail.
- if Hydrogen doesn't see a `CONFIG_OVERRIDE` environment variable (the
path we go through, because we don't pass such a variable),
it will try to copy its bundled configuration (`/config.json.bundled`)
to `/tmp/config.json`. Because our configuration is mounted as read-only, it will
fail.
In both cases, it will fail with:
> cp: can't create '/tmp/config.json': File exists
Source: 3720de36bb/docker/dynamic-config.sh
We work around this by mounting our configuration on top of the bundled
one (`/config.json.bundled`). We then let Hydrogen's startup script copy
it to `/tmp/config.json` (a tmpfs we've mounted into the container) and use it from there.
2023-02-14 09:49:22 +02:00
799cbb44fb
Add the ability to control (Traefik) routing priority for Element and synapse-admin
...
This may proof useful to someone in the future.
2023-02-14 09:04:50 +02:00
5c7cd70684
Make use of the existing matrix_synapse_admin_public_endpoint variable
2023-02-14 08:51:20 +02:00
c33ed94352
Add security headers to synapse-admin (on Traefik)
...
We've had it on `matrix-nginx-proxy` before, but
our initial support for Traefik did not include any of these security
headers.
2023-02-14 08:49:04 +02:00
71597132e0
Move around some matrix-client-element variables
2023-02-14 08:45:32 +02:00
5ab5f28d14
Add support for running synapse-admin (on Traefik) at the root path
...
Previously, we had to run it at a subpath, like `/synapse-admin`.
We can now dedicate a whole domain and the `/` path to it, should we
wish to do so.
2023-02-14 08:42:50 +02:00
ff1338e003
Add support for hosting Element (on Traefik) at a subpath
2023-02-14 08:31:26 +02:00
e34174b1b4
Add various security headers to matrix-client-element when behind Traefik
2023-02-13 19:03:20 +02:00
e51e4eec09
Add (native) Traefik support to matrix-client-element
...
Previously, it had to go through matrix-nginx-proxy.
It's exposed to Traefik directly via container labels now
2023-02-13 19:03:20 +02:00