Initial OpenBao deployment setup

This commit is contained in:
2026-04-11 12:41:39 -04:00
commit db14c86a1c
3 changed files with 59 additions and 0 deletions

32
README.md Normal file
View File

@@ -0,0 +1,32 @@
# OpenBao Deployment
OpenBao is an open-source secrets manager forked from HashiCorp Vault.
## Variables
### Docker Settings
- `IMAGE`: Docker image (default: `ghcr.io/openbao/openbao`).
- `VERSION`: Image tag (required, no default).
- `NAME`: Container name (default: `openbao`).
### Volumes
- `DATA`: Path to the data directory on the host (required, no default).
- `CONFIG`: Path to the configuration directory on the host (required, no
default).
- `LOGS`: Path to the logs directory on the host (required, no default).
### Network
- `ENDPOINT`: Address and port binding (default: `127.0.0.1:8200`).
- `PORT`: Internal listening port (default: `8200`).
### Other Settings
- `LOGLEVEL`: Logging level (default: `info`).
## License
This project is released under the 0BSD license, which allows for unrestricted
use, modification, and distribution.