Written by
4zv4l
on
on
My Homelab
Simply presenting my homelab
and the services running on it.
My homelab setup is really simple:
- Zimaboard 832
- 512gb SSD
- Debian 11
For the services I run them inside containers for simplicity and security. To manage my containers I use portainer community edition which itself runs in a container.
The interface looks like this:
portainer dashboard
portainer containers
On the screenshot we can see the services I run:
- Gitea
Personalgit
server. - Transmission
Torrent client. - Prowlarr
Used to fetch torrents on multiple repositories. - Radarr
Fetch movies using Prowlarr. - Sonarr
Fetch series using Prowlarr. - Bazarr
Fetch subtitiles for my movies and series. - JellyFin
Media center for movies, series, musics and books. - Wg-easy
Wireguard VPN server made easy. - Jekyll
My blog. - Adguard
Similar to Pi-Hole, I used it as local DNS server. - Dashdot
Widget with system info (ram usage, cpu usage …). - Homarr
Home page.
My Homarr home page looks like this:
Homarr Home Page
Since I don’t know much docker-compose
I used a tool called autocompose.
It is a tool made in Python to generate a docker-compose
file from the running containers.
You can simply run it with:
autocompose.py $(docker ps -aq)