Compare commits
No commits in common. "bdac59c471237ac00bf5909225b868ca3820173d" and "898a5a9930eec2fed5e05a4a289a7fe9514a8738" have entirely different histories.
bdac59c471
...
898a5a9930
4 changed files with 4 additions and 22 deletions
|
@ -20,9 +20,11 @@
|
||||||
du-dust
|
du-dust
|
||||||
bottom
|
bottom
|
||||||
gnupg
|
gnupg
|
||||||
|
gping
|
||||||
ripgrep
|
ripgrep
|
||||||
lazydocker
|
lazydocker
|
||||||
yt-dlp
|
yt-dlp
|
||||||
|
cachix
|
||||||
nfs-utils
|
nfs-utils
|
||||||
dig
|
dig
|
||||||
];
|
];
|
||||||
|
|
|
@ -8,22 +8,7 @@
|
||||||
services.searx = {
|
services.searx = {
|
||||||
package = pkgs.searxng;
|
package = pkgs.searxng;
|
||||||
enable = true;
|
enable = true;
|
||||||
runInUwsgi = true;
|
|
||||||
uwsgiConfig = {
|
|
||||||
http = ":8100";
|
|
||||||
};
|
|
||||||
environmentFile = config.sops.secrets.searxng-secret.path;
|
environmentFile = config.sops.secrets.searxng-secret.path;
|
||||||
limiterSettings = {
|
|
||||||
botdetection = {
|
|
||||||
ip_lists = {
|
|
||||||
pass_ip = [
|
|
||||||
"192.168.0.0/16"
|
|
||||||
"172.16.0.0/12"
|
|
||||||
"10.0.0.0/8"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
settings = {
|
settings = {
|
||||||
general = {
|
general = {
|
||||||
debug = false;
|
debug = false;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{config, ...}: {
|
{config, ...}: {
|
||||||
sops.secrets.cloudflare-api-key = {};
|
sops.secrets.cloudflare-api-key = {};
|
||||||
networking.firewall.allowedTCPPorts = [80 443 2222 8080];
|
networking.firewall.allowedTCPPorts = [80 443 2222];
|
||||||
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 = true;
|
api.dashboard = false;
|
||||||
api.insecure = false;
|
api.insecure = false;
|
||||||
global = {
|
global = {
|
||||||
checkNewVersion = false;
|
checkNewVersion = false;
|
||||||
|
|
|
@ -13,11 +13,6 @@ _: {
|
||||||
scrape_interval = "30s";
|
scrape_interval = "30s";
|
||||||
static_configs = [{targets = ["localhost:9100"];}];
|
static_configs = [{targets = ["localhost:9100"];}];
|
||||||
}
|
}
|
||||||
{
|
|
||||||
job_name = "traefik";
|
|
||||||
scrape_interval = "30s";
|
|
||||||
static_configs = [{targets = ["100.87.54.48:8080"];}];
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
exporters = {
|
exporters = {
|
||||||
node = {
|
node = {
|
||||||
|
|
Loading…
Reference in a new issue