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, ...}: { {config, ...}: {
sops.secrets.cloudflare-api-key = {}; sops.secrets.cloudflare-api-key = {};
networking.firewall.allowedTCPPorts = [80 443 2222]; networking.firewall.allowedTCPPorts = [80 443 2222 8080];
systemd.services.traefik = { systemd.services.traefik = {
environment = { environment = {
CLOUDFLARE_EMAIL = "jch0tm2e@notohh.dev"; CLOUDFLARE_EMAIL = "jch0tm2e@notohh.dev";
@ -202,7 +202,7 @@
}; };
staticConfigOptions = { staticConfigOptions = {
log.level = "DEBUG"; log.level = "DEBUG";
api.dashboard = false; api.dashboard = true;
api.insecure = false; api.insecure = false;
global = { global = {
checkNewVersion = false; checkNewVersion = false;