Marko Weltzer
7e5b88c3b7
fix: all praise the allmighty yamllinter
3 years ago
Slavi Pantaleev
1099ccab43
Upgrade devture/exim-relay (4.95-r0 -> 4.95-r0-1) and disable self-building on ARM32/ARM64
...
4.95-r0-1 is the first container image tag that is available as a multi-arch image
with support for linux/amd64, linux/arm64/v8 (arm64) and linux/arm/v7 (arm32),
so self-building is no longer necessary on all these platforms.
3 years ago
Slavi Pantaleev
e295c90d0b
Merge pull request #1505 from HarHarLinks/hookshot
...
add matrix-hookshot
3 years ago
Slavi Pantaleev
4a4d718f7c
Upgrade matrix-corporal (2.2.2 -> 2.2.3) and disable self-building on ARM32/ARM64
...
2.2.3 is the first container image tag that is available as a multi-arch image
with support for linux/amd64, linux/arm64/v8 (arm64) and linux/arm/v7 (arm32),
so self-building is no longer necessary on all these platforms.
3 years ago
HarHarLinks
39d9ef43e9
fixup! update hookshot config to generic hs variables
3 years ago
HarHarLinks
2a91a43b32
Merge remote-tracking branch 'origin/master' into hookshot
3 years ago
HarHarLinks
54d8d0ec38
simplify hookshot conditional for readability
3 years ago
HarHarLinks
c264d670e8
update hookshot config to generic hs variables
3 years ago
Kim Brose
44ae8d3b92
refine etherpad in nginx wanted services condition
3 years ago
Kim Brose
a9dd397771
add etherpad to nginx wanted services
...
it's required if enabled by the dimension config here:
6eb8fb8392/roles/matrix-etherpad/tasks/init.yml (L42-L49)
see also #1517
3 years ago
HarHarLinks
321ed9b609
Merge remote-tracking branch 'origin/master' into hookshot
3 years ago
HarHarLinks
08fe38cf40
add hookshot to nginx wanted services
...
related 0fb881deb5
3 years ago
HarHarLinks
224633df1d
fix condition for matrix_hookshot_container_http_host_bind_ports
3 years ago
HarHarLinks
2b97ab9a51
fix matrix_hookshot_container_http_host_bind_ports
3 years ago
HarHarLinks
3a766d4ba5
proxy hookshot metrics when proxying synapse metrics
...
see also #1527
3 years ago
Slavi Pantaleev
0fb881deb5
Update the "wanted systemd services" list for matrix-nginx-proxy/matrix-grafana
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1517
3 years ago
HarHarLinks
87871040df
add hookshot metrics to internal prometheus
3 years ago
HarHarLinks
1987cc4839
refine hookshot role
3 years ago
Aine
a83b880f72
matrix-bot-honoroit: feedback
3 years ago
Aine
4377c348c5
matrix-bot-honoroit: disable self-build by default, update to v0.9.1
3 years ago
HarHarLinks
e0f2aa9de8
refactor matrix_hookshot_container_http_host_bind_ports
3 years ago
Slavi Pantaleev
7b093c5ae0
Move some variables to a more appropriate location
3 years ago
Slavi Pantaleev
19b5a50805
Derive Honoroit database password from matrix_homeserver_generic_secret_key
...
Related to the work done in https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/818
3 years ago
Slavi Pantaleev
5c3c0d0d58
Set Dendrite's real_ip_header correctly
3 years ago
Slavi Pantaleev
05b4572fab
Fix matrix_dimension_homeserver_federationUrl for Dendrite
3 years ago
Slavi Pantaleev
de49cc5271
Fix matrix_registration_shared_secret for Dendrite
3 years ago
Slavi Pantaleev
593fc2fa85
Replace matrix-synapse.service references with more homeserver-neutral references
3 years ago
Slavi Pantaleev
38ad152c03
Add Dendrite-awareness to matrix_homeserver_container_url when matrix-nginx-proxy disabled
3 years ago
Slavi Pantaleev
bbbfc0708f
Derive matrix_coturn_turn_static_auth_secret from matrix_homeserver_generic_secret_key
...
Doing this further simplifies examples/vars.yml.
3 years ago
Slavi Pantaleev
965890bf75
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.
3 years ago
Slavi Pantaleev
1dfe21944f
Make matrix_homeserver_implementation influence matrix_IMPLEMENTATION_enabled, not the other way around
...
Doing this seems more reasonable and simpler.
3 years ago
Slavi Pantaleev
4139290cc9
Rename some variables for consistency
3 years ago
Slavi Pantaleev
32bbcf5ed6
Fix incorrect definition
3 years ago
Slavi Pantaleev
38ec546b8b
Only trust own identity server in Dendrite config, if ma1sd enabled
3 years ago
Slavi Pantaleev
ecc237bbad
Initial work on getting nginx reverse proxying working with Dendrite
3 years ago
Slavi Pantaleev
3cf9f87097
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.
3 years ago
Slavi Pantaleev
5b148921a0
Upgrade Dendrite (0.3.11 -> 0.5.0) and update configuration
...
This brings dendrite.yaml up to date and cleans things up a bit.
3 years ago
Jip J. Dekker
07af05690c
Add initial role for Dendrite as alternative Matrix server
3 years ago
rakshazi
d9dd524db3
self-build consistency: rename vars everywhere
3 years ago
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
3 years ago
rakshazi
407e8c4940
added honoroit
3 years ago
rakshazi
490f11ba0d
matrix-client-cinny: self_build feedback"
3 years ago
rakshazi
5788a16a2e
added matrix-client-cinny
3 years ago
HarHarLinks
621251c1e5
hookshot role groundwork
3 years ago
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
3 years ago
Shreyas Ajjarapu
25ced724ac
Update matrix_servers
3 years ago
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
3 years ago
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
3 years ago
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)
3 years ago
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.
3 years ago