janonym1
janonym1
> So you added a field in Active Directory LDAP? Well, you need to specify how the matrix account/ID should be put together. You can put any existinf ldap field...
I also found that setting the (now called) variable `devture_systemd_service_manager_up_verification_delay_seconds: 60` to 60 seconds solves the error on my slower machine while 45 was still to slow. However on my...
Sorry, I must have overlooked the activity here. I solved the conflicts but I think I have a bug somehwere in the logic. Let me look for my hardcoded values...
I forgot to add, that you have to have a working SIP setup (server+account) and config for VOSK to work. Should I just assume it is setup or make a...
why dont you post your yaml/config file? we cant know whats wrong without it. It says line 22, what is there? Are all the intendations correct? what system are you...
Did you try closing the quote? ``` key: path: '/var/lib/ma1sd/keys' ```
I stumpled upon the same problem when migrating from nginx to traefik and creating `/matrix/traefik/ssl` beforehand worked for me as well
If the folder` /matrix/traefik/ssl ` does not exist on the host beforehand, you may have to create it by hand (`mkdir -p /matrix/traefik/ssl`) before deploying the playbook. The playbook may...
Depending on what exactly you want, there are many ways of doing this: https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/configuring-playbook-matrix-ldap-registration-proxy.md https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/configuring-playbook-ldap-auth.md ma1sd also handles some but is unmaintained for some time now: https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/configuring-playbook-ma1sd.md#authentication
I tried your changes as described but they didn't work for me (airgapped, 3 workers, HA mode). I still had to run the RKE2 agent script by hand (on the...