# Local Homelab Repository This repository contains the configuration and deployment files for my **Local Homelab** setup. ## 🚀 Services This lab runs the following services: * **AI Browser:** Web-based browser with AI capabilities. * **[Home Assistant](https://www.home-assistant.io/):** For smart home automation. * **Monitoring:** Tools for keeping an eye on the health and performance of my systems. * **[Ollama](https://ollama.com/):** For running large language models locally. * **Pangolin Transport:** Secure network routing and transport. * **[Teslamate](https://github.com/adriankumpf/teslamate):** A self-hosted data logger for your Tesla. ## 📁 Structure Each service is organized into its own directory containing a `compose.yml` (or `docker-compose.yml`) file and associated configuration: ```text Local Homelab/ ├── ai-browser/ ├── homeassistant/ ├── monitoring/ ├── ollama/ ├── pangolin-transport/ └── teslamate/ ``` ## 🔗 Links * **Repository:** [Local Homelab Repository](https://git.prestonhunter.space/phunter/docker-compose/Local-Homelab) * **Oracle Counterpart:** [Oracle Homelab](../Oracle%20Homelab)