Aine
45c37188b1
Update hookshot 3.1.0 -> 3.1.1
3年前
Slavi Pantaleev
3023bc0601
Upgrade Element (v1.11.25 -> v1.11.26)
3年前
Slavi Pantaleev
1fff42d930
Switch Synapse to being pulled from ghcr.io, not docker.io
Related to:
- https://github.com/matrix-org/synapse/pull/15281
- https://github.com/matrix-org/synapse/pull/15282
3年前
Slavi Pantaleev
32fb27c16c
Whitelist 2 more APIs for Synapse workers
Related to:
- e55269e14f
- 3d70cc393f
- 4fc85e5a92
3年前
Slavi Pantaleev
e55269e14f
Upgrade Synapse (v1.79.0 -> v1.80.0)
3年前
Slavi Pantaleev
1abd76101a
Add matrix_synapse_docker_image_registry_prefix
3年前
Aine
09188314dd
Update hookshot 3.0.1 -> 3.1.0
3年前
Aine
6d5cf9cbcd
fix honoroit networks
3年前
Aine
0b18f03195
honoroit - add proper networking configuration and traefik labels
3年前
Slavi Pantaleev
7be8943b64
Pin matrix-rageshake to 1.9.0
Related to:
- https://github.com/matrix-org/rageshake/issues/69
- https://github.com/matrix-org/rageshake/pull/70
3年前
Slavi Pantaleev
69b2df629b
Enable some recommended Coturn options in an effort to lower DDoS amplification factor
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2592
3年前
Aine
38fc864745
Update hookshot 3.0.0 -> 3.0.1
3年前
Slavi Pantaleev
14b8efcad2
Replace matrix-prometheus with an external Prometheus role
3年前
Slavi Pantaleev
21c2bbb11f
Add matrix_prometheus_nginxlog_exporter_container_network
3年前
Slavi Pantaleev
ade312e6f6
Add matrix_hookshot_container_network
3年前
Slavi Pantaleev
d974c0c166
Make yamllint happy
3年前
Slavi Pantaleev
220d80ac3a
Move matrix-aux outside of this playbook
3年前
Kabir Kwatra
8202acf742
fix(sliding-sync): use external syncv3 server url
3年前
array-in-a-matrix
f1c0321a8c
add relay api database for dendrite
3年前
Aine
7ef804f62f
Update hookshot 2.7.0 -> 3.0.0
Warning! Potentially breaking change: https://github.com/matrix-org/matrix-hookshot/releases/tag/3.0.0
3年前
Aine
e6552a9c3b
Update mautrix-whatsapp 0.8.2 -> 0.8.3
3年前
Aine
281bad125d
Update mautrix-discord 0.1.1 -> 0.2.0
3年前
Slavi Pantaleev
ee4bac1988
Upgrade matrix-corporal (2.5.1 -> 2.5.2)
3年前
Slavi Pantaleev
636142c4e0
matrix-bot-chatgpt role refactoring
3年前
Slavi Pantaleev
a55c6b1b5a
Remove non-functional variable matrix_bot_chatgpt_loglevel
It wasn't used at all. It doesn't seem like there's a way to control
the log level, judging by:
- 8f9eea4114/.env.example
- 8f9eea4114/src/env.ts
3年前
Slavi Pantaleev
9afc46de72
Update matrix_bot_chatgpt_matrix_blacklist/matrix_bot_chatgpt_matrix_whitelist comment
3年前
Aine
eaa3be2825
Update element 1.11.24 -> 1.11.25
3年前
Array in a Matrix
a63860ac75
fix typo
3年前
Slavi Pantaleev
fab6c03609
Allow some new endpoints to work on workers
Related to:
- 682d31c702
- ecbe0ddbe7
- f4fc83ac75
.. and https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2569
3年前
Catalan Lover
5cd3a6188e
Upgrade Synapse from 1.78.0 to 1.79.0
3年前
Slavi Pantaleev
4c1db32ef9
Rename some Dendrite variables to improve consistency
3年前
Slavi Pantaleev
fd2f497ac0
Fix variable names
Related to:
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2565
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2566
3年前
Array in a Matrix
4f0f6bd995
Update dendrite.yaml.j2
3年前
Array in a Matrix
c93eb1dbf7
Update dendrite.yaml.j2
3年前
Array in a Matrix
d0aa5a1f6a
Update main.yml
3年前
array-in-a-matrix
734848a27b
added full text search for dendrite
3年前
array-in-a-matrix
40f067148d
added dynamic thumbnails var
3年前
Slavi Pantaleev
cf7f9701b7
urlencode matrix_synapse_auto_compressor_database_username/matrix_synapse_auto_compressor_database_password
3年前
Slavi Pantaleev
bb89d7b3fb
Fix self-building for matrix-synapse-auto-compressor
3年前
Slavi Pantaleev
328d0d8a5f
Move synapse-auto-compressor Postgres argument to an environment variable
This provides an additional security benefit. The password won't leak in
the process list anymore.
3年前
Slavi Pantaleev
26d5719df4
Make matrix-synapse-auto-compressor live in its own container network
It will, additionally, be connected to the devture-postgres network, if
devture-postgres is enabled.
3年前
Slavi Pantaleev
0f2e568b30
Add validation tasks to matrix-synapse-auto-compressor
3年前
Slavi Pantaleev
b28d779c6c
Add matrix-synapse-auto-compressor section in group_vars/matrix_servers
3年前
Aine
bf3677a9b5
add synapse_auto_compressor
3年前
Joe Kappus
f2ebb5a91d
Bump ChatGPT version and add new config settings
OpenAI changed the model a month ago and broke the bot.
This bump fixes it and adds the default model.
3年前
Aine
cdb1452d17
Update jitsi stable-8252 -> stable-8319
3年前
Slavi Pantaleev
dddfee16bc
Fix all 300+ ansible-lint-reported errors
3年前
Slavi Pantaleev
023fe3ea08
Add sliding-sync support
This allows people to try out the new Element X clients, which need to
run against the sliding-sync proxy (https://github.com/matrix-org/sliding-sync ).
Supersedes https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2515
The code is based on the existing PR (#2515 ), but heavily reworked. Major changes:
- lots of internal refactoring and variable renaming
- fixed self-building to support non-amd64 architectures
- changed to talk to the homeserver locally, over the container network (not
publicly)
- no more matrix-nginx-proxy support due to complexity (see below)
- no more `matrix_server_fqn_sliding_sync_proxy` in favor of
`matrix_sliding_sync_hostname` and `matrix_sliding_sync_path_prefix`
- runs on `matrix.DOMAIN/sliding-sync` by default, so it can tried
easily without having to create new DNS records
3年前
Slavi Pantaleev
6e3aab6594
Make devture-traefik to matrix-traefik migration code a little safer
3年前
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 adcc6d9723086f65f1a72, 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.
3年前