https://github.com/akopdev/homelab
https://github.com/akopdev/homelab
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/akopdev/homelab
- Owner: akopdev
- License: mit
- Created: 2025-02-01T10:28:22.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-02T00:56:35.000Z (4 months ago)
- Last Synced: 2025-02-02T01:27:56.009Z (4 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Homelab
Collection of scripts and configurations I use to manage my Raspberry Pi based Homelab.
## Install dependencies
```bash
brew install helmfile# Install required dependencies
helmfile init
```