many items

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-10-29 00:47:19 -05:00
parent 071ae90c08
commit d737af3c7a
8 changed files with 54 additions and 16 deletions

View file

@ -41,14 +41,16 @@ services.openbao = {
### 1.2 Configure Nginx Reverse Proxy
**File:** `hosts/h001/nginx.nix`
**File:** Put this inside of the openbao.nix file as well above or below the existing configuration.
**Tasks:**
- [ ] Add virtualHost for `vault.joshuabell.xyz`
- [ ] Configure SSL using existing ACME wildcard cert
- [ ] Set up proxy to `http://127.0.0.1:8200`
- [ ] Enable websockets for UI
- [ ] Add security headers
- [x] Add virtualHost for `sec.joshuabell.xyz`
- [x] Configure SSL using existing ACME wildcard cert
- [x] Add virtualHost for `sec.joshuabell.xyz`
- [x] Configure SSL using existing ACME wildcard cert
- [x] Set up proxy to `http://127.0.0.1:8200`
- [x] Enable websockets for UI
- [x] Add security headers
**Expected config:**
```nix