Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsugami/homelab
https://github.com/tsugami/homelab
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tsugami/homelab
- Owner: Tsugami
- Created: 2024-02-12T11:53:40.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-02T07:45:21.000Z (7 months ago)
- Last Synced: 2024-04-03T06:37:19.063Z (7 months ago)
- Language: Shell
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```