Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tsugami/homelab


https://github.com/tsugami/homelab

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

# My Lab

## Installation

### Install Helm

```sh
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

```sh
wget https://github.com/helmfile/helmfile/releases/download/x.x.x/helmfile_x.x.x_linux_amd64.tar.gz
````

```sh
tar -xvf helmfile_x.x.x_linux_amd64.tar.gz
```

```sh
chmod 777 helmfile
```

```sh
mv helmfile /usr/local/bin
```

```sh
helmfile --version
```

### Setup Cloudflared

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

## Setup new routes

```sh
cloudflared tunnel route dns
```