2023-06-13 01:24:19 -03:00
# Containers
This folder contain the docker declaration for my homelab changes using portainer, when using Stack option at portainer, you can import a docker compose file from a git repository source and automatically pull changes from the git source.
**TODO**: Explain how to setup this process
## Services
Here the list of the services that I'm running at my homelab:
2023-06-13 22:39:31 -03:00
### wg-easy
Link: *https://github.com/wg-easy/wg-easy/*
2023-06-13 01:24:19 -03:00
2023-06-13 22:39:31 -03:00
I use wg-easy for managing the wireguard environment at my homelab, I want a VPN for some reasons:
2023-06-13 01:24:19 -03:00
- Access my homelab from outside my LAN, so if I need to manage any service I can easily do without the need to expose everything for the internet.
- Maybe If i'm in a insecure network, proxy my home internet with VPN for secure access
- Sometimes my friend have trouble to play an online game because of routing problems from their ISPs, I can proxy my connection to them aswell.
**Variables**
2023-06-13 22:39:31 -03:00
There's some sensitive variables, we should configure directly in portainer these:
```yaml
- PASSWORD=< insert password to access the admin painel >
2023-06-14 00:08:05 -03:00
```
### AdGuard Home
Link: *https://github.com/AdguardTeam/AdGuardHome*
I use AdGuard home for it's own purpose: safe browsing at DNS Level, also I'm actually using it as my local dns resolver for all my homelab
**Variables**
You can configure everything on it's own UI