This commit is contained in:
Tiffany 2023-08-09 21:25:16 -04:00
parent 1d86b6f65a
commit 881069e296
4 changed files with 37 additions and 16 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
.DS_Store

View file

@ -34,21 +34,21 @@ You'll find my setup below.
<!-- ![](https://img.shields.io/badge/homeassistant-41BDF5.svg?&style=for-the-badge&logo=homeassistant&logoColor=white) --> <!-- ![](https://img.shields.io/badge/homeassistant-41BDF5.svg?&style=for-the-badge&logo=homeassistant&logoColor=white) -->
| Device | Image | OS | Where to Buy | | | 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 | | | 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 | | | 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 Dream Machine Pro | ![udm-pro] | C3 | D3 |
| UniFi Flex HD AP | ![unifi-flex-hd] | C4 | D4 | | | UniFi Flex HD AP | ![unifi-flex-hd] | C4 | D4 |
| TP-Link (T1600G-18TS) 16 Port Managed Switch | ![tp-link-T1600G-18TS-switch] | C5 | D5 | | | TP-Link (T1600G-18TS) 16 Port Managed Switch | ![tp-link-T1600G-18TS-switch] | C5 | D5 |
| Echogear Server Rack | ![rack] | C6 | D6 | | | Echogear Server Rack | ![rack] | C6 | D6 |
| Generic NUC 1U Rack | ![nuc-rack] | C7 | D7 | | | Generic NUC 1U Rack | ![nuc-rack] | C7 | D7 |
| Cyberpower power strip 12 outlets | ![cyberpower-strip-12] | C8 | D8 | | | Cyberpower power strip 12 outlets | ![cyberpower-strip-12] | C8 | D8 |
| Cyberpower power strip 18 outlets | ![cyberpower-strip-18] | C9 | D9 | | | Cyberpower power strip 18 outlets | ![cyberpower-strip-18] | C9 | D9 |
| Synology 9210+ NAS | ![synology-9120] | C10 | D10 | | | Synology 9210+ NAS | ![synology-9120] | C10 | D10 |
| Deco X55 Router | ![deco-x55] | C11 | D11 | | | Deco X55 Router | ![deco-x55] | C11 | D11 |
| Navepoint 12U Closet Rack | ![navepoint-12u-closet-rack] | C12 | D12 | | | Navepoint 12U Closet Rack | ![navepoint-12u-closet-rack] | C12 | D12 |
| | Raspberry Pi 4 B 8gb RAM | ![raspberry-pi-4] | | |
## Server software ## Server software
Some of the software running on the servers in my home lab. 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 [synology-9120]: assets/syno-nas.png
[unifi-flex-hd]: assets/unifi-flex-hd.png [unifi-flex-hd]: assets/unifi-flex-hd.png
[deco-x55]: assets/deco-x55.png [deco-x55]: assets/deco-x55.png
[navepoint-12u-closet-rack]: assets/navepoint-12u.png [navepoint-12u-closet-rack]: assets/navepoint-12u.png
[raspberry-pi-4]: assets/rpi-4.png

BIN
assets/rpi-4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

18
proxmox/README.md Normal file
View file

@ -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)