Concerning your Edit:
You might now want to try putting in the correct address into config/dendrite.yaml
. That has a "turn" section. You could try and add an URL with the IP address in "turn_uris".
I mean I'm probably the wrong person to ask. I don't use Cloudflare. And I also skipped Dendrite and went for the Conduit server... What's your reasoning to use Cloudflare in the first place? Maybe you want to get rid of it? Or add another supdomain to your DNS that directly points at your server, and have the turn_uri be that, so you don't have to put IP numbers into that section...
MangoPenguin@lemmy.blahaj.zone 2 months ago
Make sure cloudflare proxy is disabled on that DNS record.
ludicolo@lemmy.ml 2 months ago
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
MangoPenguin@lemmy.blahaj.zone 2 months ago
Throw the whole thing into a YAML linter: www.yamllint.com and see what it says. Likely a spacing/indent format error or something like that.