diff options
| author | Grisha Shipunov | 2026-01-18 20:37:28 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2026-01-18 20:37:28 +0100 |
| commit | 8a825782602405a88ce8b35c091f8cfaef77d1a2 (patch) | |
| tree | 4b45d9f4a2b15b2d884d74c766ccccef197d20e3 | |
| parent | 8e55cd4b239d8f66b534d6f2374c34e2c4baf768 (diff) | |
disable radicale
| -rw-r--r-- | flake.nix | 1 | ||||
| -rw-r--r-- | hosts/cloud/proxy/default.nix | 14 | ||||
| -rw-r--r-- | modules/wg/proxy.nix | 8 |
3 files changed, 0 insertions, 23 deletions
@@ -55,7 +55,6 @@ microvm-stable-list = [ "forgejo" "miniflux" - "radicale" "stream" ]; microvm-unstable-list = [ diff --git a/hosts/cloud/proxy/default.nix b/hosts/cloud/proxy/default.nix index 3e943bd..d743fdc 100644 --- a/hosts/cloud/proxy/default.nix +++ b/hosts/cloud/proxy/default.nix @@ -41,20 +41,6 @@ in reverse_proxy 10.89.88.11:9000 [fd31:185d:722f::11]:9000 ''; - virtualHosts."dav.oxapentane.com".extraConfig = '' - route { - reverse_proxy /outpost.goauthentik.io/* 10.89.88.11:9000 [fd31:185d:722f::11]:9000 - - forward_auth 10.89.88.11:9000 { - uri /outpost.goauthentik.io/auth/caddy - copy_headers X-Authentik-Username X-Authentik-Groups X-Authentik-Entitlements X-Authentik-Email X-Authentik-Name X-Authentik-Uid X-Authentik-Jwt X-Authentik-Meta-Jwks X-Authentik-Meta-Outpost X-Authentik-Meta-Provider X-Authentik-Meta-App X-Authentik-Meta-Version X-Authentik-Username>X-Remote-User - trusted_proxies 10.89.88.11 fd31:185d:722f::11 - } - } - reverse_proxy 10.89.88.12:5232 [fd31:185d:722f::12]:5232 - - ''; - virtualHosts."immich.oxapentane.com".extraConfig = '' reverse_proxy 10.89.88.13:2283 ''; diff --git a/modules/wg/proxy.nix b/modules/wg/proxy.nix index 7427829..091f057 100644 --- a/modules/wg/proxy.nix +++ b/modules/wg/proxy.nix @@ -31,14 +31,6 @@ publicKey = "5pW+lt3Xty8IdQ3ndcIXR3B7pl3hV+8M+EgvGmaRhyU="; privateKeyFile = config.sops.secrets."wg/0xa-proxy".path; }; - "radicale" = { - address = [ - "10.89.88.12/24" - "fd31:185d:722f::12/48" - ]; - publicKey = "EIdTwWTqGJv9i2rV+Uu8d/QptGwFAFjHcHp/Hquhr3g="; - privateKeyFile = config.sops.secrets."wg/0xa-proxy".path; - }; "immich" = { address = [ "10.89.88.13/24" |
