vakarthik / k-blog

0 stars 0 forks source link

posts/2021/compiling-and-building-caddy/ #3

Open utterances-bot opened 5 months ago

utterances-bot commented 5 months ago

HTTPS for Homelab using Caddy and ACME DNS | K's blog

HTTPS for Homelab When I wanted to install bitwarden_rs (now vaultwarden), i read their wiki and got struck with an idea to setup my homelab apps behind https. Then the hunt for reverse proxies started and i settled down with caddy after trying out nginx and traefik (both are good, but not suitable for my usecase). Caddy is a simple configurable reverse proxy and webserver. I use it as reverse proxy and HTTPS provider for all my homelab apps.

https://vakarthik.com/posts/2021/compiling-and-building-caddy/

rmelendezz commented 5 months ago

What if you want to be able to access these services only while being on LAN, instead of using the app IP, I can just go to home.app1.com ?

rmelendezz commented 5 months ago

Disregard that question, thank you for this guide!