From a2bcdcde3232611f4abf494529929120ef1c8de0 Mon Sep 17 00:00:00 2001 From: notohh Date: Sat, 11 Nov 2023 16:28:21 -0500 Subject: [PATCH] traefik: enable api --- hosts/sora/services/traefik.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/sora/services/traefik.nix b/hosts/sora/services/traefik.nix index ad02adf..b30625b 100644 --- a/hosts/sora/services/traefik.nix +++ b/hosts/sora/services/traefik.nix @@ -209,7 +209,7 @@ staticConfigOptions = { log.level = "DEBUG"; api.dashboard = true; - api.insecure = false; + api.insecure = true; global = { checkNewVersion = false; sendAnonymousUsage = false;