diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9bea433 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ + +.DS_Store diff --git a/README.md b/README.md index 59e2e40..56e2595 100644 --- a/README.md +++ b/README.md @@ -34,21 +34,21 @@ You'll find my setup below. -| Device | Image | OS | Where to Buy | -| -------------------------------------------- | ----------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------ | -| Used NUCs | ![nucs] | ![](https://img.shields.io/badge/proxmox-E57000?style=for-the-badge&logo=proxmox&logoColor=black) ![](https://img.shields.io/badge/k3s-FFC61C.svg?&style=for-the-badge&logo=k3s&logoColor=white) | D1 | -| Intel NUC | ![ha-nuc] | ![](https://img.shields.io/badge/homeassistant-41BDF5.svg?&style=for-the-badge&logo=homeassistant&logoColor=white) | D2 | -| UniFi Dream Machine Pro | ![udm-pro] | C3 | D3 | -| UniFi Flex HD AP | ![unifi-flex-hd] | C4 | D4 | -| TP-Link (T1600G-18TS) 16 Port Managed Switch | ![tp-link-T1600G-18TS-switch] | C5 | D5 | -| Echogear Server Rack | ![rack] | C6 | D6 | -| Generic NUC 1U Rack | ![nuc-rack] | C7 | D7 | -| Cyberpower power strip 12 outlets | ![cyberpower-strip-12] | C8 | D8 | -| Cyberpower power strip 18 outlets | ![cyberpower-strip-18] | C9 | D9 | -| Synology 9210+ NAS | ![synology-9120] | C10 | D10 | -| Deco X55 Router | ![deco-x55] | C11 | D11 | -| Navepoint 12U Closet Rack | ![navepoint-12u-closet-rack] | C12 | D12 | - +| | Device | Image | OS | Where to Buy | +| --- | -------------------------------------------- | ----------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------ | +| | Used NUCs | ![nucs] | ![](https://img.shields.io/badge/proxmox-E57000?style=for-the-badge&logo=proxmox&logoColor=black) ![](https://img.shields.io/badge/k3s-FFC61C.svg?&style=for-the-badge&logo=k3s&logoColor=white) | D1 | +| | Intel NUC | ![ha-nuc] | ![](https://img.shields.io/badge/homeassistant-41BDF5.svg?&style=for-the-badge&logo=homeassistant&logoColor=white) | D2 | +| | UniFi Dream Machine Pro | ![udm-pro] | C3 | D3 | +| | UniFi Flex HD AP | ![unifi-flex-hd] | C4 | D4 | +| | TP-Link (T1600G-18TS) 16 Port Managed Switch | ![tp-link-T1600G-18TS-switch] | C5 | D5 | +| | Echogear Server Rack | ![rack] | C6 | D6 | +| | Generic NUC 1U Rack | ![nuc-rack] | C7 | D7 | +| | Cyberpower power strip 12 outlets | ![cyberpower-strip-12] | C8 | D8 | +| | Cyberpower power strip 18 outlets | ![cyberpower-strip-18] | C9 | D9 | +| | Synology 9210+ NAS | ![synology-9120] | C10 | D10 | +| | Deco X55 Router | ![deco-x55] | C11 | D11 | +| | Navepoint 12U Closet Rack | ![navepoint-12u-closet-rack] | C12 | D12 | +| | Raspberry Pi 4 B 8gb RAM | ![raspberry-pi-4] | | | ## Server software Some of the software running on the servers in my home lab. @@ -77,4 +77,5 @@ Some of the software running on the servers in my home lab. [synology-9120]: assets/syno-nas.png [unifi-flex-hd]: assets/unifi-flex-hd.png [deco-x55]: assets/deco-x55.png - [navepoint-12u-closet-rack]: assets/navepoint-12u.png \ No newline at end of file + [navepoint-12u-closet-rack]: assets/navepoint-12u.png + [raspberry-pi-4]: assets/rpi-4.png \ No newline at end of file diff --git a/assets/rpi-4.png b/assets/rpi-4.png new file mode 100644 index 0000000..ce2d099 Binary files /dev/null and b/assets/rpi-4.png differ diff --git a/proxmox/README.md b/proxmox/README.md new file mode 100644 index 0000000..aedae3d --- /dev/null +++ b/proxmox/README.md @@ -0,0 +1,18 @@ +# Proxmox Configs, etc + +{% note %} + +**Note:** This is a work in progress. I will be placing configs and yaml files and docker compose files, etc in here once I get a better feel for Proxmox and how it works. + +{% endnote %} + + + +## Video resources + +> For proxying + +[How to use Cloudflare Tunnel in your Homelab (even with Traefik)](https://www.youtube.com/watch?v=yMmxw-DZ5Ec) + + +