Slavi Pantaleev
73d5faa1f9
Fix variable name typo
4 years ago
Scott Crossen
59bb6b2971
responded to reviewer comments
4 years ago
Scott Crossen
e894befd87
Updates to reviewer comments
4 years ago
Slavi Pantaleev
263727095d
Merge pull request #657 from cnvandijk/feature-client-well-known
...
Client well known compatibility
4 years ago
Slavi Pantaleev
172bf24df7
Enable self-building of matrix-synapse-admin on non-amd64
...
Related to #658 (Github Issue).
4 years ago
Chris van Dijk
f6b0f0a477
Rename matrix_riot_jitsi_preferredDomain and matrix_riot_e2ee_default to Element
4 years ago
Slavi Pantaleev
da38a7869f
Add matrix-registration support
4 years ago
Slavi Pantaleev
b117dc0cb7
Fix self-check certificate validation when not self-signed
4 years ago
Slavi Pantaleev
9952ec6c16
Upgrade Synapse (v1.18.0 -> v1.19.0)
4 years ago
Slavi Pantaleev
296bd6e211
Fix variable name typo
4 years ago
Slavi Pantaleev
b2ae669566
Add synapse-admin support
...
Fixes #562 (Github Issue)
4 years ago
Slavi Pantaleev
78b1ef9a5f
Add support for matrix-reminder-bot
4 years ago
Slavi Pantaleev
c6ab1c6a90
Riot is now Element
...
Fixes #586 (Github Issue)
4 years ago
Hugues Morisset
57f498217a
Add mx-puppet-steam
4 years ago
Hugues Morisset
42e7f5e9bc
Add mx-puppet-discord
4 years ago
Slavi Pantaleev
9686a0fc5b
Expose mx-puppet-twitter port when matrix-nginx-proxy disabled
4 years ago
Slavi Pantaleev
744667b270
Merge branch 'master' into mx-puppet-twitter
4 years ago
Slavi Pantaleev
31f9e7bbea
Merge pull request #551 from jdreichmann/feat-mx-puppet-instagram
...
Add mx-puppet-instagram
4 years ago
Tulir Asokan
13186a1ddc
Add mx-puppet-twitter
...
Signed-off-by: Tulir Asokan <tulir@maunium.net>
4 years ago
Slavi Pantaleev
635f385971
Use pre-built arm64 image for ma1sd
...
ma1sd 2.4.0 announced experimental support for arm64.
We're making use of those arm64 images instead of self-building.
4 years ago
teutat3s
0162fe31d1
Re-enable ma1sd user directory search
4 years ago
jdreichmann
2073cd6cae
mx-puppet-instagram: change tokens appservice<>homeserver in order to not collide with mx-puppet-slack
4 years ago
Slavi Pantaleev
19b9a1b16c
Expose mautrix-hangouts port if matrix-nginx-proxy is disabled
4 years ago
jdreichmann
0fea35cdd2
mx-puppet-instagram: add role
4 years ago
Slavi Pantaleev
10b3ceff72
Make Matrix federation port configurable
...
Fixes #523 (Github Issue).
5 years ago
Slavi Pantaleev
831c3f4e64
Fix certbot/cerbot image pulling for ARM32 and ARM64
...
Related to #529 (Github Issue).
5 years ago
Slavi Pantaleev
ab32f6adf6
Add self-building support to matrix-mailer (exim-relay)
5 years ago
benkuly
1ffa4a326c
matrix-sms-bridge:
...
added docs, added seperate service for database, pr comments
5 years ago
benkuly
2d75fca257
added matrix-sms-bridge
5 years ago
Slavi Pantaleev
07ff116266
Do not send User Directory search requests to ma1sd for now
...
We can undo this once https://github.com/ma1uta/ma1sd/issues/44 gets
resolved.
5 years ago
Slavi Pantaleev
308fc9c60a
Fix webhooks service address when matrix-nginx-proxy disabled
...
Fixes #494 (Github Issue).
5 years ago
Slavi Pantaleev
8cdf3a24f9
Fix variable name typo
5 years ago
Rodrigo Belem
4149e03b69
Initial mx-puppet-slack bridge role
5 years ago
Slavi Pantaleev
272888d917
Merge pull request #462 from cnvandijk/feature-dimension-unfederated
...
Add support for running dimension in an unfederated environment
5 years ago
Chris van Dijk
3f4bc9b881
Move config supprt for unfederated dimension into group_vars
5 years ago
Horvath Gergely
b5844d2395
shortening line based on @spantaleev 's comment
5 years ago
Horvath Gergely
bd61598faf
add experimental(?) architecture support for arm32 and arm64
...
the changes are necessary because certbot images are tagged, so docker does not recognize the necessary architecture
5 years ago
Slavi Pantaleev
515160f0d7
Fix STUN server URL for jitsi/web (turns -> stun)
...
Discussed in #446 (Github Pull Request).
5 years ago
Rodrigo Belem
64de103dff
Add global var to control skype image self build
5 years ago
Slavi Pantaleev
2f601a4aee
Merge pull request #446 from skoal/master
...
Jitsi related firewall and port changes
5 years ago
Slavi Pantaleev
e6ebfbf8cc
Prevent conflict between Whatsapp and Skype bridge tokens
...
Fixes an error like this:
> synapse.config._base.ConfigError: Cannot reuse as_token across application services
5 years ago
skoal
0713570e2f
Update matrix_servers
...
turn tls port update
5 years ago
Slavi Pantaleev
7035af87d8
Add support for Jitsi discovery for Riot via /.well-known/matrix/client
...
This will not work yet, as no version of Riot currently supports it.
It's expected to land in riot-web v1.5.16 via matrix-org/matrix-react-sdk#4348 .
5 years ago
Slavi Pantaleev
59d05ad72c
Merge pull request #441 from Jozian/skype
...
Initial mx-puppet-skype bridge role
5 years ago
Slavi Pantaleev
67a5ef97ba
Fix missing "stun:" prefix for jitsi/web STUN server URLs
...
Hopefully fixes an error like this (which I haven't been able to
reproduce, but..):
> [modules/xmpp/strophe.util.js] <Object.i.Strophe.log>: Strophe: Error: Failed to construct 'RTCPeerConnection': 'matrix.DOMAIN' is not one of the supported URL schemes 'stun', 'turn' or 'turns'.
5 years ago
Rodrigo Belem
1107207147
Initial mx-puppet-skype bridge role
5 years ago
Slavi Pantaleev
61fffa169c
Use Jitsi STUN servers instead of Google ones
...
These are some new defaults that we switch to, to follow upstream
changes:
- https://github.com/jitsi/docker-jitsi-meet/commit/264df04
- 3121494d4b
5 years ago
Slavi Pantaleev
845f5f007b
Make Synapse use ma1sd (if enabled) for threepid registration
5 years ago
Marcel Partap
874e2e1fc0
Rename variables (s/mxisd/ma1sd/) and adapt roles
5 years ago
Slavi Pantaleev
e06ac41db1
Do not try to obtain jitsi.DOMAIN certificate if Jitsi is disabled
5 years ago