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 лет назад
Slavi Pantaleev
362954aeab
Remove warning which no longer applies
This warning was added because of:
https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2090
The problem has since been fixed by:
e9e84341a9
This current patch was provoked by:
https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2352
3 лет назад
Slavi Pantaleev
d4a8435fa2
Try to improve own-webserver docs a bit
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2351
3 лет назад
Fanch
a3ec2f3215
Specify relation between matrix-registration and matrix-registration-bot
3 лет назад
Slavi Pantaleev
d81e7d6328
Make matrix_synapse_ext_synapse_s3_storage_provider_config_endpoint_url required
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2330
3 лет назад
Slavi Pantaleev
6a5a09ba9b
Remove matrix-change-user-admin-status mentions and provide an alternative
3 лет назад
Rhys
fd79140201
Changes to allow a user to set the max participants on a jitsi conference ( #2323 )
* Changes to allow a user to set the max participants on a jitsi
conference
* changed var name from jitsi_max_participants to matrix_prosody_jitsi_max_participants
3 лет назад
ikkemaniac
8ebf18a885
add prometheus-nginxlog-exporter role ( #2315 )
* add prometheus-nginxlog-exporter role
* Rename matrix_prometheus_nginxlog_exporter_container_url to matrix_prometheus_nginxlog_exporter_container_hostname
* avoid referencing variables from other roles, handover info using group_vars/matrix_servers
* fix: stop service when uninstalling
fix: typo
move available arch's into a var
fix: text
* fix: prometheus enabled condition
Co-authored-by: ikkemaniac <ikkemaniac@localhost>
3 лет назад
Slavi Pantaleev
9ab2a72e86
More matrix_postgres -> devture_postgres changes
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2319
3 лет назад
felixx9
7f2cdd9889
matrix_ to devture_
I'm not sure, but this should be changed to devture_postgres_... !?
https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/CHANGELOG.md#2022-11-28
```yaml
matrix_postgres_process_extra_arguments: [
"-c 'max_connections=200'"
]
```
3 лет назад
Slavi Pantaleev
7b123907e0
Fix borg repository URL format
Reference: https://borgbackup.readthedocs.io/en/stable/usage/general.html#repository-urls
Otherwise, we'd get:
> /etc/borgmatic.d/config.yaml: Remote repository paths without ssh:// syntax are deprecated. Interpreting "user@hostname:matrix" as "ssh://user@hostname/./matrix"
3 лет назад
Slavi Pantaleev
4eed49f931
Replace custom/matrix-postgres-backup role with galaxy/com.devture.ansible.role.postgres_backup
This role is usable on its own and it's not tied to Matrix, so
extracting it out into an independent role that we install via
ansible-galaxy makes sense.
This also fixes the confusion from the other day, where
`matrix_postgres_*` had to be renamed to `devture_postgres_*`
(unless it was about `matrix_postgres_backup_*`).
We now can safely say that ALL `matrix_postgres_*` variables need to be
renamed.
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2305
3 лет назад
Slavi Pantaleev
7e2e2626a0
Make hookshot variable names consistent with the rest of the playbook
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2256
3 лет назад
László Várady
3424a1169d
Fix Docker installation typo in FAQ
3 лет назад
Slavi Pantaleev
fb86f6d5e7
/usr/local/bin/matrix-remove-all -> /matrix/bin/remove-all
3 лет назад
Slavi Pantaleev
7c5c3aedc4
Put s3-storage-provider scripts under /matrix/synapse/ext/s3-storage-provider/bin, not /usr/local/bin
3 лет назад
Slavi Pantaleev
72744f9db9
/usr/local/bin/matrix-synapse-register-user -> /matrix/synapse/bin/register-user
3 лет назад