Slavi Pantaleev
058a54fd05
Add native Traefik support to Dimension
пре 3 година
Jan
ffff236167
Update configuring-playbook-own-webserver.md
Change documentation for host bind port when fronting traefik with another reverse proxy
пре 3 година
Slavi Pantaleev
71ae825f6a
Switch default reverse-proxy to Traefik, force reverse-proxy choice on existing users
пре 3 година
Slavi Pantaleev
d20ff688db
Add native Traefik support to Sygnal
пре 3 година
Slavi Pantaleev
ccb5b37842
Fix some typos on the Buscarron docs page
пре 3 година
Slavi Pantaleev
725b2beed7
Add native Traefik support to Buscarron
пре 3 година
Slavi Pantaleev
3852a740bc
Mention that Buscarron is aggressive when it comes to banning
пре 3 година
Slavi Pantaleev
d7578880b6
Fix typo on Rageshake documentation page
пре 3 година
Slavi Pantaleev
63408096cf
Fix up Buscarron description on its documentation page
пре 3 година
Slavi Pantaleev
b5e9ff5926
Add Rageshake documentation
пре 3 година
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.
пре 3 година
Bergrübe
ba429f6a40
Added matrix_nginx_proxy_https_enabled to the own-nginx documentation
пре 3 година
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
пре 3 година
Slavi Pantaleev
0da308e24d
Upgrade com.devture.ansible.role.traefik
пре 3 година
Array in a Matrix
89f2fa53c0
remove comment regarding nginx in traefik doc
пре 3 година
Slavi Pantaleev
5df89a44b3
Add support for customizing Synapse templates
пре 3 година
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".
пре 3 година
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.
пре 3 година
Stuart Mumford
8a471b97a1
Update configuring-playbook-bridge-mautrix-slack.md
пре 3 година
Slavi Pantaleev
1006b8d899
Replace matrix-grafana with an external role
пре 3 година
Slavi Pantaleev
3bace0c7b9
Add matrix_synapse_admin_hostname and rename matrix_synapse_admin_public_endpoint (to matrix_synapse_admin_path_prefix)
пре 3 година
Slavi Pantaleev
5d14621916
Fix outdated documentation leading to matrix-backup-borg
пре 3 година
Slavi Pantaleev
78c35136b2
Replace matrix-backup-borg with an external role
пре 3 година
Slavi Pantaleev
bc4cb7bb6a
Update configuring-playbook-own-webserver.md with matrix_playbook_reverse_proxy_type awareness
пре 3 година
Slavi Pantaleev
73435dfe10
Announce Traefik support
пре 3 година
Slavi Pantaleev
c773a005ae
Fix broken link to Matrix User Verification Service
пре 3 година
Catalan Lover
29be262f3b
Fix formating error in Draupnir docs
пре 3 година
Slavi Pantaleev
6db3c8f2ad
Announce Matrix Authentication Support for Jitsi
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2375
пре 3 година
Slavi Pantaleev
600aaa0bc7
Announce Draupnir support
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2451
пре 3 година
Slavi Pantaleev
0a15e56641
Fix typo
пре 3 година
ntallasv
4221b64a98
update configuring-playbook-bot-chatgpt.md
пре 3 година
Catalan Lover
79a4e57fbd
Add draupnir docs.
пре 3 година
Paul N
70bea81df7
Introduced flags to (1) enable/disable Auth (2) enable/disable openid_server_name pinning. Updated validate_config.yml and added new checks to verify.
пре 3 година
Paul N
96dd86d33b
Set default values where sensible and remove unnecessary conditionals in .env.j2.
Check for empty string instead of Null to verify if an openid_server_name is pinned.
пре 3 година
Paul N
1d99f17b4a
Disable matrix-user-verification-service in group_vars and update docs accordingly.
пре 3 година
Paul N
50c1e9d695
Set matrix_user_verification_service_uvs_homeserver_url in the role defaults and updated docs accordingly.
пре 3 година
Paul N
07d9ea5e87
Stick to port 3003 instead of changing the port based on the status of grafana.
пре 3 година
jakicoll
94830b582b
Wording: change collection -> playbook
пре 3 година
Slavi Pantaleev
be78b74fbd
Switch from matrix-prometheus-postgres-exporter to an external prometheus_postgres_exporter role
пре 3 година
Slavi Pantaleev
9ed2e04d80
Switch from matrix-prometheus-node-exporter to an external prometheus_node_exporter role
пре 3 година
Slavi Pantaleev
b7b5c7edb7
Improve s3-storage-provider migration steps visibility
пре 3 година
Slavi Pantaleev
4ec602983f
Remove scary synapse-s3-storage-provider warning
пре 3 година
Slavi Pantaleev
910c99d03d
Improve "Copying data to Amazon S3" documentation for synapse-s3-storage-provider
пре 3 година
Slavi Pantaleev
36ef2c6131
Do not recommend SSE-C in default s3-storage-provider config
This is an advanced feature with dubious usefulness.
Putting it in the default config just confuses people.
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2220
пре 3 година
Array in a Matrix
ecb173c8d4
Update installing.md
пре 3 година
Slavi Pantaleev
a529bca756
Add justfile
We keep the Makefile for now, but don't mention it to new
users anymore.
пре 3 година
Slavi Pantaleev
275a739b22
Announce maurtix-slack
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2227
пре 3 година
Slavi Pantaleev
20558589cb
Announce matrix-bot-chatgpt
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2386
пре 3 година
Slavi Pantaleev
a96a22c925
chatgpt docs updates
пре 3 година
Slavi Pantaleev
9ecca2cbb9
Update documentation with more chatgpt mentions
пре 3 година