docs: update AGENTS.md, READMEs with latest changes and new env vars

This commit is contained in:
Marker689
2026-05-11 20:18:05 +03:00
parent fe384aed17
commit b50c64aadb
3 changed files with 13 additions and 11 deletions

View File

@@ -52,6 +52,7 @@ After startup:
| Variable | Default | Description |
|----------|---------|-------------|
| `NEXUS_URL` | `http://localhost:8081` | Sonatype Nexus URL |
| `NEXUS_ALLOWED_HOSTS` | host from `NEXUS_URL` | Allowed download hosts (comma-separated, SSRF protection) |
| `DATABASE_PATH` | `data/guarddog.db` | SQLite database path |
| `HOST` | `0.0.0.0` | Listen host |
| `PORT` | `8080` | Listen port |