This is a DevOps and SRE-oriented collection of infrastructure and system configuration code deveoped specifically for my Raspberry Pi personal homelab.
# Clone the repo
git clone https://github.com/pleejr/homelab.git
# Change into the directory
cd homelab
# Install dependencies
pip install -r python/requirements.txt
N/A
No environment variables are utilized.
- Fork the repository
- Create your branch (git checkout -b feature/my-feature)
- Commit your changes (git commit -am 'Add new feature')
- Push to the branch (git push origin feature/my-feature)
- Create a new Pull Request
This project is not currently licensed. You may contact the author for permission to use.
Preston E. Lee, Jr. (preston@pleejr.com)