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年前
Slavi Pantaleev
e48adcb91d
Upgrade sliding-sync (v0.99.13 -> v0.99.14)
2年前
Slavi Pantaleev
effca48288
Remove matrix-nginx-proxy integration for matrix-bridge-mautrix-wsproxy
This probably never even worked anyway and was a leftover copy/paste
from some other role.
The docs (`docs/configuring-playbook-bridge-mautrix-wsproxy.md`) only
talk about `matrix_mautrix_wsproxy_hostname`, which was only used via
Traefik labels. The endpoint exposed via `matrix-nginx-proxy` (`/_matrix/wsproxy`)
hasn't been mentioned anywhere.
2年前
Slavi Pantaleev
8b28f8e122
Move matrix-bridge-mautrix-twitter to its own container network and add native Traefik support
2年前
Slavi Pantaleev
f9b4ae8241
Move matrix-bridge-mautrix-telegram to its own container network and add native Traefik support
2年前
Slavi Pantaleev
0f89156e94
Move matrix-bridge-mautrix-slack to its own container network
2年前
Slavi Pantaleev
d6911503a0
Move matrix-bridge-mautrix-signal to its own container network and add native Traefik support
2年前
Slavi Pantaleev
7ec6fd3dfe
Make bridges/bots use matrix_addons_homeserver_client_api_url (instead of matrix_homeserver_container_url)
2年前
Slavi Pantaleev
142de83b41
Move matrix-bridge-mautrix-hangouts to its own container network
2年前
Slavi Pantaleev
6723fcd6d5
Add labels to matrix-mautrix-googlechat.service and use --mount instead of -v
2年前
Slavi Pantaleev
f8f3318bb2
Move matrix-bridge-mautrix-googlechat to its own container network
2年前
Slavi Pantaleev
c6c88c2503
Move matrix-bridge-mautrix-gmessages to its own container network
2年前
Slavi Pantaleev
5e7b882ce9
Adjust homeserver URL for Buscarron
2年前
Slavi Pantaleev
39e45b0298
Move matrix-bridge-heisenbridge to its own container network
2年前
Slavi Pantaleev
493a9abafa
Move matrix-bridge-go-skype-bridge to its own container network
2年前
Slavi Pantaleev
205663a4be
Move matrix-bridge-beeper-linkedin to its own container network
2年前
Slavi Pantaleev
b651495c07
Fixups for maubot and appservice-slack container labels
2年前
Slavi Pantaleev
a5618a893b
Move matrix-bridge-appservice-webhooks to its own container network
2年前
Slavi Pantaleev
db53a17a38
Move matrix-bridge-appservice-slack to its own container network
2年前
Slavi Pantaleev
3fe3d5a78c
Move matrix-bridge-appservice-kakaotalk to its own container network
2年前
Slavi Pantaleev
dcdc43b6aa
Move matrix-bridge-appservice-irc to its own container network
2年前
Slavi Pantaleev
bf11a3c2ca
Tie up some loose ends for matrix-appservice-discord
2年前
Slavi Pantaleev
7d625011a1
Move matrix-bridge-appservice-discord to its own container network
2年前
Slavi Pantaleev
c5006c3ac2
Move matrix-bot-maubot to its own container network and add native Traefik support
2年前
Slavi Pantaleev
6deb99f31b
Add missing network-creation tasks for some bot roles
2年前
Slavi Pantaleev
d5ea80cf68
Remove unused variable (matrix_bot_matrix_registration_environment_variables_extension)
2年前
Slavi Pantaleev
87c8c29c47
Move matrix-bot-matrix-registration-bot to its own container network
2年前
Slavi Pantaleev
628496d022
Move matrix-bot-honoroit to its own container network
2年前
Slavi Pantaleev
835f623bb8
Move matrix-bot-go-neb to its own container network
2年前
Slavi Pantaleev
867af6385a
Move matrix-bot-mjolnir to its own container network
2年前
Slavi Pantaleev
88ad58fccb
Move matrix-bot-draupnir to its own container network
2年前
Slavi Pantaleev
d8b867b6fb
Move matrix-bot-buscarron to its own container network
2年前
Slavi Pantaleev
d116d863e6
Move exim-relay service to its own network and connect Synapse & ma1sd to it automatically
2年前
Slavi Pantaleev
ba0a4e864a
Replace matrix-mailer with an external role
2年前
Slavi Pantaleev
1f6bb281e9
Fix typo in old devture-traefik migration task
2年前
Slavi Pantaleev
9488e3857a
Put all homeservers in the matrix-homeserver container network
2年前
Pierre 'McFly' Marty
a266da1b78
fix: space sync config
2年前
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
2年前
Slavi Pantaleev
b37a02720f
Move all Matrix client apps into the matrix-addons container network
Putting each client into its own network was good for isolation,
but it's quite wasteful in terms of the container network pool.
2年前
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
2年前
Slavi Pantaleev
d262ca0fe6
Only enable matrix-synapse-reverse-proxy-companion when Synapse workers are enabled
This allows us to eliminate the companion and decrease overhead for
simple servers which do not use workers.
2年前
Slavi Pantaleev
499e4887f7
Connect sliding-sync directly to the homeserver
This saves up 1 container network and avoids going through extra proxies
unnecessarily.
2年前
Slavi Pantaleev
3fb016cd6b
Put bots and bridges in the same network and remove a few variables
Downsides: decreasing security slightly due to less networking isolation
Benefits:
- decreased complexity
- having a generically-named `matrix-addons` network we may use for other things now (client apps, etc.)
- not exhausting the container networks pool with 2 (or more) networks and using just 1
2年前
Slavi Pantaleev
170f321a01
Minor sliding-sync improvements
2年前
IUCCA
2b2c1880cb
Updated mautrix-signal docker image
2年前
renovate[bot]
04de14a462
chore(deps): update vectorim/element-web docker tag to v1.11.53
2年前
Slavi Pantaleev
015acb6d08
Add native Traefik support to matrix-synapse
2年前
Slavi Pantaleev
fe7c06d6f5
Fix duplicate labels in matrix-synapse-reverse-proxy-companion
2年前