Modern self-hosting framework, fully automated from empty disk to operating services with a single command.
Go to file
2020-07-28 01:31:08 +07:00
applications
roles/lxd Set LXD password from environment variable 2020-07-28 00:38:16 +07:00
terraform Fix controls module not found 2020-07-28 01:31:08 +07:00
.gitignore Ignore terraform state lock 2020-07-23 10:33:59 +07:00
playbook.yml Remove OpenNebula for now 2020-07-25 14:47:41 +07:00
README.md Remove OpenNebula for now 2020-07-25 14:47:41 +07:00
Vagrantfile Sync code folder to VM 2020-07-26 00:05:56 +07:00

Khue's Home Lab

Table of contents

Features

Infrastructure

Ansible Docker Helm Kubernetes LXC 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