Add gen-nginx to README

This commit is contained in:
Pim van Pelt
2025-08-24 15:06:09 +02:00
parent efa92a73bd
commit dc95d8d3bb

View File

@@ -43,4 +43,9 @@ go run ./tesseract/genconf/main.go -c config.yaml gen-env
go run ./tesseract/genconf/main.go -c config.yaml gen-html go run ./tesseract/genconf/main.go -c config.yaml gen-html
``` ```
This generates `index.html`, `log.v3.json`, `.env`, and `roots.pem` files in each log's directory. 5. **Generate nginx configuration files:**
```bash
go run ./tesseract/genconf/main.go -c config.yaml gen-nginx
```
You can symlink the generated $monitoringprefix.conf files from `/etc/nginx/sites-enabled/`