Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 1.37 KB

README.md

File metadata and controls

19 lines (9 loc) · 1.37 KB

homelab

This repo contains ansible playbooks and docker compose files to get a number of self-hosted services up and running on my homelab.

Each host is running on proxmox in a LXC container and is running Ubuntu 22.04 LTS. Due to a conflict with MagicDNS and DHCP (dhclient continually writing to /etc/resolv.conf breaking TailScale's MagicDNS), there is no plan on upgrading to Ubuntu 24 (and beyond) until this is resolved.

Why use proxmox rather than a single host with docker compose? Mostly because proxmox makes it trivial to both backup and migrate services between proxmox nodes using a single web interface. A similar setup could also be achieved using k8s but I wanted to avoid the complexity for now.

Image

Maintenance

Proxmox VE Helper-Scripts are used to cleanup and update containers within proxmox.

Networking

Most hosts have tailscale installed on them, with Tailscale SSH enabled using either serve or funnel to expose services with Let's Encrypt certificates.