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

https://github.com/teaglebuilt/homelab

:house: home operations and personal dev platform
https://github.com/teaglebuilt/homelab

helmfile kubernetes linux n8n nvidia-gpu ollama openwebui proxmox talos-linux

Last synced: 5 months ago
JSON representation

:house: home operations and personal dev platform

Awesome Lists containing this project

README

          


Homelab














While inspired by the [K8s@Home](https://k8s-at-home.com/) community, this repository does not follow the standard approach and does not only manage kubernetes related workloads.
You can find more information by visiting the [Docs](https://teaglebuilt.github.io/homelab/) which is in progress and under construction 🚧.

### Communities


helm install nfs-storage nfs-subdir-external-provisioner/nfs-subdir-external-provisioner \
--namespace kube-system \
--set nfs.server=192.168.2.10 \
--set nfs.path=/var/nfs/shared/ai_storage \
--set storageClass.name=nfs-ephemeral \
--set storageClass.defaultClass=false