Alexander Bersenev
45119ea9df
Remove a space from XMPP_INTERNAL_MUC_DOMAIN
The domain is invalid with space, so it shouldn't be here
4年前
Slavi Pantaleev
60592fd6a8
Fix Jitsi logging.properties conditional being interpreted as Jinja code
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1464
4年前
sakkiii
42cd4d2c8d
crontab mount dir should exists
4年前
sakkiii
55860bf38f
Jitsi update - sentry logging added
4年前
sakkiii
12832d8a68
jitsi update
4年前
ppacheco28
eca26e49e1
Update Jitsi to version stable-6727
4年前
Slavi Pantaleev
6568b68759
Fix validation message
The check was checking for an empty string in `matrix_jitsi_prosody_auth_internal_accounts`,
which is unlikely to happen. We should check for an empty list instead.
The check was not validating username/password values, so telling the user that they need a non-empty
username/password is misleading. It was merely checking if there's at least one entry in the list.
This patch adjusts the check and message accordingly.
4年前
ppacheco28
c116f268f2
Fixed type mismatch
4年前
ppacheco28
0c101f20c4
Fixed unnecessary checking of user attributes, added check for matrix_jitsi_enable_auth boolean
4年前
ppacheco28
4c25c1df06
Changed matrix_jitsi_prosody_auth_internal_accounts default to an empty array, removed unused configuration declaration, and moved jibri configuration back to its proper place
4年前
ppacheco28
a26abb2f1b
Removed an empty line (formatting)
4年前
ppacheco28
6e38ce42d8
Added check before stopping service, fixed unnecessary checking of user attributes, and created sections to clarify the file's purpose
4年前
ppacheco28
d086668f52
Ensure internal authentication users are properly configured
4年前
ppacheco28
dd1feffcc2
Add support for Jitsi internal authentication user creation
4年前
ppacheco28
f2cd37685c
Add support for Jitsi internal authentication user creation
4年前
Slavi Pantaleev
735c966ab6
Disable systemd services when stopping to uninstall them
Until now, we were leaving services "enabled"
(symlinks in /etc/systemd/system/multi-user.target.wants/).
We clean these up now. Broken symlinks may still exist in older
installations that enabled/disabled services. We're not taking care
to fix these up. It's just a cosmetic defect anyway.
4年前
Slavi Pantaleev
143b0f26d9
Restore usage of some _environment_variables_extension Jitsi variables
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1377
Regresion since https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1139
4年前
sakkiii
510f299c04
Syntex fixed
4年前
sakkiii
a43b109653
Jitsi Update stable-5963
4年前
Michael Collins
98e6cd685d
sync with previous repo
4年前
Hardy Erlinger
03e8c75a30
Restore authentication for Jitsi Meet.
4年前
sakkiii
d08a78ff1f
remove prosody JICOFO_COMPONENT_SECRET
4年前
Michael-GMH
86e4649578
GoMatrixHosting v0.5.5
4年前
Michael-GMH
03006eb5ab
GoMatrixHosting v0.5.5
4年前
sak
7b2211da8e
remove jibri
4年前
sakkiii
0cc17ab2ca
matrix_jitsi_jicofo_component_secret validation
4年前
sakkiii
f2f1b20e44
jicofo client proxy connection
4年前
sakkiii
6ede9c8cd6
network-alias added to fix domains
4年前
sakkiii
d9e943aaaa
minor fix
4年前
sakkiii
0c8a3c401f
jibri service
4年前
sakkiii
1250208907
whitespaces
4年前
sakkiii
c0cd2a3c93
JICOFO_RESERVATION_ENABLED contains whitespaces.
4年前
sakkiii
f8be36327c
jibri service
4年前
sakkiii
3e011bafd5
jibri env
4年前
sakkiii
8af2d818b1
domain_fix
4年前
sakkiii
2ca92b76b6
stable-5963
4年前
SkepticalWaves
2e8a2bdf7d
Add empty default for jitsi-prosody modules
4年前
SkepticalWaves
2886dc3939
Add module configuration to jitsi-prosody env file
4年前
Michael-GMH
85777e8f96
merge with upstream
4年前
ewang
409cd2b9a3
Source port binding from group vars in line other components
4年前
Eagle-251
ef6a7e051c
Fix missing port binding.
4年前
ewang
1bb6ed97ae
Make port bindings default for those disabling nginx proxy
I changed the conditional statement in prosody systemd template to bind the localhost port by default if people have set ```matrix_nginx_proxy_enabled == false ```.
Hopefully that should make it the default behaviour now.
4年前
ewang
4a772e50f4
Allow Jitsi XMPP webscoket support for users using own webserver.
Added:
- Conditional localhost Port bindings for Jitsi Prosody systemd template
- Added variable to main.yml to allow overriding from vars.yml
4年前
Béla Becker
b10655ebb1
Jitsi XMPP Websocket support
Jitsi-meet enabled websockets by default, claiming better reliability.
Matrix-nginx-proxy configuration has been set up according to the
Prosody documentation: https://prosody.im/doc/websocket
5年前
Béla Becker
116bcaa13b
Update jitsi to stable-5765-1
Changelog:
https://github.com/jitsi/docker-jitsi-meet/blob/stable-5765-1/CHANGELOG.md
5年前
Michael-GMH
89cb5a3d7a
GMH v0.4.2 update
5年前
Ahmad Haghighi
e335f3fc77
rename matrix_global_registry to matrix_container_global_registry_prefix related to #990
Signed-off-by: Ahmad Haghighi <haghighi@fedoraproject.org>
5年前
Ahmad Haghighi
f52a8b6484
use custom docker registry
5年前
Slavi Pantaleev
9409588513
Fix variable name typo (take 2)
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/970
5年前
Slavi Pantaleev
179b416ed5
Fix variable name typo
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/970
5年前