From 14cedb8ad038b3e9bb389c7689e9d41b5da11060 Mon Sep 17 00:00:00 2001 From: Payas Relekar Date: Sat, 8 Jul 2023 13:56:27 +0530 Subject: [PATCH] remove radicale: Etebase is supposed to do better job --- modules/wiki.nix | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/modules/wiki.nix b/modules/wiki.nix index 15b0810..95af32b 100644 --- a/modules/wiki.nix +++ b/modules/wiki.nix @@ -35,18 +35,6 @@ }; }; - radicale = { - enable = true; - settings = { - server.hosts = [ "127.0.0.1:5232" ]; - # auth = { - # type = "htpassword"; - # htpasswd_filename = "/run/agenix/minio_secret_key"; - # htpasswd_encryption = "plain"; - # }; - }; - }; - plausible = { enable = true; releaseCookiePath = "/run/agenix/chatgpt_api_key"; @@ -82,18 +70,6 @@ }; }; - "radicale.bhankas.org" = { - addSSL = true; - enableACME = true; - locations."/" = { - proxyPass = "http://127.0.0.1:5232"; - proxyWebsockets = false; - extraConfig = - "proxy_set_header Host $host;" - ; - }; - }; - "analytics.bhankas.org" = { addSSL = true; enableACME = true; @@ -117,11 +93,6 @@ dnsResolver = "1.1.1.1:53"; }; - "radicale.bhankas.org" = { - email = "admin@bhankas.org"; - dnsResolver = "1.1.1.1:53"; - }; - "analytics.bhankas.org" = { email = "admin@bhankas.org"; dnsResolver = "1.1.1.1:53";