diff options
| author | Grigory Shipunov | 2025-01-21 00:16:31 +0000 |
|---|---|---|
| committer | Grigory Shipunov | 2025-01-21 00:16:37 +0000 |
| commit | 5bbfdddaaa586cd6d5b20ea5b6c36d8867fa3d08 (patch) | |
| tree | fac9de30e0038a098a1ba80e10e979302ade13a0 /hosts/cloud/proxy/dav-htaccess.nix | |
| parent | 3a98bf89b6cc3ddd285501258c2c74c9377c3e19 (diff) | |
proxy authentik and dav with sso
Diffstat (limited to 'hosts/cloud/proxy/dav-htaccess.nix')
| -rw-r--r-- | hosts/cloud/proxy/dav-htaccess.nix | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/hosts/cloud/proxy/dav-htaccess.nix b/hosts/cloud/proxy/dav-htaccess.nix deleted file mode 100644 index 7902270..0000000 --- a/hosts/cloud/proxy/dav-htaccess.nix +++ /dev/null @@ -1,17 +0,0 @@ -{ ... }: -{ - services.nginx.upstreams.radicale = { - servers = { - "10.89.88.12:5232" = { }; - "[fd31:185d:722f::12]:5232" = { }; - }; - }; - - services.nginx.virtualHosts."dav.oxapentane.com" = { - forceSSL = true; - enableACME = true; - locations."/" = { - proxyPass = "http://radicale/"; - }; - }; -} |
