Dan Arnfield
fa2a81fc5e
Update prometheus_postgres_exporter
2023-06-23 18:02:56 -05:00
Slavi Pantaleev and GitHub
fdb3c000a3
Merge pull request #2757 from etkecc/patch-256
...
Update prometheus postgres exporter 0.12.0 -> 0.13.0
2023-06-22 21:36:39 +03:00
Slavi Pantaleev and GitHub
f1cc7612ae
Merge pull request #2756 from etkecc/patch-255
...
Update grafana 9.5.3 -> 10.0.1
2023-06-22 21:36:09 +03:00
Aine and GitHub
38c8bd858a
Update grafana 10.0.0 -> 10.0.1
2023-06-22 21:22:30 +03:00
Aine and GitHub
5e1c7c6cf1
Update prometheus postgres exporter 0.12.0 -> 0.13.0
2023-06-22 21:17:18 +03:00
Aine and GitHub
a6e60378d9
Update grafana 9.5.3 -> 10.0.0
2023-06-22 21:16:39 +03:00
Slavi Pantaleev and GitHub
3d321142d6
Merge pull request #2754 from etkecc/patch-254
...
Update hydrogen 0.3.8 -> 0.4.0
2023-06-21 17:44:16 +03:00
Aine and GitHub
b035ef1fa3
Update hydrogen 0.3.8 -> 0.4.0
2023-06-21 17:37:29 +03:00
Slavi Pantaleev and GitHub
d53a968ca4
Merge pull request #2750 from sidewinder94/docs-howto-srv-delegation-traefik
...
Add documentation to detail the steps needed to federate using SRV delegation
2023-06-21 09:57:21 +03:00
Slavi Pantaleev and GitHub
eef0fd69bf
Fix some typos, add more links
2023-06-21 09:56:16 +03:00
Slavi Pantaleev and GitHub
72cfd96e11
Merge pull request #2753 from etkecc/patch-253
...
Update synapse 1.85.2 -> 1.86.0
2023-06-21 09:06:27 +03:00
Slavi Pantaleev and GitHub
77547ab58a
Merge pull request #2752 from etkecc/patch-252
...
Update etherpad 1.8.18 -> 1.9.0
2023-06-21 09:05:51 +03:00
Slavi Pantaleev
a60a7d2705
Upgrade Traefik (v2.10.1-2 -> v2.10.3-0)
2023-06-21 09:05:11 +03:00
Slavi Pantaleev and GitHub
54d59724e8
Merge pull request #2751 from etkecc/patch-251
...
Update element v1.11.33 -> v1.11.34
2023-06-20 22:09:50 +03:00
Aine and GitHub
2da4d81ff6
Update synapse 1.85.2 -> 1.86.0
2023-06-20 21:14:23 +03:00
Aine and GitHub
ce7a3fa6d7
Update etherpad 1.8.18 -> 1.9.0
2023-06-20 21:12:39 +03:00
Aine and GitHub
eece91d7e2
Update element v1.11.33 -> v1.11.34
2023-06-20 20:56:39 +03:00
Antoine-Ali ZARROUK
9ab50ac8de
Fix inter-doc links
2023-06-20 16:32:50 +02:00
Antoine-Ali Zarrouk
a94ebe7424
Add documentation to detail the steps needed to federate using SRV delegation
2023-06-20 15:14:42 +02:00
Slavi Pantaleev and GitHub
55bc915414
Merge pull request #2749 from 2goobers/master
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2629
2023-06-20 12:14:25 +03:00
Kevin Kengen
2ca1b6f164
modified: roles/custom/matrix-bridge-mautrix-instagram/templates/config.yaml.j2
2023-06-20 21:09:19 +12:00
Slavi Pantaleev
c720d7bb1a
Upgrade ddclient (v3.10.0-ls123 -> v3.10.0-ls24)
2023-06-20 10:55:05 +03:00
Slavi Pantaleev
0174840296
Upgrade Hookshot (4.2.0 -> 4.3.0)
2023-06-19 18:02:36 +03:00
Slavi Pantaleev
704a9abd9b
Fix file path in comment
...
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2746
2023-06-18 08:54:55 +03:00
Slavi Pantaleev and GitHub
e2f7d5f74e
Merge pull request #2746 from aptiko/fix-additional-jvb
...
Fix errors when installing additional JVB
2023-06-18 08:51:03 +03:00
Slavi Pantaleev and GitHub
8c0119d7d8
Fix typo
2023-06-18 08:50:55 +03:00
Antonis Christofides
cfc845b45e
Ensure docker is installed on additional JVBs ( fixes #2706 )
...
This contribution is provided by GRNET S.A. (grnet.gr).
2023-06-17 15:04:35 +03:00
Antonis Christofides
2191136369
Enable jitsi_jvb service on additional JVB ( fixes #2708 )
...
This contribution is provided by GRNET S.A. (grnet.gr).
2023-06-17 15:04:35 +03:00
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).
2023-06-17 15:04:35 +03:00
Antonis Christofides
71ed745be6
Documentation typo
2023-06-17 15:04:35 +03:00
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).
2023-06-17 15:04:33 +03:00
Slavi Pantaleev and GitHub
16233354cb
Merge pull request #2744 from etkecc/patch-250
...
Update mautrix-googlechat 0.4.0 -> 0.5.0
2023-06-16 16:22:03 +03:00
Slavi Pantaleev and GitHub
9691edecd0
Merge pull request #2743 from etkecc/patch-249
...
Update nginx 1.25.1
2023-06-16 16:21:47 +03:00
Slavi Pantaleev and GitHub
cfceca1dea
Merge pull request #2742 from etkecc/patch-248
...
Update coturn 4.6.1-r3 -> 4.6.2-r3
2023-06-16 16:21:34 +03:00
Slavi Pantaleev and GitHub
8c18aeae93
Merge pull request #2741 from etkecc/patch-247
...
Update mautrix-whatsapp 0.8.5 -> 0.8.6
2023-06-16 16:21:22 +03:00
Slavi Pantaleev and GitHub
41635d53ff
Merge pull request #2740 from etkecc/patch-246
...
Update mautrix-discord 0.4.0 -> 0.5.0
2023-06-16 16:21:09 +03:00
Aine and GitHub
71e9b04fbe
Update mautrix-googlechat 0.4.0 -> 0.5.0
2023-06-16 16:18:34 +03:00
Aine and GitHub
9315ba571d
Update nginx 1.25.1
2023-06-16 16:15:02 +03:00
Aine and GitHub
df07b8fb7d
Update coturn 4.6.1-r3 -> 4.6.2-r3
2023-06-16 16:13:15 +03:00
Aine and GitHub
245a86f439
Update mautrix-whatsapp 0.8.5 -> 0.8.6
2023-06-16 16:12:03 +03:00
Aine and GitHub
bbe11f2612
Update mautrix-discord 0.4.0 -> 0.5.0
2023-06-16 16:11:06 +03:00
Slavi Pantaleev and GitHub
c0152c09c1
Merge pull request #2736 from Tupsi/master
...
Update configuring-playbook-synapse-s3-storage-provider.md
2023-06-16 09:13:52 +03:00
Slavi Pantaleev and GitHub
76db158729
Adjust S3 docs section to not be so Wasabi-specific
2023-06-16 09:11:53 +03:00
Slavi Pantaleev and GitHub
b76f6fd3b9
Merge pull request #2739 from SapuSeven/master
...
Fix installing 'aux'-role on NTFS
2023-06-15 23:37:45 +03:00
SapuSeven
bfd8ee3977
Fix installing 'aux'-role on NTFS - Fixes #2738
2023-06-15 22:34:38 +02:00
Tupsi and GitHub
6a2d90006b
Update configuring-playbook-synapse-s3-storage-provider.md
...
added syntax to upload to wasabi (needs --endpoint param)
2023-06-14 15:22:38 +02:00
Slavi Pantaleev and GitHub
008a36603c
Merge pull request #2735 from cbackas/master
...
Support EC2 instance metadata for S3 storage provider
2023-06-14 10:07:50 +03:00
Slavi Pantaleev and GitHub
ba3534903a
Make S3 authentication options clearer
2023-06-14 09:27:40 +03:00
cbackas
d9f8ac0f8b
add thing to docs
2023-06-13 14:55:07 -05:00
f026c7cee1
Apply suggestions from code review
...
Co-authored-by: Slavi Pantaleev <slavi@devture.com >
2023-06-13 14:48:44 -05:00