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 години
bertybuttface
0ec1868b95
Add matrix-bot-chatgpt.
Co-Authored-By: Slavi Pantaleev <slavi@devture.com>
преди 3 години
Cody Wyatt Neiman
fc9eaa6ec5
Remove git version for s3 storage provider
преди 3 години
James Collier
36d8ea281c
Allow the mautrix whatsapp relaybot to be enabled with a variable ( #2381 )
* Allow the mautrix whatsapp relaybot to be enable with a variable
This allows a user to enable the relaybot by setting a variable in
`vars.yml` in the same way that the mautrix signal relaybot is
configured.
* Correct default values for mautrix whatsapp relaybot variables
* Add documentation for using the relaybot with mautrix whatsapp
* Adjust variable names to better reflect what they do
* Set default variables properly and use to_json in template
преди 3 години
jakicoll
42e4e50f5b
Matrix Authentication Support for Jitsi
This extends the collection with support for seamless authentication at the Jitsi server using Matrix OpenID.
1. New role for installing the [Matrix User Verification Service](https://github.com/matrix-org/matrix-user-verification-service )
2. Changes to Jitsi role: Installing Jitsi Prosody Mods and configuring Jitsi Auth
3. Changes to Jitsi and nginx-proxy roles: Serving .well-known/element/jitsi from jitsi.DOMAIN
4. We updated the Jitsi documentation on authentication and added documentation for the user verification service.
преди 3 години
Cody Wyatt Neiman
3a28b7e332
Specify version requirement for sse-c in s3 storage provider
преди 3 години
Cody Wyatt Neiman
7e5e1712f5
Encode s3 sse-c key for utf-8
преди 3 години
Cody Wyatt Neiman
b9604da9d9
Add note on using synapse s3 provider git version for sse-c support
преди 3 години
Cody Wyatt Neiman
533e47e9b9
Add documentation on using s3 sse-c
преди 3 години
Cody Wyatt Neiman
94474e387a
Fix mautrix slack doc typos and clarifications
преди 3 години
Cody Wyatt Neiman
1c6ab4a1bc
Update documentation for mautrix slack
преди 3 години
Cody Wyatt Neiman
784e5492d5
Add matrix-bridge-mautrix-slack role
преди 3 години
Slavi Pantaleev
77bb386adc
Upgrade devture/ansible (2.13.6-r0 -> 2.13.6-r0-1)
This is a rebuild on Alpinelinux 3.17.0 (previously 3.16.2).
The new container image tag was pushed for arm32 and arm64 architectures
as well (2.13.6-r0 was `amd64`-only due to CI trouble in the past).
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2353
преди 3 години