chore(koi): removed oidc from hass
This commit is contained in:
parent
036cd67fcd
commit
acae35e923
1 changed files with 1 additions and 9 deletions
|
@ -22,20 +22,12 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
desu.secrets.hass-proxy-env = {};
|
||||
desu.openid-proxy.services.hass = {
|
||||
clientId = "299748893099360262";
|
||||
domain = "hass.stupid.fish";
|
||||
upstream = "http://10.42.0.3:8123";
|
||||
envSecret = "hass-proxy-env";
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts."hass.stupid.fish" = {
|
||||
forceSSL = true;
|
||||
useACMEHost = "stupid.fish";
|
||||
|
||||
locations."/" = {
|
||||
proxyPass = "http://hass-oidc.docker$request_uri";
|
||||
proxyPass = "http://10.42.0.3:8123$request_uri";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue