bpt11@sh.itjust.works to Selfhosted@lemmy.worldEnglish · 2 days agoWhat are some self hosted services that you think are essential?message-squaremessage-square137fedilinkarrow-up1255arrow-down14
arrow-up1251arrow-down1message-squareWhat are some self hosted services that you think are essential?bpt11@sh.itjust.works to Selfhosted@lemmy.worldEnglish · 2 days agomessage-square137fedilink
minus-squared_k_bo@feddit.orglinkfedilinkEnglisharrow-up26·2 days agoA reverse proxy, in my case Caddy.
minus-squaregitamar@feddit.orglinkfedilinkEnglisharrow-up2·2 days agoHow did you set up you SSL certificates, are you using a self signed certificate or do you use a custom subdomain?
minus-squared_k_bo@feddit.orglinkfedilinkEnglisharrow-up3·1 day agoCaddy automatically sets up certificates for you. Since I don’t want my subdomain to appear in certificate transparency logs, I use a wildcard certificate which requires using a plugin for my DNS provider.
minus-squaregitamar@feddit.orglinkfedilinkEnglisharrow-up1·15 hours agoThanks, that sounds good. Can you explain more how you used the plugin for the wildcard certificate?
minus-squareGregor@gregtech.eulinkfedilinkEnglisharrow-up1arrow-down5·2 days agoDuh, you need a reverse proxy to host most of the stuff (if you want to run more than 1 service and use HTTPS). I use Traefik btw, though I heard Caddy is very easy to use.
A reverse proxy, in my case Caddy.
How did you set up you SSL certificates, are you using a self signed certificate or do you use a custom subdomain?
Caddy automatically sets up certificates for you. Since I don’t want my subdomain to appear in certificate transparency logs, I use a wildcard certificate which requires using a plugin for my DNS provider.
Thanks, that sounds good. Can you explain more how you used the plugin for the wildcard certificate?
Duh, you need a reverse proxy to host most of the stuff (if you want to run more than 1 service and use HTTPS). I use Traefik btw, though I heard Caddy is very easy to use.