From 13d950f41da341db0169fccb9d0485564c9680bf Mon Sep 17 00:00:00 2001 From: notohh Date: Wed, 31 Jan 2024 09:41:25 -0500 Subject: [PATCH] traefik: disable api --- hosts/sora/services/traefik.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/sora/services/traefik.nix b/hosts/sora/services/traefik.nix index 92ab83b..bd3ae0f 100644 --- a/hosts/sora/services/traefik.nix +++ b/hosts/sora/services/traefik.nix @@ -195,10 +195,10 @@ staticConfigOptions = { log.level = "DEBUG"; api.dashboard = false; - api.insecure = true; + api.insecure = false; global = { checkNewVersion = false; - sendAnonymousUsage = false; + sendAnonymousUsage = true; }; entryPoints = { websecure = {