From f1204ca2a32a07f2cf35b99699d3314477d24668 Mon Sep 17 00:00:00 2001 From: Damien Arnodo Date: Sat, 13 Dec 2025 13:38:29 +0000 Subject: [PATCH] docs: add netlab to available scripts --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e09d266..edea2cd 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,14 @@ These scripts automate the deployment of personal infrastructure components. The | Script | Description | Usage | |--------|-------------|-------| | [`proxy/install.sh`](proxy/) | Reverse proxy with Tailscale + Nginx Proxy Manager | `curl -fsSL https://gitea.arnodo.fr/Damien/infra-scripts/raw/branch/main/proxy/install.sh \| bash` | +| [`netlab/install.sh`](netlab/) | Network lab with ContainerLab | `curl -fsSL https://gitea.arnodo.fr/Damien/infra-scripts/raw/branch/main/netlab/install.sh \| bash` | ## Requirements - Fresh Debian 11/12 installation - User with sudo privileges (do not run as root) - Internet access + +## License + +MIT