bpt11@sh.itjust.works to Selfhosted@lemmy.worldEnglish · 1 month agoWhat are some self hosted services that you think are essential?message-squaremessage-square147fedilinkarrow-up1260arrow-down15
arrow-up1255arrow-down1message-squareWhat are some self hosted services that you think are essential?bpt11@sh.itjust.works to Selfhosted@lemmy.worldEnglish · 1 month agomessage-square147fedilink
minus-squared_k_bo@feddit.orglinkfedilinkEnglisharrow-up25·1 month agoA reverse proxy, in my case Caddy.
minus-squaregitamar@feddit.orglinkfedilinkEnglisharrow-up2·1 month 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 month 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·1 month agoThanks, that sounds good. Can you explain more how you used the plugin for the wildcard certificate?
minus-squareGregor@gregtech.eulinkfedilinkEnglisharrow-up0arrow-down4·1 month 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.