Slavi Pantaleev
266195ab45
Upgrade backup_borg (v1.2.3-1.7.5-1 -> v1.2.3-1.7.6-0)
Supersedes https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2472
3 лет назад
Slavi Pantaleev
65730b84d3
Upgrade backup_borg (v1.2.3-1.7.5-0 -> v1.2.3-1.7.5-1)
3 лет назад
Slavi Pantaleev
23f7720247
Add missing backup_borg_base_path override
3 лет назад
Slavi Pantaleev
38904c08b0
Wire backup_borg_username
It's probably unnecessary, as this user is only used in the borg container
internally, but.. It doesn't hurt to set it to `matrix`.
3 лет назад
Slavi Pantaleev
78c35136b2
Replace matrix-backup-borg with an external role
3 лет назад
Slavi Pantaleev
f81aa4a927
Merge pull request #2470 from Techno-Disaster/td/oops
fix: missing endif
3 лет назад
td
af10d350bc
fix: missing endif in client well-known
3 лет назад
Jayesh Nirve
6939a3d6d3
fix: only add element related entries to client well-known if element is enabled ( #2453 )
* fix: only add element related entries to client well-known if element is enabled
* Fix matrix-base/defaults/main.yml syntax
---------
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
3 лет назад
Slavi Pantaleev
2be5ba45db
Merge pull request #2466 from array-in-a-matrix/patch-13
updated dendrite
3 лет назад
Array in a Matrix
79413e7717
updated dendrite
3 лет назад
Slavi Pantaleev
972043cfaf
Fix trying to start devture-traefik when not necessarily enabled
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2465
3 лет назад
Slavi Pantaleev
f1a1ce8a91
Merge pull request #2464 from spantaleev/traefik
Reverse-proxy configuration changes and initial Traefik support
3 лет назад
Slavi Pantaleev
bc4cb7bb6a
Update configuring-playbook-own-webserver.md with matrix_playbook_reverse_proxy_type awareness
3 лет назад
Slavi Pantaleev
73435dfe10
Announce Traefik support
3 лет назад
Slavi Pantaleev
b3f6436a0d
Do not enable the Traefik role when reverse-proxy = other-traefik-container
3 лет назад
Slavi Pantaleev
709e528f60
Merge pull request #2462 from FSG-Cat/patch-4
Upgrade Drapunir from 1.8.0 Beta to 1.8.0 release.
3 лет назад
Slavi Pantaleev
e41840e184
Merge pull request #2463 from JokerGermany/patch-1
Add Draupnir to the Readme
3 лет назад
JokerGermany
17e3c2157e
Add Draupnir to the Readme
3 лет назад
Catalan Lover
cba63bd4b9
Upgrade Drapunir from 1.8.0 Beta to 1.8.0 release.
3 лет назад
Slavi Pantaleev
4ab915f385
Merge pull request #2460 from FSG-Cat/Mjolnir/Drapunir-Crash-on-start/Dimension-Crash-on-start
Fix Dimension,Mjolnir and Drapunir crashing upon startup just to recover.
3 лет назад
Catalan Lover
be471250dd
Move services that crash without hs connectivity to after proxy.
3 лет назад
Slavi Pantaleev
6b0650641b
Update matrix_playbook_reverse_proxy_type documentation
3 лет назад
Slavi Pantaleev
94be74e633
Improve traefik-certs-dumper defaults for other-traefik-container setups
We'd like to auto-enable traefik-certs-dumper for these setups.
`devture_traefik_certs_dumper_ssl_dir_path` will be empty though,
so the role's validation will point people in the right direction.
3 лет назад
Slavi Pantaleev
f37a7a21f1
Delay Postmoogle startup to help Traefik-based setups
3 лет назад
Slavi Pantaleev
8309a21303
Rename reverse proxy types and fix Hookshot http/https urlPrefix issue
3 лет назад
Slavi Pantaleev
3f2cb840b9
Merge branch 'master' into traefik
3 лет назад
Slavi Pantaleev
ad22bdb884
Do not run matrix-user-verification-service validation tasks unless the service is enabled
3 лет назад
Slavi Pantaleev
7142ff422d
Ensure matrix_user_verification_service_uvs_access_token is always defined
The playbook tries to avoid such variables which are sometimes defined
and sometimes not. We'd rather not check for `is defined`.
3 лет назад
Slavi Pantaleev
97f65e8dff
Minor fixes to allow for Traefik without SSL
3 лет назад
Slavi Pantaleev
ddad722e78
Merge pull request #2458 from etkecc/patch-164
Update Hydrogen 0.3.6 -> 0.3.7
3 лет назад
Aine
a1ef28681a
Update Hydrogen 0.3.6 -> 0.3.7
3 лет назад
Slavi Pantaleev
a5afa4eac9
Merge branch 'master' into traefik
3 лет назад
Slavi Pantaleev
c773a005ae
Fix broken link to Matrix User Verification Service
3 лет назад
Slavi Pantaleev
28d2eb593c
Add matrix_playbook_reverse_proxy_type variable which influences all other services
3 лет назад
Slavi Pantaleev
8263228ffb
Merge pull request #2457 from FSG-Cat/patch-3
Fix formating error in Draupnir docs
3 лет назад
Slavi Pantaleev
06ccd71edc
Merge branch 'master' into traefik
3 лет назад
Catalan Lover
29be262f3b
Fix formating error in Draupnir docs
3 лет назад
Slavi Pantaleev
6db3c8f2ad
Announce Matrix Authentication Support for Jitsi
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2375
3 лет назад
Slavi Pantaleev
f6ab162fff
Remove systemd-reloading handler in matrix-user-verification-service
None of the other roles use handlers.
We rely on com.devture.ansible.role.systemd_service_manager to reload services when it's necessary to do so.
3 лет назад
Slavi Pantaleev
e1bfa2a7d6
Fix ansible-lint-reported errors
3 лет назад
Slavi Pantaleev
43a6a035a0
Skip removing /.well-known/element directory to suppress ansible-lint error
Leaving an orphan directory is okay and can be improved later on.
3 лет назад
Slavi Pantaleev
01ccec2dbe
Merge branch 'master' into pr-jitsi-matrix-authentication
3 лет назад
Slavi Pantaleev
600aaa0bc7
Announce Draupnir support
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2451
3 лет назад
Slavi Pantaleev
7cdf59d79b
Merge pull request #2451 from FSG-Cat/draupnir
Add Draupnir support to the project.
3 лет назад
Slavi Pantaleev
0a15e56641
Fix typo
3 лет назад
Slavi Pantaleev
d6c8ea3742
Merge pull request #2452 from borisrunakov/update-matrix-chatgpt-bot
update matrix-chatgpt-bot
3 лет назад
ntallasv
f71cd3a760
fix linting in validate_config.yml
3 лет назад
ntallasv
4221b64a98
update configuring-playbook-bot-chatgpt.md
3 лет назад
ntallasv
b738486684
update validate_config.yml
3 лет назад
Slavi Pantaleev
7fb7e7cd69
Merge pull request #2454 from etkecc/patch-163
Update postmoogle 0.9.11 -> 0.9.12
3 лет назад