https://github.com/omer-bar/homelab
Homelab is the current state of my home cluster as a GitOps environment.
https://github.com/omer-bar/homelab
devops gitops homelab homelab-setup
Last synced: 4 months ago
JSON representation
Homelab is the current state of my home cluster as a GitOps environment.
- Host: GitHub
- URL: https://github.com/omer-bar/homelab
- Owner: omer-bar
- Created: 2023-03-26T08:20:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-24T22:49:04.000Z (4 months ago)
- Last Synced: 2026-02-25T00:38:30.426Z (4 months ago)
- Topics: devops, gitops, homelab, homelab-setup
- Language: Smarty
- Homepage:
- Size: 344 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Homelab
This repo is the current state of the application layer of my clusters. It is powered by various [Argo Projects][argo].
## Structure
### [cluster-init][argoproj]
Applications responsible for automating the installation, maintenance, and removal of all other applications.
### [cluster-critical][critical]
Applications that integrate at a level critical to the cluster as a whole. Installed prior to general application
installation.
### [cluster-apps][apps]
All general applications.
### [cluster-debugging][debugging]
Applications used for debugging purposes of cluster/containers
## Powered By
* [Argo Projects][argo] Handling the automated deployment and generation of files
* [RenovateBot](https://github.com/renovatebot/renovate) Handling the notification of new upstream releases
#### Credits
* [dirtcajunrice][dirtycajunrice] for his enormous help in creating, debugging and teaching me this subject
[argo]: https://argoproj.github.io/
[argoproj]: /cluster-init/argoproj
[apps]: /cluster-apps
[critical]: /cluster-critical
[debugging]: /cluster-debugging
[dirtycajunrice]: https://github.com/dirtycajunrice/gitops