My bad I had replied to two people who had asked for it. I didn’t know how to format it so I had fixed it once, but I will delete it and try to add it to the main post.
EDIT: hopefully that is better to look at!
My bad I had replied to two people who had asked for it. I didn’t know how to format it so I had fixed it once, but I will delete it and try to add it to the main post.
EDIT: hopefully that is better to look at!
Please explain how I am spamming when my last post in this community was 3 days ago?
I find this resource very helpful, I am trying to learn.
My bad it is now fixed
I set it up multiple different times in different locations:
/home/inventory/host_vars/matrix.bishbash.com
/home/inventory/hosts
/home/matrix-docker-ansible-deploy/inventory/host_vars/
/Home/matrix-docker-ansible-deploy/inventory/hosts
/desktop/ansible playbook/matrix-docker-ansible-deploy/inventory/host_vars
/desktop/ansible playbook/matrix-docker-ansible-deploy/inventory/hosts
deleted by creator
‘’’ —
@alice:example.com
).matrix_server_fqn_matrix
).matrix_domain: matrix.bishbash.com
roles/custom/matrix-base/defaults/main.yml
for valid optionsdocs/configuring-playbook-IMPLEMENTATION_NAME.md
documentation page, if one is available for your implementation choicematrix_homeserver_implementation: synapse
pwgen -s 64 1
).matrix_homeserver_generic_secret_key: ‘I_put_my_actual_key_here’
docs/configuring-playbook-own-webserver.md
.matrix_playbook_reverse_proxy_type: playbook-managed-traefik
docs/configuring-playbook-ssl-certificates.md
).traefik_config_certificatesResolvers_acme_email: ‘’
matrix
by default).postgres_connection_password: ‘I_made_a_password_here’
ansible_host
in your inventory/hosts
file.ansible_host
is not the server’s external IP address, you have 2 choices:https://ifconfig.co/json
API.matrix_coturn_turn_external_ip_address_auto_detection_*
variables in the Coturn roleroles/custom/matrix-coturn/defaults/main.yml
).matrix_coturn_turn_external_ip_addresses: ['1.2.3.4', '4.5.6.7']
#matrix_coturn_turn_external_ip_address: ‘’. ‘’’
deleted by creator
Yes because when someone else’s suffering is worse it means your suffering is invalid. By that nature no one should ever bring up their trials and tribulations because someone always has it worse.
No I was deploying regular conduit. Now I am trying conduwuit and when I try and connect it says it doesn’t support sliding sync. I cannot seems to find it referenced in the config file either.
EDIT: nvm I just read it is not implemented yet on conduwuit. 🥲 kind of a dealbreaker because I am trying to get element x working for group calling.
Its a joke, in that clip he says “two steps ahead, I am always two steps ahead” it was viral for a while.
I just installed ntfy and am going to give that a go for a while and report back!
So sorry my bad!
The device that struggles with push notifications is a pixel 8 with GrapheneOS. Element was installed through f droid.
Also another problem that I have been facing is I cannot multitask while in a call otherwise it cuts my microphone. I have to stay in app to be able to talk with the person I am in the call with.
Notifications work just fine on my desktop running arch.
I will update the post with this information.
Holy. Fuck. You just did it. You absolute madlad. It works no issues!!!
Thank you!!
Just barely fixed that! Thanks! I have another issue thst I fommented about though:
Progress has been made!
So I got it working with the domain name. The turn testing tools now respond with relay and pin point the vps server! Nice!
However when I put the info into the matrix dendrite.yaml it still crashes. The logs say
“Invalid config file: yaml: line 210: did not find expected key”
“Invalid config file: yaml: line 206: did not find expected " - " indicator”
Line 210 and 206 refer to the turn section which is formatted:
turn: turn_user_lifetime: “5m” turn_uris: - turn:turn.exampledomain.com?transport=udp - turn:turn.exampledomain.com?transport=tcp
turn_username: user
turn_password: password
Progress has been made!
So I got it working with the domain name. The turn testing tools now respond with relay and pin point the vps server! Nice!
However when I put the info into the matrix dendrite.yaml it still crashes. The logs say
“Invalid config file: yaml: line 210: did not find expected key”
“Invalid config file: yaml: line 206: did not find expected " - " indicator”
Line 210 and 206 refer to the turn section which is formatted:
turn: turn_user_lifetime: “5m” turn_uris: - turn:turn.exampledomain.com?transport=udp - turn:turn.exampledomain.com?transport=tcp
turn_username: user
turn_password: password
EDIT: line 206 seems to be
And line 210 is uncommented description so I don’t know what that is about
I did fill that out, anytime I do matrix crashes and I think the logs say something along the lines of not being able to find the turn server. I just tried it now with the vps ip and port and it still caused matrix to crash.
The turn tesying tools don’t work with the URI at all its only the ip and port they work with.
When I use the dig A command it gives me different ips than the vps ip.
Sorry I jusy recently updated my comment. I was able to get it to say “relay” when using the regular public ip and port for my vps. It doesn’t work if I use the domain I created for it though “turn.domainexample.com”
The domain name should be pointed to the vps public ip type A
Paid subscription? No I only have the cloudflare domain and the vps subscription. Do I need the subscription to get this working? 😮💨
Or is there another solution?
I am not dead set on using ansible that is just the top recommendation I was recieving purely based off of how much documentation there is for it. That and iy sets up element chat for you which is what I really needed. That and postgres database. This seems a lot closer to my tempo and I will totally try to get it running! Thank you!