feat: add WireGuard VPN stack

- Add vpn stack to services.dockerStacks
- Open UDP port 51820 for WireGuard protocol
- Update compose submodule to include vpn stack
This commit is contained in:
2026-05-04 22:49:06 +00:00
parent 4cceab05d0
commit 1673a56439
2 changed files with 7 additions and 2 deletions

View File

@@ -221,6 +221,11 @@
path = self + "/assets/compose/homepage";
};
vpn = {
path = self + "/assets/compose/vpn";
envFile = config.age.secrets.containers_env.path;
};
# tak = {
# path = self + "/assets/compose/tak";
# };
@@ -332,7 +337,7 @@
];
allowedUDPPorts = [
# Add UDP ports if required
51820 # WireGuard VPN
];
# Rate limiting and attack prevention