Correct production operator username guidance
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s

This commit is contained in:
Jens
2026-08-01 13:35:55 +02:00
parent d1356aeed9
commit be38e9a99f
4 changed files with 38 additions and 4 deletions
+2 -2
View File
@@ -94,7 +94,7 @@ in `.env`:
```bash
cd /mnt/user/appdata/geointel
bash scripts/configure_operator_login.sh --username jens@itworx.tech --guest-access true
bash scripts/configure_operator_login.sh --username ITWorx --guest-access true
```
`--guest-access true` is nodig om de demo-ingang te behouden; zonder die vlag
@@ -105,7 +105,7 @@ komt niet in je shell-history), en zet:
```env
GEOINTEL_AUTH_ENABLED=true
GEOINTEL_AUTH_USERNAME=jens@itworx.tech
GEOINTEL_AUTH_USERNAME=ITWorx
GEOINTEL_AUTH_PASSWORD_HASH=pbkdf2_sha256$600000$...
GEOINTEL_AUTH_SESSION_SECRET=<48 willekeurige tekens>
GEOINTEL_GUEST_ACCESS_ENABLED=false