Slavi Pantaleev
56b0706863
Fix default database name
...
For backward-compatibility reasons, this playbook uses `matrix` as its
main and default database.
2 years ago
Slavi Pantaleev
2b49ae79ca
Use just for Postgres maintenance command examples
2 years ago
Slavi Pantaleev
99cc5e4b2f
Fix file name typo
2 years ago
Slavi Pantaleev
d3a0ef22b6
Announce matrix-synapse-auto-compressor
2 years ago
Slavi Pantaleev
43ae0b2943
Minor rewording
2 years ago
Aine
bf3677a9b5
add synapse_auto_compressor
2 years ago
Array in a Matrix
06a390b6b8
Update configuring-playbook-cactus-comments.md
2 years ago
Slavi Pantaleev
bf95204860
Mention Element X Android not being quite ready for testing yet
2 years ago
Slavi Pantaleev
6c1a39e6e9
Announce sliding-sync support
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2515
2 years ago
Slavi Pantaleev
2a872e95fc
Mention external roles in the FAQ
2 years ago
Slavi Pantaleev
db4070fc75
Remove some nginx references
2 years ago
Slavi Pantaleev
e21c44347f
Add Traefik Dashboard warning
2 years ago
Slavi Pantaleev
30f1034767
Remove matrix_playbook_traefik_role_enabled variable and devture-traefik references
...
The variable was necessary when multiple playbooks could have
potentially tried to manage a shared `devture-traefik.serivce` systemd service
and shared `/devture-traefik` directory.
Since adcc6d9723
, we use our own `/matrix/traefik`
(`matrix-traefik.service`) installation and no conflicts can arise.
It's safe to always enable the role, just like we do with all the other roles.
2 years ago
Slavi Pantaleev
10b5350370
Add Traefik support to Go-NEB bot
...
Completely untested.
2 years ago
Slavi Pantaleev
124fbeda04
Switch to using an external Etherpad role
...
This new role also adds native Traefik support and support for other
(non-`amd64`) architectures via self-building.
2 years ago
Slavi Pantaleev
4f74d21ba8
Upgrade devture/ansible (2.13.6-r0-1 -> 2.13.6-r0-2)
...
The new version includes the `passlib` Python module.
2 years ago
Slavi Pantaleev
a4b401c4da
Upgrade com.devture.ansible.role.traefik and improve front-Traefik-with-another-proxy docs
...
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2532
2 years ago
Slavi Pantaleev
ba2a3caaf3
Minor improvements to docs/configuring-playbook-ssl-certificates.md
2 years ago
Slavi Pantaleev
7331d314c4
Improve wording
2 years ago
plui29989
4b17a1e73a
formatting
2 years ago
plui29989
32e700f076
Add doc for self-signed certificates
2 years ago
Slavi Pantaleev
bb90536874
Fix variable name typos in docs/configuring-playbook-postgres-backup.md
...
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2524
2 years ago
Slavi Pantaleev
73f09d4bb0
Remove fronting matrix-nginx-proxy example
...
We don't need this anymore. No one should be using matrix-nginx-proxy
anymore.
2 years ago
Slavi Pantaleev
faa074f7af
Improve wording
2 years ago
Jost Alemann
84e6677bc0
in own webserver doc link to nginx fronting traefik example
2 years ago
Jost Alemann
724373b123
add nginx to list of own webserver example configs
2 years ago
Slavi Pantaleev
058a54fd05
Add native Traefik support to Dimension
2 years ago
Jan
ffff236167
Update configuring-playbook-own-webserver.md
...
Change documentation for host bind port when fronting traefik with another reverse proxy
2 years ago
Slavi Pantaleev
71ae825f6a
Switch default reverse-proxy to Traefik, force reverse-proxy choice on existing users
2 years ago
Slavi Pantaleev
d20ff688db
Add native Traefik support to Sygnal
2 years ago
Slavi Pantaleev
ccb5b37842
Fix some typos on the Buscarron docs page
2 years ago
Slavi Pantaleev
725b2beed7
Add native Traefik support to Buscarron
2 years ago
Slavi Pantaleev
3852a740bc
Mention that Buscarron is aggressive when it comes to banning
2 years ago
Slavi Pantaleev
d7578880b6
Fix typo on Rageshake documentation page
2 years ago
Slavi Pantaleev
63408096cf
Fix up Buscarron description on its documentation page
2 years ago
Slavi Pantaleev
c5dbeeae91
Merge pull request #2510 from gnunicorn/ben-adding-rageshake
...
Add rageshake server
2 years ago
Slavi Pantaleev
b5e9ff5926
Add Rageshake documentation
2 years ago
Tupsi
c139d139a5
Update configuring-playbook-own-webserver.md
...
own traefik server option must have the path to the acme.json. Otherwise the service will not start.
2 years ago
Bergrübe
ba429f6a40
Added matrix_nginx_proxy_https_enabled to the own-nginx documentation
2 years ago
Tilo Spannagel
6438f1ff42
Add matrix_playbook_ssl_enabled: true to configuring-playbook-own-webserver.md
...
Otherwise the public hookshot url will use http and not https
2 years ago
Slavi Pantaleev
0da308e24d
Upgrade com.devture.ansible.role.traefik
2 years ago
Array in a Matrix
89f2fa53c0
remove comment regarding nginx in traefik doc
2 years ago
Slavi Pantaleev
5df89a44b3
Add support for customizing Synapse templates
2 years ago
Slavi Pantaleev
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".
2 years ago
Slavi Pantaleev
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.
2 years ago
Stuart Mumford
8a471b97a1
Update configuring-playbook-bridge-mautrix-slack.md
2 years ago
Slavi Pantaleev
1006b8d899
Replace matrix-grafana with an external role
2 years ago
Slavi Pantaleev
3bace0c7b9
Add matrix_synapse_admin_hostname and rename matrix_synapse_admin_public_endpoint (to matrix_synapse_admin_path_prefix)
2 years ago
Slavi Pantaleev
5d14621916
Fix outdated documentation leading to matrix-backup-borg
2 years ago
Slavi Pantaleev
78c35136b2
Replace matrix-backup-borg with an external role
2 years ago