https://github.com/meanii/home-network-stacks
💫 meanii's home netoworks stacks
https://github.com/meanii/home-network-stacks
docker-compose home-lab kubernetes manifest
Last synced: 8 months ago
JSON representation
💫 meanii's home netoworks stacks
- Host: GitHub
- URL: https://github.com/meanii/home-network-stacks
- Owner: meanii
- Created: 2022-09-17T02:54:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-26T05:37:49.000Z (8 months ago)
- Last Synced: 2025-01-26T06:23:15.163Z (8 months ago)
- Topics: docker-compose, home-lab, kubernetes, manifest
- Language: Dockerfile
- Homepage:
- Size: 295 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# homelab stacks
> my personal home lab stacks and services. 🦉## Table of Contents
- [About](#about)
- [Getting Started](#getting_started)
- [running services](#running_services)
- [TODO](#todo)## About
This is a collection of services I run on my home lab. I use a Raspberry Pi 3 B+ as my main server, and a VPS as a reverse tunnel server. I use the reverse tunnel to access my Raspberry Pi from anywhere in the world. I use a domain name to access my Raspberry Pi, and I use Cloudflare to manage DNS. I use Nginx as a reverse proxy, and I use Docker to manage my containers.## Getting Started
### prerequisites
- Raspberry Pi 3 B+
- VPS
- Domain name
- Cloudflare account## Running Services
- [sshm](services/sshm/readme.md)
- [encrypted-dns](docker/pi-hole/readme.md)
- [pi-hole](docker/pi-hole/readme.md)this is what my home lab looks like:
## TODO
- [ ] add more services
- [ ] add more documentation