Modern self-hosting framework, fully automated from empty disk to operating services with a single command.
Go to file
2020-10-28 09:15:46 +07:00
ansible Run PackStack to install OpenStack 2020-10-11 18:25:52 +07:00
applications Move all applications to seperate folder 2020-07-20 11:17:34 +07:00
pxe-server@bb0facf071 Update PXE server 2020-10-27 20:02:16 +07:00
terraform Use Terraform 0.13 2020-10-04 04:57:13 +07:00
tools Add Ansible config 2020-10-28 09:15:46 +07:00
.gitignore Ignore terraform state lock 2020-07-23 10:33:59 +07:00
.gitmodules Add PXE server 2020-10-22 13:35:47 +07:00
bridge.sh Add bridge script 2020-10-27 20:02:34 +07:00
docker-compose.yml Change network mode to host 2020-10-27 23:27:04 +07:00
README.md Add note 2020-10-28 09:12:26 +07:00
Vagrantfile Restructure Ansible 2020-10-11 13:06:39 +07:00

Khue's Home Lab

Table of contents

Features

Infrastructure

Ansible Docker Helm Kubernetes LXC OpenNebula Terraform

Applications

Gitea MariaDB NGINX Pastebin PeerTube Plex

Run locally

Add the following lines to the /etc/hosts file:

127.0.0.1 khuedoan.com
127.0.0.1 git.khuedoan.com

Start the services

$ MYSQL_ROOT_PASSWORD='PASSWORD_HERE' docker-compose up --build

Notes

  • Node hostname must be different and has proper domain (for example node0.homelab.local)