Slavi Pantaleev
b0c801a497
Rename variable for consistency (matrix_bot_honoroit_container_self_build -> matrix_bot_honoroit_container_image_self_build)
Discussed in https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1514
há 4 anos
rakshazi
407e8c4940
added honoroit
há 4 anos
rakshazi
490f11ba0d
matrix-client-cinny: self_build feedback"
há 4 anos
rakshazi
5788a16a2e
added matrix-client-cinny
há 4 anos
Slavi Pantaleev
1c4cca990c
Set Dendrite's real_ip_header correctly
há 4 anos
Slavi Pantaleev
9910505762
Fix matrix_dimension_homeserver_federationUrl for Dendrite
há 4 anos
Slavi Pantaleev
09c2128dca
Fix matrix_registration_shared_secret for Dendrite
há 4 anos
Slavi Pantaleev
fda8e844f5
Replace matrix-synapse.service references with more homeserver-neutral references
há 4 anos
Slavi Pantaleev
516ec2c51f
Add Dendrite-awareness to matrix_homeserver_container_url when matrix-nginx-proxy disabled
há 4 anos
Slavi Pantaleev
3010271da6
Derive matrix_coturn_turn_static_auth_secret from matrix_homeserver_generic_secret_key
Doing this further simplifies examples/vars.yml.
há 4 anos
Slavi Pantaleev
682f46e572
Derive secrets from matrix_homeserver_generic_secret_key, not matrix_synapse_macaroon_secret_key
We're trying to move away from implementation-specific variables,
hoping for a clean (implementation-neutral) examples/vars.yml file.
há 4 anos
Slavi Pantaleev
bb608b6a3e
Make matrix_homeserver_implementation influence matrix_IMPLEMENTATION_enabled, not the other way around
Doing this seems more reasonable and simpler.
há 4 anos
Slavi Pantaleev
1252a645e5
Rename some variables for consistency
há 4 anos
Slavi Pantaleev
0e17046a9e
Fix incorrect definition
há 4 anos
Slavi Pantaleev
0609252eac
Only trust own identity server in Dendrite config, if ma1sd enabled
há 4 anos
Slavi Pantaleev
dcab14d9a8
Add self-building support to Beeper LinkedIn bridge
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1480
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1242
há 4 anos
Shreyas Ajjarapu
25ced724ac
Update matrix_servers
há 4 anos
Slavi Pantaleev
fedfdff7f3
Initial work on getting nginx reverse proxying working with Dendrite
há 4 anos
Slavi Pantaleev
025a5ab5e5
Add matrix_homeserver_implementation, tracking the current homeserver implementation
The goal is to have a single variable which tells us which homeserver
software is in use. Much simpler than having if/elif/elif checks for
variables like (`matrix_synapse_enabled` and `matrix_dendrite_enabled`, etc.)
everywhere.
há 4 anos
Matthew Cengia
0f49ce0638
Set up vars for mautrix-twitter playbook
* Copy/update mautrix_facebook group_vars to mautrix_twitter
* Replace facebook -> twitter, fb -> twt, remove presence var
* Enable playbook in setup.yml
há 4 anos
Slavi Pantaleev
fc55df9318
Make some appservices reach the homeserver via nginx
This is useful when Synapse is using a worker setup. In that case,
we don't want appservices to connect to `matrix-synapse:8008`, because
not all APIs are exposed there.
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1449
há 4 anos
John M
286871b9b5
Add self-build for Dimension
Add a self-build option for the Dimension Dockerfile.
- This helps further support arm64 hosts (i.e. A1.Flex w/Oracle)
há 4 anos
Christos Karamolegkos
ab60238518
Support encrypted matrix_synapse_macaroon_secret_key
This change forces ansible to decrypt the variable with ansible-vault if encrypted, to avoid the error '{"msg": "Unexpected templating type error occurred on ({{ matrix_synapse_macaroon_secret_key | password_hash('sha512') }}): secret must be unicode or bytes, not ansible.parsing.yaml.objects.AnsibleVaultEncryptedUnicode"}'
Every other variable in the playbook was found to have no problems with encryption.
The change has no negative impact on non-encrypted matrix_synapse_macaroon_secret_key.
há 4 anos
boris runakov
394ecb0acc
remove default from variable name
há 4 anos
boris runakov
d3a9ec98de
refactoring
há 4 anos
boris runakov
1ec67f49b0
replaced 8008 where possible
há 4 anos
Slavi Pantaleev
c1bc7b9f93
Rename variables to prevent confusion
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1397
and https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1399
há 4 anos
b
07496069c8
rellocating variables for consistency
há 4 anos
b
7756cc4c8e
replace port 8048 with matrix_synapse_container_default_federation_port
há 4 anos
borisrunakov
9688d071a8
fix matrix_synapse_account_threepid_delegates_email and matrix_synapse_account_threepid_delegates_msisdn ( #1370 )
* fix for string concatenation on matrix_synapse_account_threepid_delegates_email and matrix_synapse_account_threepid_delegates_msisdn
* .editorconfig should not be ignored
* Restore .gitignore
Co-authored-by: b <b@b>
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
há 4 anos
b
dcda17595a
change port 8090 to matrix_ma1sd_default_port
há 4 anos
Slavi Pantaleev
268a3e5f3a
Upgrade Dendrite (0.3.11 -> 0.5.0) and update configuration
This brings dendrite.yaml up to date and cleans things up a bit.
há 4 anos
Jip J. Dekker
3b372b47cd
Add initial role for Dendrite as alternative Matrix server
há 5 anos
HarHarLinks
4209c4208c
add own variable for worker metrics
https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1311#issuecomment-945718866
há 4 anos
Slavi Pantaleev
6937a2c0a9
Ensure password_hash salt is less than 16 chars
Also fixes the appservice and homeserver tokens for the Googlechat bridge,
so that they're not the same as the ones for the Hangouts bridge.
há 4 anos
Luke
1dac525e63
Added Mautrix Google Chat
há 4 anos
Slavi Pantaleev
fb709152f3
Add self-building support for mautrix-whatsapp
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1322
há 4 anos
Slavi Pantaleev
b5d8444764
Add self-building support to matrix-bridge-appservice-webhooks
há 4 anos
Slavi Pantaleev
603ad7c52b
Remove (non-working) SQLite support from beeper-linkedin bridge
This bridge doesn't support SQLite anyway, so it's not necessary
to carry around configuration fields and code for migration from SQLite
to Postgres. There's nothing to migrate.
há 4 anos
Slavi Pantaleev
13e660bffd
Add missing section separator
há 4 anos
Alexandar Mechev
b13cf1871f
add code for LinkedIn Bridge
há 4 anos
Slavi Pantaleev
9860fb4675
Upgrade Sygnal (v0.9.0 -> v0.10.1)
há 4 anos
Slavi Pantaleev
46340fdf63
Simplify if condition
há 4 anos
Michael Collins
98e6cd685d
sync with previous repo
há 4 anos
Michael Collins
4d57a41b3f
remove matrix_awx_enabled from these
há 4 anos
Michael Collins
2e30802b87
use group variables instead
há 4 anos
Slavi Pantaleev
421f85defa
Add self-building support to matrix-email2matrix
há 4 anos
Slavi Pantaleev
676101e999
Minor fixups for ma1sd 2.5.0
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1171
há 4 anos
Nate
f5d6b01b9f
Updated group_vars to update self_build based on matrix_architecture
há 4 anos
Toorero
ead4b00c09
Reverted back to manual self-build detection
há 4 anos