mirror of
https://github.com/YunoHost-Apps/homeassistant_ynh.git
synced 2024-09-03 19:26:16 +02:00
Fix onboarding and LDAP sign in
This commit is contained in:
parent
2a3844ece0
commit
87aec6f60d
2 changed files with 11 additions and 7 deletions
11
conf/homeassistant_conf_files/.storage/onboarding
Normal file
11
conf/homeassistant_conf_files/.storage/onboarding
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"data": {
|
||||||
|
"done": [
|
||||||
|
"user",
|
||||||
|
"core_config",
|
||||||
|
"integration"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"key": "onboarding",
|
||||||
|
"version": 3
|
||||||
|
}
|
|
@ -3,13 +3,6 @@ homeassistant:
|
||||||
- type: command_line
|
- type: command_line
|
||||||
command: /home/homeassistant/.homeassistant/bin/ynh_ldap-auth.sh
|
command: /home/homeassistant/.homeassistant/bin/ynh_ldap-auth.sh
|
||||||
meta: true
|
meta: true
|
||||||
- type: homeassistant
|
|
||||||
- type: trusted_networks
|
|
||||||
trusted_networks:
|
|
||||||
- 127.0.0.1
|
|
||||||
- ::1
|
|
||||||
- 192.168.0.0/24
|
|
||||||
- fd00::/8
|
|
||||||
name: Home
|
name: Home
|
||||||
latitude: 0
|
latitude: 0
|
||||||
longitude: 0
|
longitude: 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue