Slavi Pantaleev
95bfa4e87e
Put matrix-media-repo.service in the matrix-media-repo group
Making the group match the Ansible task tags allows people to do `just install-service matrix-media-repo` and have that trigger both `--tags=matrix-media-repo` and also restart just that single group (`matrix-media-repo`).
2 лет назад
Slavi Pantaleev
5fb1020ada
Use full name of matrix-media-repo for Ansible tags (*-media-repo -> *-matrix-media-repo)
2 лет назад
Slavi Pantaleev
bc0b73dd70
Improve if condition for including Postgres in matrix_media_repo_systemd_required_services_list
2 лет назад
Michael Hollister
63ee8e5bb9
Replaced csApi config with proxy container url
2 лет назад
Michael Hollister
c8b6b6e034
Added additioanl documentation to rendered config and added to_json filters
2 лет назад
Michael Hollister
73edde3992
Replaced additional hardcoded service names with identifer variable
2 лет назад
Michael Hollister
28fa644c30
Removed redeclration of matrix_media_repo_identifier
2 лет назад
Michael Hollister
d120b0c153
Updated code to use identifier variable
2 лет назад
Michael Hollister
c043463ee1
Fixed conflicting default values for enabling media-repo
2 лет назад
Michael Hollister
ecb24dcaab
Changed volume mounting and directory structure
2 лет назад
Michael Hollister
b9f5aa0344
Removed exposing ports by default
2 лет назад
Michael Hollister
6365118067
Removed additional logging to filesystem by default
2 лет назад
Michael Hollister
d565c1607b
Replaced hard coded string with identifier variable
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
2 лет назад
Michael Hollister
facaeb5abe
Document purpose of media_repo variable
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
2 лет назад
Michael Hollister
78bd1dbd1b
Added matrix-media-repo role
2 лет назад
Slavi Pantaleev
3d321142d6
Merge pull request #2754 from etkecc/patch-254
Update hydrogen 0.3.8 -> 0.4.0
2 лет назад
Aine
b035ef1fa3
Update hydrogen 0.3.8 -> 0.4.0
2 лет назад
Slavi Pantaleev
d53a968ca4
Merge pull request #2750 from sidewinder94/docs-howto-srv-delegation-traefik
Add documentation to detail the steps needed to federate using SRV delegation
2 лет назад
Slavi Pantaleev
eef0fd69bf
Fix some typos, add more links
2 лет назад
Slavi Pantaleev
72cfd96e11
Merge pull request #2753 from etkecc/patch-253
Update synapse 1.85.2 -> 1.86.0
2 лет назад
Slavi Pantaleev
77547ab58a
Merge pull request #2752 from etkecc/patch-252
Update etherpad 1.8.18 -> 1.9.0
2 лет назад
Slavi Pantaleev
a60a7d2705
Upgrade Traefik (v2.10.1-2 -> v2.10.3-0)
2 лет назад
Slavi Pantaleev
54d59724e8
Merge pull request #2751 from etkecc/patch-251
Update element v1.11.33 -> v1.11.34
2 лет назад
Aine
2da4d81ff6
Update synapse 1.85.2 -> 1.86.0
2 лет назад
Aine
ce7a3fa6d7
Update etherpad 1.8.18 -> 1.9.0
2 лет назад
Aine
eece91d7e2
Update element v1.11.33 -> v1.11.34
2 лет назад
Antoine-Ali ZARROUK
9ab50ac8de
Fix inter-doc links
2 лет назад
Antoine-Ali Zarrouk
a94ebe7424
Add documentation to detail the steps needed to federate using SRV delegation
2 лет назад
Slavi Pantaleev
55bc915414
Merge pull request #2749 from 2goobers/master
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2629
2 лет назад
Kevin Kengen
2ca1b6f164
modified: roles/custom/matrix-bridge-mautrix-instagram/templates/config.yaml.j2
2 лет назад
Slavi Pantaleev
c720d7bb1a
Upgrade ddclient (v3.10.0-ls123 -> v3.10.0-ls24)
2 лет назад
Slavi Pantaleev
0174840296
Upgrade Hookshot (4.2.0 -> 4.3.0)
2 лет назад
Slavi Pantaleev
704a9abd9b
Fix file path in comment
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2746
2 лет назад
Slavi Pantaleev
e2f7d5f74e
Merge pull request #2746 from aptiko/fix-additional-jvb
Fix errors when installing additional JVB
2 лет назад
Slavi Pantaleev
8c0119d7d8
Fix typo
2 лет назад
Antonis Christofides
cfc845b45e
Ensure docker is installed on additional JVBs ( fixes #2706 )
This contribution is provided by GRNET S.A. (grnet.gr).
2 лет назад
Antonis Christofides
2191136369
Enable jitsi_jvb service on additional JVB ( fixes #2708 )
This contribution is provided by GRNET S.A. (grnet.gr).
2 лет назад
Antonis Christofides
6ce94ba33f
Fix additional JVB broken after move to external Jitsi role ( fixes #2733 )
This contribution is provided by GRNET S.A. (grnet.gr).
2 лет назад
Antonis Christofides
71ed745be6
Documentation typo
2 лет назад
Antonis Christofides
91fdd25e14
Move playbooks to root directory ( fixes #2513 )
Some time ago a "playbooks" subdirectory had been created and setup.yml
had been moved there (as matrix.yml), together with the new
jitsi_jvb.yml. However, jitsi_jvb.yml wouldn't work at all, unless a
symbolic link to it was created from the root directory. A symbolic link
setup.yml for playbooks/matrix.yml had already been created and
committed.
This seems to indicate that the developers thought they should place all
playbooks in a subdirectory, but when this didn't work, they linked to
one of them, leaving the other one inoperative. We fix this by moving
the playbooks to the root directory. This works, and the pollution of
the root directory is not too bad since it's only two playbooks.
We also change the mode of setup.yml to 644 (it had inexplicably changed
to 755 in 9735a2f600 ).
This contribution is provided by GRNET S.A. (grnet.gr).
2 лет назад
Slavi Pantaleev
16233354cb
Merge pull request #2744 from etkecc/patch-250
Update mautrix-googlechat 0.4.0 -> 0.5.0
2 лет назад
Slavi Pantaleev
9691edecd0
Merge pull request #2743 from etkecc/patch-249
Update nginx 1.25.1
2 лет назад
Slavi Pantaleev
cfceca1dea
Merge pull request #2742 from etkecc/patch-248
Update coturn 4.6.1-r3 -> 4.6.2-r3
2 лет назад
Slavi Pantaleev
8c18aeae93
Merge pull request #2741 from etkecc/patch-247
Update mautrix-whatsapp 0.8.5 -> 0.8.6
2 лет назад
Slavi Pantaleev
41635d53ff
Merge pull request #2740 from etkecc/patch-246
Update mautrix-discord 0.4.0 -> 0.5.0
2 лет назад
Aine
71e9b04fbe
Update mautrix-googlechat 0.4.0 -> 0.5.0
2 лет назад
Aine
9315ba571d
Update nginx 1.25.1
2 лет назад
Aine
df07b8fb7d
Update coturn 4.6.1-r3 -> 4.6.2-r3
2 лет назад
Aine
245a86f439
Update mautrix-whatsapp 0.8.5 -> 0.8.6
2 лет назад
Aine
bbe11f2612
Update mautrix-discord 0.4.0 -> 0.5.0
2 лет назад