Slavi Pantaleev
22f5f0ba75
Add support for exposing metrics for Synapse (without workers)
пре 2 година
Slavi Pantaleev
3556dd77ef
Use variables instead of hardcoding service port numbers in labels for matrix-synapse
пре 2 година
Slavi Pantaleev
b38b00bbd7
Upgrade mautrix-signal (959eb7eaf9 -> de8c8d97c2)
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3090
Related to https://github.com/mautrix/signal/issues/422
пре 2 година
Slavi Pantaleev
1831f09f2b
Shorten Traefik router names (*-endpoint -> *)
пре 2 година
Slavi Pantaleev
f9faaae26c
Shorten Traefik router name (*-well-known-endpoint -> *-well-known)
пре 2 година
Slavi Pantaleev
18254cd0b2
Remvoe all Traefik labels from matrix-nginx-proxy and update docs for delegation via SRV
пре 2 година
Slavi Pantaleev
ce2f541deb
Switch all remaining container volume mounting from `-v` to `--mount`
`--mount` is safer, as `-v` has the side-effect of creating the "source"
destination as a directory if it doesn't exist yet.
We don't need such magic.
пре 2 година
Slavi Pantaleev
881c20bf25
Switch matrix_dendrite_container_additional_volumes from using -v to --mount
Related to e5130372b9 .
Depending on the `options` that people provide, this may break
compatibility.
пре 2 година
Slavi Pantaleev
e5130372b9
Switch matrix_synapse_container_additional_volumes from using -v to --mount
Depending on the `options` that people provide, this may break
compatibility.
пре 2 година
Slavi Pantaleev
c4d6144bb9
Add metrics-exposure support for Dendrite
пре 2 година
Slavi Pantaleev
f257cd9fbe
Fix a few incorrect service names in labels for matrix-synapse/matrix-synapse-reverse-proxy-companion
пре 2 година
Slavi Pantaleev
0701a01825
Fix service name in federation labels for Dendrite
пре 2 година
Slavi Pantaleev
4873af18a8
Fix service name in federation labels for Conduit
пре 2 година
Slavi Pantaleev
bea41e28b0
Remove Dendrite support from matrix-nginx-proxy
пре 2 година
Slavi Pantaleev
d8eb768e03
Add native Traefik support to matrix-dendrite
пре 2 година
Slavi Pantaleev
f78adfde47
Remove Synapse support from matrix-nginx-proxy
пре 2 година
Slavi Pantaleev
030e8065e4
Remove Conduit support from matrix-nginx-proxy
пре 2 година
Slavi Pantaleev
9ae8ccac36
Add matrix_conduit_hostname
пре 2 година
Slavi Pantaleev
4639eebf12
Add native Traefik support to matrix-conduit
пре 2 година
Slavi Pantaleev
3e0e92bdf7
Do not use matrix_synapse_reverse_proxy_companion_ variables in the matrix-synapse role
пре 2 година
Slavi Pantaleev
95e505106b
Restore matrix_mautrix_signal_appservice_bot_username usage
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3088
Looks like the migration to the Go-based Signal bridge hardcoded the
`signalbot` username instead of using the variable we had.
Related to: https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3041
пре 2 година
Slavi Pantaleev
6766216fcb
Wire Conduit to advertise usage of the Coturn TURN server
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3089
пре 2 година
Slavi Pantaleev
f54b68956d
Adapt matrix-media-repo to new container network setup, etc.
пре 2 година
Slavi Pantaleev
3e19c8b102
Define matrix_media_repo_homeservers_auto in group vars
This is mostly so as to avoid referring to variables from other roles,
like `matrix_nginx_proxy_proxy_matrix_client_api_addr_with_container`.
пре 2 година
Slavi Pantaleev
883afa11dc
Do not hardcode devture_postgres_identifier in matrix-media-repo role
This should come (and already does) from group_vars/matrix_servers
пре 2 година
Slavi Pantaleev
7ad5321f54
Make sure ma1sd uninstallation tasks also run on setup-all
пре 2 година
Slavi Pantaleev
aea66442a1
Move matrix-ma1sd to its own container network and add native Traefik support
пре 2 година
Slavi Pantaleev
81f1c4683b
Use Path() intead of PathPrefix() for ldap-registration-proxy endpoint
пре 2 година
Slavi Pantaleev
7441fff210
Fix regex in atrix_ldap_registration_proxy_container_labels_registration_endpoint_path_prefix
пре 2 година
Slavi Pantaleev
0c048c7592
Fix ma1sd self-building and make it not require gradle
пре 2 година
Slavi Pantaleev
300e67c03d
Split matrix_ldap_registration_proxy_systemd_wanted_services_list and update docs a bit
пре 2 година
Slavi Pantaleev
61216d51cc
Move matrix-ldap-registration-proxy to its own container network and add native Traefik support
This also makes it handle the `/_matrix/client/v3/register` endpoint,
not just `/_matrix/client/r0/register`
пре 2 година
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.
пре 2 година
Slavi Pantaleev
bf95ad2235
Auto-generate matrix_bot_matrix_registration_bot_bot_password via group vars
пре 2 година
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>
пре 2 година
Slavi Pantaleev
4c7ee34194
Rename variable for consistency (matrix_hookshot_ident -> matrix_hookshot_identifier)
пре 2 година
Slavi Pantaleev
fce84a2b3c
Rename variable for consistency (matrix_homeserver_proxy_ident -> matrix_homeserver_proxy_identifier)
пре 2 година
Slavi Pantaleev
2f27a57d00
Rename variable for consistency (matrix_static_files_ident -> matrix_static_files_identifier)
пре 2 година
Slavi Pantaleev
ea992496a3
Add matrix-cactus-comments-client role
This is split out from matrix-cactus-comments (see 241779b583 ),
but also heavily inspired by `matrix-static-files`.
пре 2 година
Slavi Pantaleev
241779b583
Initial work on moving matrix-cactus-comments to its own container network and splitting cactus-client out of it
пре 2 година
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
пре 2 година
Slavi Pantaleev
b6916d3adc
Add public_address to mautrix-discord
Related to https://github.com/mautrix/discord/issues/95
пре 2 година
Slavi Pantaleev
594e6d9679
Move matrix-sms-bridge to its own container network and add support for non-Synapse homeservers
пре 2 година
Slavi Pantaleev
8e8c9cc03b
Move matrix-bridge-mx-puppet-twitter to its own container network and add native Traefik support
пре 2 година
Slavi Pantaleev
1e19fee772
Move matrix-bridge-mx-puppet-steam to its own container network
пре 2 година
Slavi Pantaleev
3c099541a7
Move matrix-bridge-mx-puppet-slack to its own container network and add native Traefik support
пре 2 година
Slavi Pantaleev
150a40ec26
Move matrix-bridge-mx-puppet-instagram to its own container network
пре 2 година
Slavi Pantaleev
f94f2b9823
Move matrix-bridge-mx-puppet-groupme to its own container network
пре 2 година
Slavi Pantaleev
82de4581e3
Add support for disabling presence on matrix-bridge-mx-puppet-discord
пре 2 година
Slavi Pantaleev
6d0ecb0269
Move matrix-bridge-mx-puppet-discord to its own container network
пре 2 година