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, ...}: {
|
{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;
|
||||||
|
|
Loading…
Reference in a new issue