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 = { virtualisation.oci-containers.containers.glances = {
image = "nicolargo/glances"; image = "nicolargo/glances";
ports = [ ports = [

View file

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