Slavi Pantaleev
cdf28c39d3
Move matrix-user-verification service to its own container network
преди 2 години
Slavi Pantaleev
7ec6fd3dfe
Make bridges/bots use matrix_addons_homeserver_client_api_url (instead of matrix_homeserver_container_url)
преди 2 години
Slavi Pantaleev
2511b34a7c
Stop containers gracefully, instead of outright killing them
преди 2 години
Chikage
7d668a488e
add self-build for matrix_user_verification
Currently v3.0.0 tested with no issues.
So remove matrix_user_verification_service_docker_image from groups_vars.
/.npm must be writable or an error will be reported.
преди 2 години
Ant Somers
a53ae8a2fc
Fix matrix-user-verification-service file
Related to #2375 , #2975 , and #2847
преди 2 години
renovate[bot]
4dc9a67b2a
Update matrixdotorg/matrix-user-verification-service Docker tag to v3
преди 2 години
Samuel Meenzen
c846ed199b
Annotate version numbers with renovate metadata
преди 2 години
Slavi Pantaleev
06e2ab94fd
Add missing space
Related to: https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2375#issuecomment-1656064975
преди 2 години
Slavi Pantaleev
f3445c124c
Fix Traefik support for matrix-user-verification-service
Related to: https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2375#issuecomment-1655758296
преди 2 години
Slavi Pantaleev
dddfee16bc
Fix all 300+ ansible-lint-reported errors
преди 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
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 години
jakicoll
6a205a83f6
Change renamed variables matrix_systemd_path -> devture_systemd_docker_base_systemd_path
преди 3 години
jakicoll
6cffec14ea
fixup! Remove the self-build stub, because self-build was not implemented
преди 3 години
jakicoll
be634168ac
Make the linter happy.
преди 3 години
jakicoll
f3ca4a0632
Remove unnecessary comment.
преди 3 години
jakicoll
7848d865a5
Also define the vars to be overwritten in group vars within the role vars.
преди 3 години
Paul N
70bea81df7
Introduced flags to (1) enable/disable Auth (2) enable/disable openid_server_name pinning. Updated validate_config.yml and added new checks to verify.
преди 3 години
Paul N
96dd86d33b
Set default values where sensible and remove unnecessary conditionals in .env.j2.
Check for empty string instead of Null to verify if an openid_server_name is pinned.
преди 3 години
jakicoll
6b206b3763
Move checks into validate_config.yml.
преди 3 години
Paul N
50c1e9d695
Set matrix_user_verification_service_uvs_homeserver_url in the role defaults and updated docs accordingly.
преди 3 години
jakicoll
0e0ae2f3e6
Assign default log level in role instead of matrix_servers file.
преди 3 години
jakicoll
bf5e633656
Remove the self-build stub, because self-build was not implemented
преди 3 години
Paul N
b89f5b7ff5
Clarify task name and add user and group to templated env file
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
преди 3 години
Jakob S
6913d368c8
Consolidate conditionals into a block, keep image
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
преди 3 години
jakicoll
42e4e50f5b
Matrix Authentication Support for Jitsi
This extends the collection with support for seamless authentication at the Jitsi server using Matrix OpenID.
1. New role for installing the [Matrix User Verification Service](https://github.com/matrix-org/matrix-user-verification-service )
2. Changes to Jitsi role: Installing Jitsi Prosody Mods and configuring Jitsi Auth
3. Changes to Jitsi and nginx-proxy roles: Serving .well-known/element/jitsi from jitsi.DOMAIN
4. We updated the Jitsi documentation on authentication and added documentation for the user verification service.
преди 3 години