kapcake
7170545a54
Update nginx-proxy: 1.23.0 -> 1.23.1
2 years ago
Aine
339c50c493
Update Cinny 2.1.1 -> 2.1.2
2 years ago
Aine
7b150fdb04
Update Grafana 9.0.6 -> 9.0.7
2 years ago
Slavi Pantaleev
f2d613dfea
Upgrade Coturn (4.5.2-r13 -> 4.5.2-r14)
2 years ago
Slavi Pantaleev
451a14c861
Merge pull request #2012 from etkecc/mautrix-whatsapp-config
...
mautrix-whatsapp config adjustements
2 years ago
Aine
e637db348a
mautrix-whatsapp config adjustements
2 years ago
Aine
aace9b131f
Update Jitsi stable-7577-1 -> stable-7577-2
2 years ago
Slavi Pantaleev
dcb5a1370b
Upgrade Jitsi (stable-7577 -> stable-7577-1)
2 years ago
Slavi Pantaleev
1aff2ca247
Fix ansible-lint errors
2 years ago
Slavi Pantaleev
04f224e634
Merge branch 'master' into conduit
2 years ago
Charles Wright
e74560c6ef
Moved Conduit directory creation from setup.yml into setup_install.yml, as suggested by Slavi
2 years ago
Aine
cf5af86d92
Update Email2Matrix 1.0.3 -> 1.1.0
2 years ago
Slavi Pantaleev
2d357637a8
Merge pull request #2006 from etkecc/patch-36
...
Update Jitsi stable-7439-2 -> stable-7577
2 years ago
Aine
a54c06d1a7
Update Jitsi stable-7439-2 -> stable-7577
2 years ago
Aine
2ca5320371
Update Cinny 2.0.4 -> 2.1.1
2 years ago
Charles Wright
5799b95c01
Ensure space around pipe character for ansible-lint
2 years ago
Charles Wright
0ee44adde8
Using ansible.builtin where possible
2 years ago
Julian-Samuel Gebühr
32430de812
Fix bug that prevented user with external nginx from launch ( #2003 )
...
* Fix bug that prevented user with external nginx from launch
The backslash was missing and prevented users from starting the bot
* Add necessary config for ext nginx to docs
* Add automatic config for ext nginx, adjust docs
* Remove unneeded and possibly puzzeling documentation
2 years ago
Charles Wright
47caba38fb
Implemented suggestions from Slavi
2 years ago
Slavi Pantaleev
ecfcbd6f1f
Merge pull request #2001 from etkecc/honoroit-0912
...
Update Honoroit 0.9.11 -> 0.9.12
2 years ago
Charles Wright
20767b5149
Fixes to enable Conduit in setup-all
2 years ago
Aine
998dafe9c4
Update Honoroit 0.9.11 -> 0.9.12
2 years ago
Charles Wright
53cf0e18a4
Actually make the data dir writable this time
2 years ago
Charles Wright
50c4c48f09
Rename storage directory to data
2 years ago
Charles Wright
c228ad451d
Updates to conduit paths
2 years ago
Charles Wright
2d7c427504
Fixes from a first trial run
2 years ago
Charles Wright
f4afbe8ede
First pass at adding vars for Conduit
2 years ago
Charles Wright
c484c6294d
First pass at creating defaults and tasks for Conduit
2 years ago
Charles Wright
a5476e1857
Fixes to the conduit systemd config
2 years ago
Stuart Mumford
309a2393c3
Add no update flag as our config is read only
2 years ago
Stuart Mumford
f9026469cd
Add back sqlite plugin database config option
2 years ago
Charles Wright
6be5672eac
Adding support for Conduit: First temps: Some rough templates
2 years ago
Charles Wright
cad5d56011
Fix Dendrite extra arguments getting lost
...
Move the `matrix_dendrite_process_extra_arguments` line up so it doesn't get lost, and add a trailing backslash
2 years ago
Slavi Pantaleev
747e9dd57c
Upgrade Dendrite (0.9.0 -> 0.9.1)
2 years ago
Aine
311926cbda
Update Element 1.11.1 -> 1.11.2
2 years ago
Slavi Pantaleev
8b588735e1
Fix fully-qualified container image name for go-skype-bridge when not self-building
...
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1996
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1992
Regression since cf6e38a586
2 years ago
Slavi Pantaleev
5958f851c4
Merge pull request #1995 from etkecc/patch-33
...
Update Hydrogen 0.3.0 -> 0.3.1
2 years ago
Aine
8c983ba1e2
Update Hydrogen 0.3.0 -> 0.3.1
2 years ago
Aine
01dfbee51e
Update Synapse 1.63.1 -> 1.64.0
2 years ago
Slavi Pantaleev
d81f50d1c0
Update Grafana (9.0.5 -> 9.0.6)
2 years ago
Slavi Pantaleev
c807af2873
Upgrade ddclient (v3.9.1-ls93 -> v3.9.1-ls94)
2 years ago
Slavi Pantaleev
cf6e38a586
Use pre-built image for go-skype-bridge on amd64 and arm64
...
Related to:
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1992
- https://github.com/kelaresg/go-skype-bridge/pull/17
2 years ago
Arthur Brugière
3cde6cace9
[Go-Skype] Change Docker Hub repository
2 years ago
Slavi Pantaleev
cc58167f4c
Upgrade Dendrite (0.8.1 -> 0.9.0)
...
Looks like we've skipped a bunch of 0.8.x versions (up to 0.8.9)
and are jumping straight to 0.9.0.
This is untested. Judging by Dendrite's changelog, it shouldn't cause
any breakage though: https://github.com/matrix-org/dendrite/blob/v0.9.0/CHANGES.md
2 years ago
Aine
737dc9d490
Fix mautrix-telegram permissions
2 years ago
Aine
5c36f14b46
Update Honoroit 0.9.10 -> 0.9.11
2 years ago
Slavi Pantaleev
544b36eb3c
Upgrade Hydrogen (v0.2.33 -> v0.3.0)
...
This is untested.
2 years ago
IUCCA
5d7c5d122d
Added option to add env variables to mautrix signal daemon container ( #1882 )
...
* Auto trust new signal identities
from signald doku: when a remote key changes, set trust level to TRUSTED_UNVERIFIED instead of UNTRUSTED
I find it much more convenient when new identities are automatically recognized as trusted, as the process to do that manually is cumbersome.
Should this the default behavior, or should i add an option to configure this behavior?
* Added option to trust new signal identities
* Using env file
* Renamed variable
* Corrected typo
* Use fully-qualified Ansible module name
* removed option trust_new_keys
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
2 years ago
Slavi Pantaleev
429d0b323b
Merge pull request #1974 from MdotAmaan/master
...
Add Mautrix Discord Bridge
2 years ago
MdotAmaan
6fb961eb12
Make changes according to feedback
...
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
Update group_vars/matrix_servers
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
Remove old data migration tasks
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
Update roles/matrix-bridge-mautrix-discord/tasks/validate_config.yml
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
Redo bridge permissions
2 years ago