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;