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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user