moonshine69
@moonshine69@lemmy.nz
- Comment on Issues with https certs locally 2 days ago:
Nice :)
- Comment on Issues with https certs locally 3 days ago:
Nice, ok hmm… sounds like you are using the router for internal DNS, did you set all the services to point at caddy?
Eg you could try a quick hack in hosts (assuming the caddy ip is 192.168.10.10)
192.168.10.10 grafana.domain.example 192.168.10.10 prometheus.domain.example 192.168.10.10 jellyfin.domain.example
And then navigate to one of the services over https
Main thing is all your internal DNS records need to point at caddy, and then it forwards to the real container IP
Not strictly required but could be worthwhile to get a dedicated internal dns server up… I use technitium, or there’s pi hole or a few other options …
- Comment on Issues with https certs locally 5 days ago:
Not one correct answer here that i see…oof.
If you are doing a dns challenge then You need to give caddy access to your domain to perform the dns challenge. Depending on domain provider that is easy or hard. It will briefly change some records that tells let’s encrypt you own the domain and then issue the cert
Or you can do http challenge, this requires you to manually configure your domain to point to a publicly accessible caddy endpoint which is probably not what you want, ok if you do it briefly but not recommended unless you know what you’re doing
Who is your domain provider?
- Comment on My Homelab Got Hacked - A Postmortem – Phunky Cafe 1 week ago:
Envoy is what i use, or squid is an option
- Comment on Scientists find a huge hidden ice reservoir beneath Utah’s mountains 2 weeks ago:
The article states 1.5 million liters… and the paper says 1.55 x 10^6 m³
- Comment on QubesOS workstation + homeserver, and DANE for TLS without 3rd party company 2 weeks ago:
DANE provides user friction…but as OP mentioned TLS doesn’t work
- Comment on Replacement for Docker Content Trust (DCT) 3 weeks ago:
Maybe not apt…but
sudo dnf install nix nix-daemon