sora: open dashboard for metrics
All checks were successful
/ check (push) Successful in 33s
All checks were successful
/ check (push) Successful in 33s
This commit is contained in:
parent
501297ca5d
commit
bdac59c471
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue