Modern self-hosting framework, fully automated from empty disk to operating services with a single command.
Go to file
2020-07-20 14:37:48 +07:00
applications Move all applications to seperate folder 2020-07-20 11:17:34 +07:00
roles/lxd Allow connect remotely 2020-07-20 13:55:16 +07:00
terraform Attach controllers and workers to network 2020-07-20 14:20:11 +07:00
.gitignore Ignore Terraform files 2020-07-20 11:47:53 +07:00
playbook.yml Add playbook 2020-07-20 11:14:31 +07:00
README.md Add document for running locally 2020-06-23 15:53:37 +07:00
Vagrantfile Forward port 8443 2020-07-20 14:37:48 +07:00

Khue's Personal Website

Features

  • Home page and blog written in Rust: khuedoan.com
  • Gitea: git.khuedoan.com
  • Database: MariaDB
  • Reverse proxy: NGINX

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