ellwoodb @feddit.de to Matrix@lemmy.ml · 1 year agoHow to self host behind Cloudflare Tunnelplus-squaremessage-squaremessage-square5fedilinkarrow-up16arrow-down10
arrow-up16arrow-down1message-squareHow to self host behind Cloudflare Tunnelplus-squareellwoodb @feddit.de to Matrix@lemmy.ml · 1 year agomessage-square5fedilink
ellwoodb @feddit.de to Mlem for Lemmy@lemmy.mlEnglish · 1 year agoHide read postsplus-squaremessage-squaremessage-square0fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1message-squareHide read postsplus-squareellwoodb @feddit.de to Mlem for Lemmy@lemmy.mlEnglish · 1 year agomessage-square0fedilink
minus-squareellwoodb @feddit.detoSelfhosted@lemmy.world•Understanding proxieslinkfedilinkEnglisharrow-up1·1 year agoHey 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. linkfedilink
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.