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
- Host: GitHub
- URL: https://github.com/teaglebuilt/homelab
- Owner: teaglebuilt
- Created: 2024-12-07T14:42:36.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-05-08T16:16:13.000Z (5 months ago)
- Last Synced: 2025-05-08T16:47:27.922Z (5 months ago)
- Topics: helmfile, kubernetes, linux, n8n, nvidia-gpu, ollama, openwebui, proxmox, talos-linux
- Language: HCL
- Homepage: https://teaglebuilt.github.io/homelab/
- Size: 17.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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