From bdac59c471237ac00bf5909225b868ca3820173d Mon Sep 17 00:00:00 2001 From: notohh Date: Tue, 17 Oct 2023 00:48:08 -0400 Subject: [PATCH] sora: open dashboard for metrics --- 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 5890d6f..a3bbeea 100644 --- a/hosts/sora/services/traefik.nix +++ b/hosts/sora/services/traefik.nix @@ -1,6 +1,6 @@ {config, ...}: { sops.secrets.cloudflare-api-key = {}; - networking.firewall.allowedTCPPorts = [80 443 2222]; + networking.firewall.allowedTCPPorts = [80 443 2222 8080]; systemd.services.traefik = { environment = { CLOUDFLARE_EMAIL = "jch0tm2e@notohh.dev"; @@ -202,7 +202,7 @@ }; staticConfigOptions = { log.level = "DEBUG"; - api.dashboard = false; + api.dashboard = true; api.insecure = false; global = { checkNewVersion = false;