Compare commits

...

2 commits

Author SHA1 Message Date
ef0d474c1b
glances: close ports
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
2024-01-25 09:35:23 -05:00
fed5f285c1
traefik: disable dashboard 2024-01-25 09:35:18 -05:00
2 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,4 @@
_: {
networking.firewall.allowedTCPPorts = [61208 61209];
virtualisation.oci-containers.containers.glances = {
image = "nicolargo/glances";
ports = [

View file

@ -186,7 +186,7 @@
};
staticConfigOptions = {
log.level = "DEBUG";
api.dashboard = true;
api.dashboard = false;
api.insecure = true;
global = {
checkNewVersion = false;