reduce logging; add sshguard
This commit is contained in:
parent
17bb90dca0
commit
f6b37127f6
@ -120,6 +120,7 @@ in {
|
|||||||
lsof
|
lsof
|
||||||
file
|
file
|
||||||
htop
|
htop
|
||||||
|
ipset
|
||||||
#ncdu
|
#ncdu
|
||||||
sqlite
|
sqlite
|
||||||
ripgrep
|
ripgrep
|
||||||
@ -282,6 +283,7 @@ in {
|
|||||||
SHOW_MILESTONES_DASHBOARD_PAGE = false;
|
SHOW_MILESTONES_DASHBOARD_PAGE = false;
|
||||||
COOKIE_SECURE = true;
|
COOKIE_SECURE = true;
|
||||||
};
|
};
|
||||||
|
log.LEVEL = "Error";
|
||||||
# TODO: does not work with 1.7.4, getting error
|
# TODO: does not work with 1.7.4, getting error
|
||||||
# in the UI when testing the email sending workflow.
|
# in the UI when testing the email sending workflow.
|
||||||
#mailer = {
|
#mailer = {
|
||||||
@ -386,6 +388,17 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
sshguard = {
|
||||||
|
enable = true;
|
||||||
|
blocktime = 900;
|
||||||
|
whitelist = [
|
||||||
|
"192.168.0.0/16"
|
||||||
|
tailscale_subnet4
|
||||||
|
"88.223.105.24" # vno1 home
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: compress static stuff
|
# TODO: compress static stuff
|
||||||
|
Loading…
Reference in New Issue
Block a user