Slavi Pantaleev
0c048c7592
Fix ma1sd self-building and make it not require gradle
há 2 anos
Slavi Pantaleev
998e9ce655
Revert "Auto-generate matrix_bot_matrix_registration_bot_bot_password via group vars"
This reverts commit bf95ad2235 .
This was a bad idea.
It's better to have people manually define the password.
Otherwise, `matrix_homeserver_generic_secret_key` changing some day in
the future would break the bot and one would have to figure out how to
reset its password manually.
Using an explicit password is more stable.
há 2 anos
Slavi Pantaleev
bf95ad2235
Auto-generate matrix_bot_matrix_registration_bot_bot_password via group vars
há 2 anos
Pierre 'McFly' Marty
5caf1fef1d
chore(deps): update signal bridge version + config ( #3084 )
* chore(deps): update signal bridge version + config
* style(deps): rename default note to self config variable
* Add to_json for additional safety
---------
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
há 2 anos
Slavi Pantaleev
4011eaf258
Rename variables having an incorrect prefix (matrix_bot_cactus_ -> matrix_cactus_)
Looks like these variables were originally named this way in
https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2089
há 2 anos
Slavi Pantaleev
b6916d3adc
Add public_address to mautrix-discord
Related to https://github.com/mautrix/discord/issues/95
há 2 anos
Slavi Pantaleev
e48adcb91d
Upgrade sliding-sync (v0.99.13 -> v0.99.14)
há 2 anos
Slavi Pantaleev
d116d863e6
Move exim-relay service to its own network and connect Synapse & ma1sd to it automatically
há 2 anos
Slavi Pantaleev
ba0a4e864a
Replace matrix-mailer with an external role
há 2 anos
Slavi Pantaleev
1f6bb281e9
Fix typo in old devture-traefik migration task
há 2 anos
Pierre 'McFly' Marty
a266da1b78
fix: space sync config
há 2 anos
Slavi Pantaleev
fc151fed77
Add raw/endraw around problematic texts in matrix-bridge-mautrix-signal/templates/config.yaml
Fixes: https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3082
Related to: https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3079
há 2 anos
Slavi Pantaleev
06f561f0dd
Build latest/main branch of rust-synapse-compress-state for non-amd64 users
The latest tagged release (v0.1.3) does not pin any versions in its
Dockerfile and as such fails to build right now.
The `main` branch of rust-synapse-compress-state has already addressed
this and is buildable, but there's no tagged release yet.
Reported here: https://github.com/matrix-org/rust-synapse-compress-state/issues/134
há 2 anos
IUCCA
2b2c1880cb
Updated mautrix-signal docker image
há 2 anos
renovate[bot]
04de14a462
chore(deps): update vectorim/element-web docker tag to v1.11.53
há 2 anos
IUCCA
0222e75c19
added new options to mautrix-signal config template
há 2 anos
IUCCA
9c3d8687bf
added new options to mautrix-signal config template
há 2 anos
IUCCA
8f88b5d25e
updated mautrix-signal docker image
há 2 anos
Charles Wright
c053336ad2
Add keepalive on worker upstreams and use HTTP 1.1 for persistent connections
há 2 anos
Slavi Pantaleev
61bf368080
Mark /.well-known/matrix/support as accepted spec
há 2 anos
Pierre 'McFly' Marty
c76aaf2e0b
fix(signal): tag follows declared version
há 2 anos
renovate[bot]
b2b6edc8a1
chore(deps): update halfshot/matrix-hookshot docker tag to v5.1.2
há 2 anos
Slavi Pantaleev
aa60fdeb00
Do not put architecture stuff in matrix_mautrix_signal_version
.. because matrix_mautrix_signal_version is used in other places
which do not expect it. For example: `matrix_mautrix_signal_container_image_self_build_branch`
Related to: https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3041
há 2 anos
Pierre 'McFly' Marty
4db1e5930d
chore: update signal bridge
há 2 anos
Pierre 'McFly' Marty
e5d31b5883
chore: update signal bridge version
há 2 anos
Pierre 'McFly' Marty
cd9411158f
fix: signal docker tag follow system arch
há 2 anos
renovate[bot]
bfd7fa4b95
chore(deps): update halfshot/matrix-hookshot docker tag to v5.1.1
há 2 anos
renovate[bot]
9c7d0fb2ad
chore(deps): update halfshot/matrix-hookshot docker tag to v5.1.0
há 2 anos
renovate[bot]
b2aa81a5ea
chore(deps): update halfshot/matrix-hookshot docker tag to v5
há 2 anos
Pierre 'McFly' Marty
91e39a58f7
feat: relay mode in signal
há 2 anos
renovate[bot]
0ded422cf9
chore(deps): update dock.mau.dev/mautrix/telegram docker tag to v0.15.1
há 2 anos
Slavi Pantaleev
11ee949e9e
Add native Traefik support to matrix-corporal (HTTP API)
há 2 anos
Slavi Pantaleev
e47ad60cf5
Add support for additional networks to matrix-corporal
há 2 anos
Slavi Pantaleev
ce013a325c
Remove duplicate matrix_media_repo_identifier definition from group_vars/matrix_servers
`matrix_media_repo_identifier` is already defined in the role defaults,
which is a better role to have it anyway.
há 2 anos
Pierre 'McFly' Marty
1894f84b8a
chore: update bridge docker tag
há 2 anos
Pierre 'McFly' Marty
a8e14ac79e
fix: ansible yaml syntax
há 2 anos
Michael Hollister
0908c6b662
Added Traefik support to MMR
há 2 anos
renovate[bot]
8ca3b7c5c6
chore(deps): update vectorim/element-web docker tag to v1.11.52
há 2 anos
Pierre 'McFly' Marty
81e015db9d
feat: auto removal of signal-daemon service
há 2 anos
Pierre 'McFly' Marty
b426a68316
chore: update mautrix-signal for legacy compat.
há 2 anos
Pierre 'McFly' Marty
c93b642f90
doc: check typo
há 2 anos
Pierre 'McFly' Marty
2f6525ccb3
refactor: remove signalgo and update signal to 'after merge'
há 2 anos
Michael Hollister
42f33339c5
Updated MMR docs with updated fields in main.yaml ( #3047 )
* Updated MMR docs with updated fields in main.yaml
* Removed uneeded placeholder db password
há 2 anos
Michael Hollister
a66a2d2692
Added Synapse connection pool config variables
há 2 anos
renovate[bot]
d925409567
chore(deps): update dock.mau.dev/mautrix/whatsapp docker tag to v0.10.5
há 2 anos
Michael Hollister
805280355c
Changed mxc links to matrix_domain instead of matrix_server_fqn_matrix
há 2 anos
renovate[bot]
90d576dac9
chore(deps): update dock.mau.dev/mautrix/gmessages docker tag to v0.2.3
há 2 anos
Michael Hollister
ae759bd86e
Added missing MMR federation directives
há 2 anos
Slavi Pantaleev
9f5d4018c7
Upgrade matrix-mailer (4.96.2-r0-0 -> 4.97-r0-0)
há 2 anos
Slavi Pantaleev
ae983491e7
Add undefined matrix_hookshot_container_ident variable (and rename it to matrix_hookshot_ident)
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3042
há 2 anos