Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)EL
ellwoodb @feddit.de
Posts 2
Comments 4
Matrix cloudflare tunnels setup
  • Hey, I recently accomplished this.

    You have to host the .well-known via a reverse proxy and then point CT to the reverse proxy, like @[email protected] said. Personally, followed this guide and here they talk about how to serve the .well-known. You don't have to follow it exactly, if you already have a working Synapse server.

    I hope I could help you and if you have any more questions feel free to ask.

    Edit: formatting

  • How to self host behind Cloudflare Tunnel

    Hi, I have no IPv4 from my ISP, so I host everything through Cloudflare Tunnel. I recently tried matrix-docker-ansible-deploy and got it to work, but I couldn’t get calling and federation to work over Tunnel. Is there any way to do this?

    8

    Hide read posts

    Hey, are there any plans to hide read posts, once one has read them? Apollo had this feature and I would very much appreciate it in this app.

    5
    Understanding proxies
  • Hey there,

    I have somewhat of a similar setup. I use Nginx Proxy Manager and AdGuard Homes rewrites to do the same thing as you.

    As for Question 1: Creating self-signed certs is pretty straightforward. I followed this tutorial by Christian Lempa: https://youtu.be/VH4gXcvkmOY He also has a good writeup on his GitHub: https://github.com/ChristianLempa/cheat-sheets/blob/main/misc/ssl-certs.md How to import the certs into Nginx, I don’t know, but I think that’s easy to lookup online.

    Regarding Question 2: My understanding is that all traffic goes through the Reverse Proxy.

    I hope I could help, let me know if you have any more questions.