My Homelab

Simply presenting my homelab and the services running on it.

My homelab setup is really simple:

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 dashboard

portainer containers

portainer containers

On the screenshot we can see the services I run:

My Homarr home page looks like this:

Homarr Home Page

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)