docs: add netlab to available scripts

This commit is contained in:
2025-12-13 13:38:29 +00:00
parent 1cc38737b5
commit f1204ca2a3

View File

@@ -15,9 +15,14 @@ These scripts automate the deployment of personal infrastructure components. The
| Script | Description | Usage | | 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` | | [`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 ## Requirements
- Fresh Debian 11/12 installation - Fresh Debian 11/12 installation
- User with sudo privileges (do not run as root) - User with sudo privileges (do not run as root)
- Internet access - Internet access
## License
MIT