home-assistant: Eable auto-login for desk panel
Home Assistant supports unauthenticated access for certain clients using its _trusted_network_ auth provider. With this configuration, we allow the desk panel to automatically sign in as the _kiosk_ user, but all other clients must authenticate normally.pull/38/head
parent
2a90ffc7a9
commit
107852ad54
|
@ -38,6 +38,15 @@ recorder:
|
|||
commit_interval: 0
|
||||
|
||||
homeassistant:
|
||||
auth_providers:
|
||||
- type: homeassistant
|
||||
- type: trusted_networks
|
||||
trusted_networks:
|
||||
- 172.31.1.81/32
|
||||
trusted_users:
|
||||
172.31.1.81:
|
||||
- 03a8b3528f1145ab908e20ed5687d893
|
||||
allow_bypass_login: true
|
||||
whitelist_external_dirs:
|
||||
- /config
|
||||
- /tmp
|
||||
|
|
Loading…
Reference in New Issue