Hacker News new | past | comments | ask | show | jobs | submit login

I find terraform + acme provider + docker provider (w/ ssh uri) to be the best combo.

All my images live on a private GitLab registry, and terraform provisions them.

Keeping my infra up-to-date is as simple as "terraform plan -out infra.plan && terraform apply infra.plan" (yes, I know I shouldn't blindly accept, but it's my home lab and I'll accept if I want to).

Note: SSH access is only allowed from my IP address, and I have a one-liner that updates the allowed IP address in my infra's L3 firewall.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: