Skip to content

Tsugami/homelab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Lab

Installation

Install Helm

curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash

Install Helmfile

  1. See last release on https://github.com/helmfile/helmfile/releases
wget https://github.com/helmfile/helmfile/releases/download/x.x.x/helmfile_x.x.x_linux_amd64.tar.gz
tar -xvf helmfile_x.x.x_linux_amd64.tar.gz
chmod 777 helmfile
mv helmfile /usr/local/bin
helmfile --version

Setup Cloudflared

https://developers.cloudflare.com/cloudflare-one/tutorials/many-cfd-one-tunnel/

Setup new routes

cloudflared tunnel route dns <tunnel> <hostname>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages