From 1753a9fe09fa8f2ba49a0dfe4508e74ae7bdf31f Mon Sep 17 00:00:00 2001 From: lew Date: Tue, 7 Apr 2026 22:13:56 +0100 Subject: [PATCH] feat: puts dokuwiki behind tinyauth --- hosts/lab/dokuwiki.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/lab/dokuwiki.nix b/hosts/lab/dokuwiki.nix index 42f96b7..1b51a7a 100644 --- a/hosts/lab/dokuwiki.nix +++ b/hosts/lab/dokuwiki.nix @@ -2,6 +2,7 @@ { services.caddy.virtualHosts."wiki.ily.rs" = { extraConfig = '' + import tinyauth reverse_proxy localhost:8070 encode zstd gzip '';