1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-17 11:41:45 +00:00

Fixed broken Directory + Oauth

This commit is contained in:
Benjamin Durham
2020-09-17 13:43:56 +12:00
committed by GitHub
parent d2b43fc36d
commit acb1b36599

View File

@@ -36,6 +36,9 @@ mkdir /var/data/runtime/homeassistant/influxdb
Create /var/data/config/homeassistant/grafana.env, and populate with the following - this is to enable grafana to work with oauth2_proxy without requiring an additional level of authentication:
```
GF_AUTH_BASIC_ENABLED=false
OAUTH2_PROXY_CLIENT_ID=
OAUTH2_PROXY_CLIENT_SECRET=
OAUTH2_PROXY_COOKIE_SECRET=
```
### Setup Docker Swarm
@@ -55,7 +58,7 @@ services:
networks:
- internal
volumes:
- /var/data/homeassistant/influxdb:/var/lib/influxdb
- /var/data/runtime/homeassistant/influxdb:/var/lib/influxdb
- /etc/localtime:/etc/localtime:ro
homeassistant: