lukiffer / home-stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Home Stack

Bootstrapping the Host

curl -sSL https://raw.githubusercontent.com/lukiffer/home-stack/main/bootstrap.sh | bash

Running this script installs all of the prerequisites for running Home Stack on a minimal Ubuntu Server:

  • ca-certificates
  • git
  • git-crypt
  • gnupg
  • lsb-release
  • software-properties-common
  • k0s
  • Terraform

The installation will prompt you for the git URI of the configuration repository.

We recommend using https://<username>@github.com/<username>/<repository_name>.git – remember to supply your GitHub personal access token rather than your account password when prompted (see https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories#cloning-with-https-urls).

About


Languages

Language:HCL 74.6%Language:Shell 25.4%