Archived
1
0

feat: anubis bot protection to medama

This commit is contained in:
Guz
2025-04-04 20:16:04 -03:00
parent 82940bffd1
commit 8c9b2afad9

View File

@@ -11,4 +11,11 @@ in {
}
'';
};
services.anubis.instances."medama" = {
bind = ":${toString (port + 2)}";
metricsBind = ":${toString (port + 3)}";
serveRobotsTxt = true;
target = "http://localhost:${toString port}";
};
}