From 805ae73f7efff4a1da8181e45eed4bd62fe4a9a9 Mon Sep 17 00:00:00 2001 From: Damien Date: Wed, 27 May 2026 11:02:31 +0200 Subject: [PATCH] docs(readme): list openbao in the root README OpenBao has a working installer and its own README, but the root README never linked it. Add a row to Available Scripts (grouped with the other Proxmox installer, gitea-runner) and extend the Proxmox VE Requirements line so both LXC scripts are mentioned consistently. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa90f11..c0a345e 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,10 @@ These scripts automate the deployment of personal infrastructure components. The | [`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` | | [`gitea-runner/install.sh`](gitea-runner/) | Gitea Act Runner on Alpine LXC (Proxmox) | `bash -c "$(curl -fsSL https://gitea.arnodo.fr/Damien/infra-scripts/raw/branch/main/gitea-runner/install.sh)"` | +| [`openbao/install.sh`](openbao/) | OpenBao secrets manager on Alpine LXC (Proxmox) | `bash -c "$(curl -fsSL https://gitea.arnodo.fr/Damien/infra-scripts/raw/branch/main/openbao/install.sh)"` | ### Requirements -- Fresh Debian 12/13 installation (proxy, netlab) or Proxmox VE host (gitea-runner) -- User with sudo privileges (do not run as root) — except gitea-runner which runs as root on Proxmox +- Fresh Debian 12/13 installation (proxy, netlab) or Proxmox VE host (gitea-runner, openbao) +- User with sudo privileges (do not run as root) — except gitea-runner and openbao which run as root on Proxmox - Internet access