Skip to content
Snippets Groups Projects
Commit abef9cc9 authored by 3d's avatar 3d
Browse files

fix unifi and homeassistant on hix

parent d613d434
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ services:
app:
image: linuxserver/unifi-controller:7.3.83
image: linuxserver/unifi-controller:7.2.95
restart: always
ports:
- 8443:8443
......
......@@ -2,9 +2,9 @@
default_config:
# includes
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
#automation: !include automations.yaml
#script: !include scripts.yaml
#scene: !include scenes.yaml
# Load frontend themes from the themes folder
frontend:
......@@ -24,8 +24,8 @@ homeassistant:
auth_providers:
- type: trusted_networks
trusted_networks:
- 10.0.0.0/22
- 192.168.0.0/24
- 10.111.108.0/22
- 10.111.10.0/24
allow_bypass_login: true
- type: homeassistant
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment