Fix ip checks
All checks were successful
docker-image / docker (push) Successful in 9m31s

This commit is contained in:
Stefan Bethke 2025-05-29 15:44:21 +02:00
commit f49cb3d6f3
4 changed files with 14 additions and 6 deletions

View file

@ -6,6 +6,7 @@ All configuration is handled through environment variables.
| Name | Default | Description |
|---------------------------------|-------------------------------------------------------------------------|------------------------------------------------------------------------------------------|
| `HMDOORIS_ALLOWED_IPS` | - | List of IP addresses in CIDR notation that are allowed to control the locks |
| `HMDOORIS_URL` | `http://localhost:3000` | URL of the application, used to construct links to itself |
| `HMDOORIS_DISCOVERY_URL` | `http://localhost:8080/realms/testing/.well-known/openid-configuration` | OIDC configuration discovery URL |
| `HMDOORIS_CLIENT_ID` | `hmdooris` | OIDC client ID |