Skip to content

L04DB4L4NC3R/homelab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HomeLab

A full docker swarm config file for setting up my home lab.


Installation

  • Download docker
curl -sSL get.docker.com | sh
  • Initialize docker swarm
docker swarm init
  • Copy and populate environment vars
cd conf
cp sample.env .env
  • Deploy!
chmod +x configure.sh

./configure.sh

Debugging PiHole on Ubuntu

If you want to run pihole in ubuntu then disable the automatic dynamic DNS resolving service:

sudo systemctl disable --now systemd-resolved

Then change DNS to something like nameserver 1.1.1.1 in /etc/resolv.conf

About

A repo for my home lab orchestration with some on-premise hosting magic

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published