# Max's Homelab Welcome to my personal Homelab repository! This repository contains various projects that I use, have used, or plan to use in my Homelab. At the moment I have a Lenovo P520 running as a server and I am experimenting a lot. Use with caution, I am not responsible for your data. But feel free to explore and use the resources provided to enhance your home lab setup. ## Overview This repository is organized into the following directories: - **Ansible**: Contains Ansible playbooks for automating server configuration and management tasks. - **Docker**: Contains Docker Compose setups for various self-hosted applications. - **Scripts**: Contains various scripts for system administration and automation. ## Docker Projects This repository contains a collection of pre-configured Docker containers for different applications and services. Each Docker project is contained in its own directory and includes a `docker-compose.yaml` file and any other necessary configuration files. For more information about the Docker projects, please see the [Docker README](Docker/README.md). ## Scripting & Automation This repository also contains a collection of useful scripts for automation and management tasks, as well as Ansible playbooks. For more information about the scripts and playbooks, please see the [Ansible README](Ansible/README.md) and the [Scripts README](Scripts/README.md). ## Contributions Contributions and suggestions are always welcome! If you have any ideas for new projects or improvements to existing ones, please feel free to open an issue or submit a pull request.