chore(koi): removed oidc from hass

This commit is contained in:
alina 🌸 2025-01-08 19:48:09 +03:00
parent 036cd67fcd
commit acae35e923
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI

View file

@ -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" = { services.nginx.virtualHosts."hass.stupid.fish" = {
forceSSL = true; forceSSL = true;
useACMEHost = "stupid.fish"; useACMEHost = "stupid.fish";
locations."/" = { locations."/" = {
proxyPass = "http://hass-oidc.docker$request_uri"; proxyPass = "http://10.42.0.3:8123$request_uri";
proxyWebsockets = true; proxyWebsockets = true;
}; };
}; };