This commit introduces dedicated `readme.md` files for individual services within both the `Local Homelab` and `Oracle Homelab` directories. Each service-specific README provides a brief description of the service, its deployment method (Docker Compose), and references relevant configuration files. Additionally, the main `Local Homelab/readme.md` was updated to enumerate all deployed services, describe the repository's structure, and include pertinent links. This change aims to significantly improve the clarity, organization, and discoverability of information across the homelab setups.
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: For smart home automation.
- Monitoring: Tools for keeping an eye on the health and performance of my systems.
- Ollama: For running large language models locally.
- Pangolin Transport: Secure network routing and transport.
- 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:
Local Homelab/
├── ai-browser/
├── homeassistant/
├── monitoring/
├── ollama/
├── pangolin-transport/
└── teslamate/
🔗 Links
- Repository: Local Homelab Repository
- Oracle Counterpart: Oracle Homelab