From 5680e1293a35310bdac9b8d1438000a60dfe300b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Sun, 16 Nov 2025 16:09:35 +0100 Subject: [PATCH] remove audiobookshelf virtualhost --- void.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/void.nix b/void.nix index 967a03a..1cabbe7 100644 --- a/void.nix +++ b/void.nix @@ -430,12 +430,6 @@ enableACME = true; forceSSL = true; }; - "audiobookshelf.005540.xyz" = { - locations."/".proxyPass = "http://localhost:8000"; - locations."/".proxyWebsockets = true; - enableACME = true; - forceSSL = true; - }; "victorialogs.005540.xyz" = { locations."/".proxyPass = "http://localhost:9428"; locations."/".basicAuthFile = "/etc/nixos/secrets/victorialogs/basicauth";