• 5 Posts
  • 24 Comments
Joined 5 months ago
cake
Cake day: July 8th, 2024

help-circle
  • ludicolo@lemmy.mlOPtoSelfhosted@lemmy.worldMatrix conduit call problems
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    14 hours ago

    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.









  • ludicolo@lemmy.mlOPtoSelfhosted@lemmy.worldSelf hostable gif database?
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    edit-2
    4 days ago

    I had read somewhere that matrix can see integration data like sticker packs. So while they cannot read the content of your encrypted messages they can see what stickers you are sending and reacting with.

    I did not look extensively into a giphy scraper. I used different terminology that probably confused the search engine 🤦 couldn’t think of the word. Thank you I will look into it.







  • 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.





  • ludicolo@lemmy.mlOPtoSelfhosted@lemmy.worldMatrix coturn issues
    link
    fedilink
    English
    arrow-up
    1
    ·
    29 days 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

    turn_username: user
    turn_password: password
        
    

  • ludicolo@lemmy.mlOPtoSelfhosted@lemmy.worldMatrix coturn issues
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    29 days ago

    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

    • turn:turn.exampledomain.com?transport=tcp

    And line 210 is uncommented description so I don’t know what that is about


  • ludicolo@lemmy.mlOPtoSelfhosted@lemmy.worldMatrix coturn issues
    link
    fedilink
    English
    arrow-up
    2
    ·
    29 days ago

    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.


  • ludicolo@lemmy.mlOPtoSelfhosted@lemmy.worldMatrix coturn issues
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    29 days ago

    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?


  • ludicolo@lemmy.mlOPtoSelfhosted@lemmy.worldMatrix coturn issues
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    29 days ago

    So I checked and I do not think it can connect.

    I have a cloudflare domain I am using and I am only using cloudflare tunnels for the matrix dendrite server not the coturn vps server. I am using cloudflare to setup dns record for coturn on my purchased domain. Is that still an issue?

    EDIT:

    so i just tried it with the regular vps ip address instead of the domain I set in the dns records and the test tools you linked say it is working that way.