From a2e0f6ceac64dc74b615e79e57006cc6f93f68a8 Mon Sep 17 00:00:00 2001 From: Luigi Oliveira Date: Tue, 13 Jun 2023 17:20:30 -0300 Subject: [PATCH] doc: README updated --- containers/README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/containers/README.md b/containers/README.md index 5d84a0c..8b4aa89 100644 --- a/containers/README.md +++ b/containers/README.md @@ -5,16 +5,13 @@ This folder contain the docker declaration for my homelab changes using portaine ## Services Here the list of the services that I'm running at my homelab: -### wg-easy -Link: *https://github.com/wg-easy/wg-easy/* +### VPN with wireguard +Link: *https://github.com/ngoduykhanh/wireguard-ui* -I use wg-easy for managing the wireguard environment at my homelab, I want a VPN for some reasons: +I use wireguard with wireguard-ui for managing the wireguard environment at my homelab, I want a VPN for some reasons: - 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** -There's some sensitive variables, we should configure directly in portainer these: -```yaml -- PASSWORD= -``` \ No newline at end of file +All the variables can be change in the wireguard-ui later, so for now we start the container with admin/admin credentials for first time setup \ No newline at end of file