sora: open dashboard for metrics
All checks were successful
/ check (push) Successful in 33s

This commit is contained in:
notohh 2023-10-17 00:48:08 -04:00
parent 501297ca5d
commit bdac59c471
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -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;