add documentation to use the setup endpoint to create a pat token (#714)

This commit is contained in:
Nicolas Frati
2026-05-04 14:43:47 +02:00
committed by GitHub
parent a293b8a17b
commit 6645bc1068
4 changed files with 127 additions and 0 deletions

View File

@@ -124,6 +124,7 @@ These variables can override CLI flags at runtime. The naming convention is `NB_
| `NB_CERT_KEY` | TLS certificate key file |
| `NB_DNS_DOMAIN` | DNS domain for peers |
| `NB_DISABLE_GEOLITE_UPDATE` | Disable GeoLite database updates |
| `NB_SETUP_PAT_ENABLED` | Enable optional Personal Access Token creation from `/api/setup` during initial setup. See [Automated Setup](/selfhosted/automated-setup). |
### Advanced Runtime Variables